mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/argus: Update version to 3.0.8.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4df8b8ace1
commit
09bfcd87a6
3 changed files with 11 additions and 19 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
# Slackware build script for Argus
|
||||
# Written by R. Bailey <GooseYArd@gmail.com>
|
||||
# Emmanuel N. Millan <emmanueln@gmail.com> - 2018
|
||||
# Emmanuel N. Millan <emmanueln@gmail.com> - 2018-2024
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=argus
|
||||
VERSION=${VERSION:-3.0.8.2}
|
||||
VERSION=${VERSION:-3.0.8.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -86,6 +86,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
rm -rf $PKG/usr/argus
|
||||
mkdir -p $PKG/etc
|
||||
cp -a support/Config/argus.conf $PKG/etc/argus.conf.new
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="argus"
|
||||
VERSION="3.0.8.2"
|
||||
VERSION="3.0.8.4"
|
||||
HOMEPAGE="http://www.qosient.com/argus/index.shtml"
|
||||
DOWNLOAD="http://qosient.com/argus/src/argus-3.0.8.2.tar.gz"
|
||||
MD5SUM="eaf5f5ec66569e556392802a70ef9ca5"
|
||||
DOWNLOAD="https://github.com/openargus/argus/archive/v3.0.8.4/argus-3.0.8.4.tar.gz"
|
||||
MD5SUM="4d906fe4e21372783e7c213486722b66"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- 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 @@
|
||||
--- 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.
|
||||
|
@ -8,8 +8,8 @@
|
|||
+#. /etc/sysconfig/network
|
||||
|
||||
# Check that networking is up.
|
||||
-[ ${NETWORKING} = "no" ] && exit 1
|
||||
+# [ ${NETWORKING} = "no" ] && exit 1
|
||||
-[ .${NETWORKING} = ."no" ] && exit 1
|
||||
+#[ .${NETWORKING} = ."no" ] && exit 1
|
||||
|
||||
|
||||
# Set argus path by defining $ARGUSHOME for this script.
|
||||
|
@ -21,12 +21,3 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue