Bug fixes
[pf2slice.git] / pf2slice-initscript
index 81860cc..788e212 100644 (file)
@@ -4,14 +4,12 @@
 # description: planetflow slice initscript
 #
 
-PROC=fprobe-ulog
-
 . /etc/rc.d/init.d/functions
 
 case "$1" in
     start)
         echo -n "starting the planetflow slice:"
-       echo "pf" > /vsys/pfmount
+       echo "pf" > /vsys/pfmount.in
         echo
         ;;