network/zabbix_agentd: Updated for version 1.8.3.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Niels Horn 2010-08-26 21:24:45 -04:00 committed by Erik Hanson
parent a1b3959061
commit ba5778ab41
3 changed files with 8 additions and 8 deletions

View file

@ -58,7 +58,7 @@ any other Slackware rc script:
# chmod +x /etc/rc.d/rc.zabbix_agentd # 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: Now you are ready to start zabbix_agentd by calling the startup script:

View file

@ -2,11 +2,11 @@
# Slackware build script for zabbix_agentd # Slackware build script for zabbix_agentd
# maintained by Niels Horn <niels.horn@gmail.com> # maintained by Niels Horn <niels.horn@gmail.com>
# revision date: 2010/07/10 # revision date: 2010/08/23
PRGNAM=zabbix_agentd PRGNAM=zabbix_agentd
VERSION=${VERSION:-1.8.2} VERSION=${VERSION:-1.8.3}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then 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 cat $CWD/rc.$PRGNAM > $PKG/etc/rc.d/rc.$PRGNAM.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION 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 $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE

View file

@ -1,8 +1,8 @@
PRGNAM="zabbix_agentd" PRGNAM="zabbix_agentd"
VERSION="1.8.2" VERSION="1.8.3"
HOMEPAGE="http://www.zabbix.com" HOMEPAGE="http://www.zabbix.com"
DOWNLOAD="http://downloads.sourceforge.net/zabbix/zabbix-1.8.2.tar.gz" DOWNLOAD="http://downloads.sourceforge.net/zabbix/zabbix-1.8.3.tar.gz"
MD5SUM="fa4be4fa7ac20a33cc0aa5c27b827746" MD5SUM="575c31880d73f6fe41e730874ebfc633"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Niels Horn" MAINTAINER="Niels Horn"