[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: So many packages. So few that I need started at every boot.



On Dec 27, 2003, at 17:28, Marc Haber wrote:

However, this doesn't prevent the daemon from being started after its
installation. I'd like to be able to install cron to a changeroot
without having an orphan daemon hanging around after killing the
chroot.

Packages should use 'invoke-rc.d' instead of /etc/init.d/whatever

You can modify invoke-rc.d to do as you chose, for example by changing the one in your chroot to:

	#!/bin/sh
	exit 0

But please realize that your chroot is a "weird" config, and that the rest of us don't want to be asked hundreds of (to us) silly questions.



Reply to: