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

Thomas Hood jdthood-guest at costa.debian.org
Wed Dec 14 18:43:13 UTC 2005


Author: jdthood-guest
Date: 2005-12-14 18:43:12 +0000 (Wed, 14 Dec 2005)
New Revision: 367

Modified:
   sysvinit/trunk/debian/changelog
Log:
Tweak changelog

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2005-12-14 18:34:49 UTC (rev 366)
+++ sysvinit/trunk/debian/changelog	2005-12-14 18:43:12 UTC (rev 367)
@@ -1,5 +1,6 @@
-sysvinit (2.86.ds1-7) UNRELEASED; urgency=low
+sysvinit (2.86.ds1-7) experimental; urgency=low
 
+  UNRELEASED
   [ Petter Reinholdtsen ]
   * Add commented-out code to /etc/init.d/rc for sourcing
     *.sh scripts for runlevel 'S'.  This is preparation for fixing
@@ -10,11 +11,6 @@
   * *.sh: Make sure that these do their thing when they aren't given any
     command line arguments (as is the case when they are sourced)
   * initscripts: Improve use of log_* functions  (Closes: #55143, #323749)
-    There remains the problem that error messages printed by programs
-    that are called by initscripts get printed on the console and thus
-    mess up single-line-format messages printed by the log_ functions.
-    I asked at http://lists.debian.org/debian-devel/2005/11/msg01309.html
-    how this should be dealt with.
   * checkroot.sh: Fix double printing of 'Done checking root file system';
     mountall.sh: Fix chopped-up printing of mount information
     (Closes: #339979, #331397, #341097 and presumably closes: #332309)
@@ -22,8 +18,6 @@
     Thanks to Theodore Y. Ts'o.
   * checkroot.sh, mountvirtfs: Eliminate use of dir_writable in order to
     try to please selinux  (Closes: #333836)
-  * Include /run/ in initscripts package
-  * mountvirtfs: Mount a tmpfs on /run
   * checkroot.sh: Only run findfs for mount on /  (Closes: #275680)
     Thanks to Cameron Hutchison for the patch.
   * mountall.sh, mountnfs.sh: Split call to bootclean out into separate
@@ -40,23 +34,25 @@
   * umountfs: Unmount tmpfs before swapoff and other fs's afterwards
     (Closes: #328582, hopefully without reopening #84782)
   * Make stop-bootlogd a distinct script rather than a symlink to bootlogd.
-    Give it a different LSB header.
+    Give it its own LSB header.
   * Add stop-bootlogd-single initscript to stop bootlogd in "single" mode
     (Closes: #213028, #220025)
   * checkfs.sh: Implement FSCKTYPES  (Closes: #89481)  Set, e.g.,
     FSCKTYPES="ext2,msdos" to fsck only file system types ext2 and msdos
     See fsck(8) for syntax.  FSCKTYPES="none" disables fsck of file
     systems (other than the root filesystem) altogether.
-  * initscripts: Set variables using common script
-  * initscripts: Fix usage messages
-  * initscripts: Allow VERBOSE to be set via the INIT_VERBOSE=yes kernel
-    argument (Closes: #286082)  Experimental.  The name of the kernel
-    argument may change in the future if we decide to implement this more
-    generally.
+  * all initscripts: Set variables using common script
+  * all initscripts: Fix usage messages
+  * all initscripts: Allow VERBOSE to be set via the INIT_VERBOSE=yes
+    kernel argument (Closes: #286082)  Experimental.  The name of the
+    kernel argument may change in the future if we decide to implement
+    this more generally.
   * Improve skeleton initscript
-  * all scripts: Clean up and standardize indentation and formatting
-  * all scripts: Use the which program to test for executables rather
-    than fixed paths
+  * all scripts: Clean up; standardize indentation
+  * all scripts: Use the "which" program to test for executability
+  * initscripts: Include /run; include /sys in Linux builds
+  * mountvirtfs: Mount a tmpfs on /run
+  * initscripts postinst: Run mountvirtfs
   * initscripts preinst: Remove ancient /etc/init.d/boot conversion code
   * default config files: Clean up comments
   * Make initscripts Depend on debianutils >= 2.13.1 in order to prevent




More information about the Pkg-sysvinit-commits mailing list