network/zabbix_agentd: Updated for version 2.0.8.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Michal Bialozor 2013-10-25 23:19:11 -05:00 committed by Robby Workman
parent 6b822f8641
commit 78347f0add
3 changed files with 7 additions and 4 deletions

View File

@ -17,6 +17,7 @@ prg_start() {
rm -f ${PIDDIR}${PRGNAM}.pid
fi
fi
mkdir -p ${PIDDIR}
su -s /bin/sh -c "${PRGDIR}${PRGNAM} >> ${LOGDIR}${PRGNAM}.log 2>&1" @ZABBIXAGENTUSER@
RETVAL=$?

View File

@ -23,14 +23,16 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zabbix_agentd
VERSION=${VERSION:-2.0.6}
VERSION=${VERSION:-2.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View File

@ -1,8 +1,8 @@
PRGNAM="zabbix_agentd"
VERSION="2.0.6"
VERSION="2.0.8"
HOMEPAGE="http://www.zabbix.com"
DOWNLOAD="http://downloads.sourceforge.net/zabbix/zabbix-2.0.6.tar.gz"
MD5SUM="f7261987731dd74b58cb1da890655ddc"
DOWNLOAD="http://downloads.sourceforge.net/zabbix/zabbix-2.0.8.tar.gz"
MD5SUM="8fef9e6f499295211dd9b2a9db96464b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""