Re: Bug#225465: debian-policy: packages must give choice to not start at boot, via debconf
> . /etc/default/package # this contains "RUN_package_AT_BOOT"
> test -z "$RUN_package_AT_BOOT" && echo $0 | grep -q '^S' && exit 0
That's an improvement; perhaps this should be in policy? Lots of init
scripts in sid currently aren't this smart.
But it still "feels wrong" to me to be maintaining this information in
two places: /etc/default/$foo and in /etc/rc?.d. Which one is
authoritative?
--
thanks,
Will
Reply to: