[Lunar-commits] CVS: moonbase/filesys/sysfsutils POST_INSTALL, 1.3, 1.4

Jaime Buffery nestu at lunar-linux.org
Fri Mar 11 10:59:21 UTC 2005


Update of /var/cvs/lunar/moonbase/filesys/sysfsutils
In directory espresso.foo-projects.org:/tmp/cvs-serv21568

Modified Files:
	POST_INSTALL 
Log Message:
taking the test for the directory out, as -p doesn't b0rk if the dir already exists.


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/sysfsutils/POST_INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- POST_INSTALL	11 Mar 2005 10:28:35 -0000	1.3
+++ POST_INSTALL	11 Mar 2005 10:59:18 -0000	1.4
@@ -1,6 +1,7 @@
 # If /sys mount point is not there, create it
 
-  test -d /sys || mkdir -p /sys/
+  mkdir -p /sys/
 
 # Because maybe /sysfs is used instead of /sys
+
   ln -sf /sys /sysfs



More information about the Lunar-commits mailing list