slackbuilds_ponce/network/argus/rc.argus.patch
Emmanuel N. Millán 09bfcd87a6
network/argus: Update version to 3.0.8.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-04-17 10:03:25 +07:00

23 lines
638 B
Diff

--- support/Startup/argus.orig 2024-04-16 14:24:23.066973888 -0300
+++ support/Startup/argus 2024-04-16 14:25:50.591966998 -0300
@@ -48,17 +48,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