X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=factory%2Fpfmount;fp=factory%2Fpfmount;h=0000000000000000000000000000000000000000;hb=b81d4faa0fd65a42ae4a9a0191b4684d3aa7ff62;hp=0282c767eb108e386630e3e97e36489188483f02;hpb=8d38d04aebf97cd4f5a9bc8d1c6586b3daef4685;p=vsys.git diff --git a/factory/pfmount b/factory/pfmount deleted file mode 100755 index 0282c76..0000000 --- a/factory/pfmount +++ /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