it's going to work much better with this
[nodemanager.git] / sliver-initscripts / vinit
index deaa458..3d40b23 100755 (executable)
@@ -24,6 +24,7 @@ lockfile=/var/lock/subsys/vinit
 
 RETVAL=0
 
+# bash's &>> feature is broken in f8
 function start() {
     [ -x $slicescript ] || return 0
     echo $"Starting $prog"