[Pkg-sysvinit-commits] r580 - sysvinit/trunk/debian/initscripts
Thomas Hood
jdthood-guest at costa.debian.org
Wed Jan 11 11:01:47 UTC 2006
Author: jdthood-guest
Date: 2006-01-11 11:01:47 +0000 (Wed, 11 Jan 2006)
New Revision: 580
Modified:
sysvinit/trunk/debian/initscripts/preinst
Log:
Expand comment
Modified: sysvinit/trunk/debian/initscripts/preinst
===================================================================
--- sysvinit/trunk/debian/initscripts/preinst 2006-01-10 20:33:38 UTC (rev 579)
+++ sysvinit/trunk/debian/initscripts/preinst 2006-01-11 11:01:47 UTC (rev 580)
@@ -5,8 +5,9 @@
case "$1" in
install|upgrade)
- # /etc/init.d/stop-bootlogd used to be a symlink to bootlogd
- # Now it is a separate script
+ # /etc/init.d/stop-bootlogd used to be a symlink to bootlogd;
+ # now it is a separate script. We need to remove the symlink here,
+ # before dpkg installs the /etc/init.d/stop-bootlogd file.
[ -L /etc/init.d/stop-bootlogd ] && rm -f /etc/init.d/stop-bootlogd
;;
abort-upgrade)
More information about the Pkg-sysvinit-commits
mailing list