]> git.pld-linux.org Git - packages/p0f.git/commitdiff
- pass socket name as -s
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 18 Jan 2012 12:45:44 +0000 (12:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    p0f.init -> 1.17

p0f.init

index 592279e252b79326125390b912b84709be77f3ce..3921c922034efddf668435fd1424ede2fb1e5f7d 100644 (file)
--- a/p0f.init
+++ b/p0f.init
@@ -63,7 +63,7 @@ case "$1" in
                if [ -n "$P0F_SOCKET" ]; then
                        # read the manual first and then ask why the umask
                        umask 007
-                       OPTIONS="$OPTIONS -Q $P0F_SOCKET"
+                       OPTIONS="$OPTIONS -s $P0F_SOCKET"
                fi
                if [ -n "$P0F_USER" ]; then
                        OPTIONS="$OPTIONS -u $P0F_USER"
This page took 0.081335 seconds and 4 git commands to generate.