diff options
author | Andy Bailey <bailey@akamai.com> | 2010-07-10 02:16:00 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-10 02:17:59 -0500 |
commit | 47e5f5d5e8bf257908cc2b5a0e3ae5d74e711bc2 (patch) | |
tree | bb5407091ceccbabe8ad5ab7b18bdcaf44e0d6f0 /development/argus/rc.argus.patch | |
parent | 1fadcf965f3c9d8bd8004dcd060e1537cb9b8c23 (diff) | |
download | slackbuilds-47e5f5d5e8bf257908cc2b5a0e3ae5d74e711bc2.tar.gz |
development/argus: Added (open source IP Audit tool)
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, 32 insertions, 0 deletions
diff --git a/development/argus/rc.argus.patch b/development/argus/rc.argus.patch new file mode 100644 index 0000000000..eb42fda952 --- /dev/null +++ b/development/argus/rc.argus.patch @@ -0,0 +1,32 @@ +--- 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 |