]> git.pld-linux.org Git - packages/arpwatch.git/commitdiff
- added global setup auto/ac/arpwatch-2_1a13-2
authorTomasz Pala <gotar@pld-linux.org>
Mon, 30 May 2005 20:05:25 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arpwatch.init -> 1.23
    arpwatch.sysconfig -> 1.5

arpwatch.init
arpwatch.sysconfig

index 2c26acee24ad3bf750d1957f2397387b5a1aa48b..2c6dcae97c0082751065f1c29236671f7b38a06a 100644 (file)
@@ -28,7 +28,7 @@ else
 fi
 
 if is_yes "${NO_BOGON}"; then
-       GLOBAL_OPTIONS="-N"
+       GLOBAL_OPTIONS="$GLOBAL_OPTIONS -N"
 else
        if [ -n "${LOCAL_NETWORKS}" ]; then
                for i in ${LOCAL_NETWORKS}; do
index 48e5615832d2532c76bf83a94f2a9ee22838e6d4..d8bf5ea585ecd1dba36d3365646247cb1a48d0ac 100644 (file)
@@ -1,6 +1,8 @@
 # Define nice level for arpwatch
 SERVICE_RUN_NICE_LEVEL="+5"
 
+#GLOBAL_OPTIONS=""
+
 # Name of monitored interfaces
 INTERFACES=
 
This page took 0.124429 seconds and 4 git commands to generate.