Getting rid of scripts from the vsys package. These scripts can be found in the vsys...
[vsys.git] / factory / pfmount
diff --git a/factory/pfmount b/factory/pfmount
deleted file mode 100755 (executable)
index 0282c76..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-# Mount the planetflow directory in a slice
-
-#mount --bind /usr/local/fprobe /vservers/$1/pf
-# changed from request of Faiyaz
-DEST="/vservers/$1/pf"
-mount | grep "on $DEST type" > /dev/null
-if [ $? -eq 1 ]; then
-    mount --bind /var/local/fprobe -o ro $DEST
-fi