[Pkg-sysvinit-commits] r762 - sysvinit/trunk/debian

Thomas Hood jdthood-guest at costa.debian.org
Fri Mar 10 18:44:22 UTC 2006


Author: jdthood-guest
Date: 2006-03-10 18:44:21 +0000 (Fri, 10 Mar 2006)
New Revision: 762

Added:
   sysvinit/trunk/debian/NEWS
Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/rules
Log:
Add NEWS item re: bootclean

Added: sysvinit/trunk/debian/NEWS
===================================================================
--- sysvinit/trunk/debian/NEWS	2006-03-09 17:45:41 UTC (rev 761)
+++ sysvinit/trunk/debian/NEWS	2006-03-10 18:44:21 UTC (rev 762)
@@ -0,0 +1,12 @@
+sysvinit (2.86.ds1-10) unstable; urgency=low
+
+  In version 2.86.ds1-10 of the initscripts package the shell function
+  library /etc/init.d/bootclean.sh has been replaced by a new script
+  /etc/init.d/bootclean.  If you made changes to the former in order
+  to customize the way files are cleaned at boot time then you will
+  have to port your changes to the new script.  /etc/init.d/bootclean
+  continues to respect the TMPTIME variable and, in particular, does
+  not do any cleaning if TMPTIME is set to "infinite".  See rcS(5).
+
+ -- Thomas Hood <jdthood at yahoo.co.uk>  Sun, 15 Jan 2006 13:38:42 +0100
+

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-03-09 17:45:41 UTC (rev 761)
+++ sysvinit/trunk/debian/changelog	2006-03-10 18:44:21 UTC (rev 762)
@@ -1,4 +1,4 @@
-sysvinit (2.86.ds1-13~6) unstable; urgency=low
+sysvinit (2.86.ds1-13~7) unstable; urgency=low
 
   [ Thomas Hood ]
   * umountroot: Tweak handling of error messages from mount
@@ -10,6 +10,9 @@
   * last:  Fix strncmp bug  (Closes: #353585)
   * initscripts.postrm: Don't remove /etc/init.d/mountdevsubfs
   * mount{all,nfs}.sh: Don't set TMPTIME cuz it's not used here
+  * Add NEWS.Debian with entry for 2.86.ds1-10 which reports the
+    replacement of the bootclean.sh function library by the
+    bootclean initscript.  (Closes: #355746)
 
   [ Petter Reinholdtsen ]
   * Silence init.d/hostname.sh when VERBOSE=no.

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2006-03-09 17:45:41 UTC (rev 761)
+++ sysvinit/trunk/debian/rules	2006-03-10 18:44:21 UTC (rev 762)
@@ -57,10 +57,14 @@
 	install -d -o root -g root -m 755 $(tmp)/usr/share/sysvinit
 	install -d -o root -g root -m 755 $(tmp)/usr/include
 	install -d -o root -g root -m 755 $(tmp)$(doc)/sysvinit
-	install -o root -g root -m 644 doc/Changelog $(tmp)$(doc)/sysvinit/changelog
+	install -o root -g root -m 644 doc/Changelog \
+		$(tmp)$(doc)/sysvinit/changelog
 	install -o root -g root -m 644 debian/changelog \
 		$(tmp)$(doc)/sysvinit/changelog.Debian
+	install -o root -g root -m 644 debian/NEWS \
+		$(tmp)$(doc)/sysvinit/NEWS.Debian
 	gzip -9f $(tmp)$(doc)/sysvinit/changelog*
+	gzip -9f $(tmp)$(doc)/sysvinit/NEWS.Debian
 	if test -e debian/share/inittab.$(DEB_HOST_GNU_TYPE) ; \
 	then \
 		install -o root -g root -m 644 \




More information about the Pkg-sysvinit-commits mailing list