[Lunar-commits] r14983 - moonbase/trunk/filesys/devfsd/init.d

Moritz Heiber moe at lunar-linux.org
Tue May 24 13:54:59 UTC 2005


Author: moe
Date: 2005-05-24 13:54:58 +0000 (Tue, 24 May 2005)
New Revision: 14983

Modified:
   moonbase/trunk/filesys/devfsd/init.d/devfsd
Log:
This "should" fix the issue with pidof on the iso.
I'm not able to test it though. I might have the time lateron
to pull out the iso image and fix it directly on the iso
to test it. For now, this should do it.



Modified: moonbase/trunk/filesys/devfsd/init.d/devfsd
===================================================================
--- moonbase/trunk/filesys/devfsd/init.d/devfsd	2005-05-24 13:34:06 UTC (rev 14982)
+++ moonbase/trunk/filesys/devfsd/init.d/devfsd	2005-05-24 13:54:58 UTC (rev 14983)
@@ -1,6 +1,7 @@
 #!/bin/bash
 
-DEVFSD=/sbin/devfsd
+PATH="$PATH:/bin"
+DEVFSD="/sbin/devfsd"
 
 # This is now started in mount script, because of problems
 



More information about the Lunar-commits mailing list