From: Stephen Soltesz Date: Tue, 6 May 2008 21:15:45 +0000 (+0000) Subject: Correct the path mounted by script to /var/local/fprobe X-Git-Tag: vsys-0.7-5~2 X-Git-Url: http://git.onelab.eu/?p=vsys.git;a=commitdiff_plain;h=95bce743148e19731b865800bd270cd35edcb700 Correct the path mounted by script to /var/local/fprobe --- diff --git a/factory/pfmount b/factory/pfmount index 50bf4bd..7c27d16 100755 --- a/factory/pfmount +++ b/factory/pfmount @@ -3,5 +3,5 @@ #mount --bind /usr/local/fprobe /vservers/$1/pf # changed from request of Faiyaz -mount --bind /var/log/fprobe-ulog /vservers/$1/pf +mount --bind /var/local/fprobe /vservers/$1/pf