[Pkg-sysvinit-commits] r1466 - in sysvinit/trunk/debian: . initscripts/lib/init
Petter Reinholdtsen
pere at alioth.debian.org
Tue Jul 14 22:28:48 UTC 2009
Author: pere
Date: 2009-07-14 22:28:48 +0000 (Tue, 14 Jul 2009)
New Revision: 1466
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/initscripts/lib/init/bootclean.sh
Log:
Make sure more verbose temp cleaning always calls log_end_msg
after log_begin_msg (might solve #534713).
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2009-07-14 20:27:52 UTC (rev 1465)
+++ sysvinit/trunk/debian/changelog 2009-07-14 22:28:48 UTC (rev 1466)
@@ -17,6 +17,8 @@
* Modify LSB header of init.d/bootlogd to depend on $all when
starting, to get it to start later in the boot sequence
(Closes: #531198. Patch from Vincent Crevot.
+ * Make sure more verbose temp cleaning always calls log_end_msg
+ after log_begin_msg (might solve #534713).
-- Petter Reinholdtsen <pere at debian.org> Mon, 13 Jul 2009 00:19:43 +0200
Modified: sysvinit/trunk/debian/initscripts/lib/init/bootclean.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/lib/init/bootclean.sh 2009-07-14 20:27:52 UTC (rev 1465)
+++ sysvinit/trunk/debian/initscripts/lib/init/bootclean.sh 2009-07-14 22:28:48 UTC (rev 1466)
@@ -180,7 +180,7 @@
fi
done
-[ -f /tmp/.clean ] && [ -f /var/run/.clean ] && [ -f /var/lock/.clean ] && exit 0
+[ -f /tmp/.clean ] && [ -f /var/run/.clean ] && [ -f /var/lock/.clean ] && { log_end_msg 0 ; exit 0 ; }
ES=0
[ -d /tmp ] && ! [ -f /tmp/.clean ] && { clean_tmp || ES=1 ; }
More information about the Pkg-sysvinit-commits
mailing list