[Pkg-sysvinit-commits] r314 - sysvinit/trunk/debian/initscripts/sbin

Thomas Hood jdthood-guest at costa.debian.org
Mon Nov 28 19:20:20 UTC 2005


Author: jdthood-guest
Date: 2005-11-28 19:20:20 +0000 (Mon, 28 Nov 2005)
New Revision: 314

Modified:
   sysvinit/trunk/debian/initscripts/sbin/fsck.nfs
Log:
Clean up formatting

Modified: sysvinit/trunk/debian/initscripts/sbin/fsck.nfs
===================================================================
--- sysvinit/trunk/debian/initscripts/sbin/fsck.nfs	2005-11-28 19:19:01 UTC (rev 313)
+++ sysvinit/trunk/debian/initscripts/sbin/fsck.nfs	2005-11-28 19:20:20 UTC (rev 314)
@@ -1,22 +1,18 @@
 #! /bin/sh
 #
-# fsck.nfs	Dummy fsck.nfs file that always returns success. We
-#		need this for when the root file system is on NFS:
-#		there is no way to find out if root is NFS mounted
-#		and we really want to do a "fsck -a /".
+# fsck.nfs
 #
-# Version:	@(#) fsck.nfs.sh  1.10  30-Nov-1996  miquels at cistron.nl
+# Dummy fsck.nfs file that always returns success. We
+# need this for when the root file system is on NFS:
+# there is no way to find out if root is NFS mounted
+# and we really want to do a "fsck -a /".
 #
 
 while :
 do
 	case "$1" in
-		-*)
-			shift
-			;;
-		*)
-			break
-			;;
+		-*) shift ;;
+		*) break ;;
 	esac
 done
 




More information about the Pkg-sysvinit-commits mailing list