diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-11-25 15:51:52 -0600 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-29 12:45:55 +0100 |
commit | 135174bdcbad5aed51bf7306587d01a7c8c57549 (patch) | |
tree | c97db543ad3fc0f99e42fbee8bf51a29024e0371 /development/argus/rc.argus.patch | |
parent | d96334b47b13b2ca5a1a30a52bae1c9dc6d5686c (diff) | |
download | slackbuilds-135174bdcbad5aed51bf7306587d01a7c8c57549.tar.gz |
network/argus{-clients}: Moved (back) from Development category.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/argus/rc.argus.patch')
-rw-r--r-- | development/argus/rc.argus.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/development/argus/rc.argus.patch b/development/argus/rc.argus.patch deleted file mode 100644 index eb42fda952..0000000000 --- a/development/argus/rc.argus.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- support/Startup/argus.orig 2010-07-06 11:23:38.032000082 -0400 -+++ support/Startup/argus 2010-07-06 11:27:15.466000084 -0400 -@@ -43,17 +43,17 @@ - fi - - # Source networking configuration. --. /etc/sysconfig/network -+#. /etc/sysconfig/network - - # Check that networking is up. --[ ${NETWORKING} = "no" ] && exit 1 -+# [ ${NETWORKING} = "no" ] && exit 1 - - - # Set argus path by defining $ARGUSHOME for this script. - # If argus was installed in another way, modify PATH to - # include the directory where the argus binary was installed. - --ARGUSDIR=/usr/local/sbin -+ARGUSDIR=/usr/sbin - ARGUSHOME=$ARGUSDIR - export PATH=$ARGUSHOME:$PATH - -@@ -71,7 +71,7 @@ - then - mkdir /var/log/argus - fi -- argus -de `hostname` -w /var/log/argus/argus.out \ -+ argus -p -de `hostname` -w /var/log/argus/argus.out \ - > /dev/null 2>&1 - RETVAL=$? - else |