[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1146 - trunk/web/cdscripts



Author: rmh
Date: 2006-02-06 14:13:48 +0000 (Mon, 06 Feb 2006)
New Revision: 1146

Modified:
   trunk/web/cdscripts/startup
Log:
Once you remove /stand, rm no longer works

Modified: trunk/web/cdscripts/startup
===================================================================
--- trunk/web/cdscripts/startup	2006-02-06 12:37:40 UTC (rev 1145)
+++ trunk/web/cdscripts/startup	2006-02-06 14:13:48 UTC (rev 1146)
@@ -20,5 +20,4 @@
 echo "null			/proc		linprocfs	rw	0	0" >> /etc/fstab
 
 # cleanup
-rm -rf /stand /native-install
-rm -f `which $0`
+rm -rf /stand /native-install `which $0`



Reply to: