From 845c47550e12da8ffe3b2f05c5adb10b7a651d92 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Mon, 7 Apr 2008 21:44:59 +0000 Subject: [PATCH] mount /var/log/fprobe-ulog rather than /usr/local/fprobe at Faiyaz's request. --- factory/pfmount | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/factory/pfmount b/factory/pfmount index 76f23ce..50bf4bd 100755 --- a/factory/pfmount +++ b/factory/pfmount @@ -1,4 +1,7 @@ #!/bin/sh # Mount the planetflow directory in a slice -mount --bind /usr/local/fprobe /vservers/$1/pf +#mount --bind /usr/local/fprobe /vservers/$1/pf +# changed from request of Faiyaz +mount --bind /var/log/fprobe-ulog /vservers/$1/pf + -- 2.43.0