mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/zabbix_agentd: Updated for version 1.8.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
a1b3959061
commit
ba5778ab41
3 changed files with 8 additions and 8 deletions
|
@ -58,7 +58,7 @@ any other Slackware rc script:
|
|||
|
||||
# chmod +x /etc/rc.d/rc.zabbix_agentd
|
||||
|
||||
4) Starting zabbix agent daemon
|
||||
3) Starting zabbix agent daemon
|
||||
-------------------------------
|
||||
|
||||
Now you are ready to start zabbix_agentd by calling the startup script:
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
# Slackware build script for zabbix_agentd
|
||||
# maintained by Niels Horn <niels.horn@gmail.com>
|
||||
# revision date: 2010/07/10
|
||||
# revision date: 2010/08/23
|
||||
|
||||
PRGNAM=zabbix_agentd
|
||||
VERSION=${VERSION:-1.8.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.8.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -120,7 +120,7 @@ mkdir -p $PKG/etc/rc.d
|
|||
cat $CWD/rc.$PRGNAM > $PKG/etc/rc.d/rc.$PRGNAM.new
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README \
|
||||
cp -a AUTHORS COPYING ChangeLog CREDITS INSTALL NEWS README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zabbix_agentd"
|
||||
VERSION="1.8.2"
|
||||
VERSION="1.8.3"
|
||||
HOMEPAGE="http://www.zabbix.com"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/zabbix/zabbix-1.8.2.tar.gz"
|
||||
MD5SUM="fa4be4fa7ac20a33cc0aa5c27b827746"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/zabbix/zabbix-1.8.3.tar.gz"
|
||||
MD5SUM="575c31880d73f6fe41e730874ebfc633"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue