On 25/06/12 14:47, Roger Leigh wrote:
> On Mon, Jun 25, 2012 at 01:51:36PM +0200, Steve R. Petruzzello wrote:
>> PS: Is there a way to list all packages putting a file in /etc/init.d/?
>
> dpkg -S $(ls -1 /etc/init.d/*)
Or if you want the complete set, not just those you have installed,
install apt-file and run:
apt-file update
apt-file search /etc/init.d
Regards,
S