[Pkg-sysvinit-commits] r1302 - in sysvinit/trunk/debian: . initscripts/etc/init.d

pere at alioth.debian.org pere at alioth.debian.org
Tue Aug 12 12:52:02 UTC 2008


Author: pere
Date: 2008-08-12 12:52:00 +0000 (Tue, 12 Aug 2008)
New Revision: 1302

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh
Log:
* Skip error message from checkfs.sh when / is read-only.  Patch
  from Mirek Slugen.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2008-08-12 12:44:09 UTC (rev 1301)
+++ sysvinit/trunk/debian/changelog	2008-08-12 12:52:00 UTC (rev 1302)
@@ -14,6 +14,8 @@
     individual init.d scripts to init.d/rc.  This make sure the
     progress calculation reflect reality, and that the splash screen
     is taken down in runlevel 1 and that it stop before gdm and kdm.
+  * Skip error message from checkfs.sh when / is read-only.  Patch
+    from Mirek Slugen.
 
  -- Petter Reinholdtsen <pere at debian.org>  Tue, 12 Aug 2008 12:45:37 +0200
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh	2008-08-12 12:44:09 UTC (rev 1301)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/checkfs.sh	2008-08-12 12:52:00 UTC (rev 1302)
@@ -105,7 +105,7 @@
 		fi
 		splash_stop_indefinite
 	fi
-	rm -f /fastboot /forcefsck
+	rm -f /fastboot /forcefsck 2>/dev/null
 }
 
 case "$1" in




More information about the Pkg-sysvinit-commits mailing list