Mark Brown wrote: > On Tue, Dec 30, 2003 at 10:18:18AM -0200, Henrique de Moraes Holschuh wrote: > > On Tue, 30 Dec 2003, Dan Jacobson wrote: > > > not restart the services on package upgrades. Broken ones still calling > > /etc/init.d/whatever directly will, but that's a bug: report it whenever you > > find one of these packages. > > Packages using debhelper appear to still use /etc/init.d directly.
Not really:
# Automatically added by dh_installinit
if [ -x "/etc/init.d/mooix" ]; then
update-rc.d mooix defaults >/dev/null
if [ -x /usr/sbin/invoke-rc.d ]; then
invoke-rc.d mooix start
else
/etc/init.d/mooix start
fi
fi
# End automatically added section
--
see shy jo
signature.asc
Description: Digital signature

