From 27095673e6096f63ef3a8362a4e32605e710336c Mon Sep 17 00:00:00 2001 From: freesource Date: Tue, 4 Dec 2001 06:32:19 +0000 Subject: [PATCH] Removed some commented stuff. --- yard/replacements/etc/init.d/rcS.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/yard/replacements/etc/init.d/rcS.example b/yard/replacements/etc/init.d/rcS.example index d7d8b87..ce907f9 100755 --- a/yard/replacements/etc/init.d/rcS.example +++ b/yard/replacements/etc/init.d/rcS.example @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: rcS.example,v 1.1 2001/12/01 21:42:26 freesource Exp $ +# $Id: rcS.example,v 1.2 2001/12/03 05:43:33 freesource Exp $ # Used by the Example.yard template. # /etc/rcS: System initialization script. # @@ -13,8 +13,6 @@ # Mount everything mentioned in fstab # .. but proc needs to be mounted first, anyways. -#/bin/mount -anv -#mount -v -n -o remount,rw / mount -o remount / mount -a