From 9e566e74ec577e2cf1cf2dd265665676e348a9cb Mon Sep 17 00:00:00 2001 From: zux Date: Mon, 1 Oct 2018 22:55:55 +0100 Subject: network/zabbix_agentd: Updated for version 3.4.14 + new maintainer. Signed-off-by: David Spencer --- network/zabbix_agentd/README.SLACKWARE | 8 ++++---- network/zabbix_agentd/zabbix_agentd.SlackBuild | 8 ++++---- network/zabbix_agentd/zabbix_agentd.info | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'network') diff --git a/network/zabbix_agentd/README.SLACKWARE b/network/zabbix_agentd/README.SLACKWARE index 2cb90f2c9f..a41c2ef1e2 100644 --- a/network/zabbix_agentd/README.SLACKWARE +++ b/network/zabbix_agentd/README.SLACKWARE @@ -13,7 +13,7 @@ Before running the zabbix_agentd.SlackBuild script, you will need to create the 'zabbix' user and group as well as 'zabbixagent' user. The script won't run if these do not exist. -The suggested UID and GID is 228 for 'zabbix' and 266 for 'zabbixagent', +The suggested UID and GID is 228 for 'zabbix' and 266 for 'zabbixagent', but you can change this as needed: # groupadd -g 228 zabbix @@ -35,7 +35,7 @@ At least the following lines need to be configured: 2.1) Automatic startup and shutdown -If you want to start zabbix_agentd on system bootup, include these lines in +If you want to start zabbix_agentd on system bootup, include these lines in your /etc/rc.d/rc.local: # Start zabbix_agentd @@ -44,7 +44,7 @@ your /etc/rc.d/rc.local: /etc/rc.d/rc.zabbix_agentd start fi -To guarantee a clean shutdown of zabbix_agentd, include this in +To guarantee a clean shutdown of zabbix_agentd, include this in /etc/rc.d/rc.local_shutdown: # Stop zabbix_agentd @@ -55,7 +55,7 @@ To guarantee a clean shutdown of zabbix_agentd, include this in 2.2) Make /etc/rc.d/rc.zabbix_agentd executable -Additionally, you'll have to set the rc script to be executable just like +Additionally, you'll have to set the rc script to be executable just like any other Slackware rc script: # chmod +x /etc/rc.d/rc.zabbix_agentd diff --git a/network/zabbix_agentd/zabbix_agentd.SlackBuild b/network/zabbix_agentd/zabbix_agentd.SlackBuild index 98428ddf94..5661858165 100644 --- a/network/zabbix_agentd/zabbix_agentd.SlackBuild +++ b/network/zabbix_agentd/zabbix_agentd.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=zabbix_agentd -VERSION=${VERSION:-2.4.3} +VERSION=${VERSION:-3.4.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -66,8 +66,8 @@ if [ "$(grep ^$ZABBIXAGENTUSER: /etc/passwd)" = "" -o "$(grep ^$ZABBIXAGENTUSER: exit 1 fi -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/network/zabbix_agentd/zabbix_agentd.info b/network/zabbix_agentd/zabbix_agentd.info index 737061313e..59ded2c297 100644 --- a/network/zabbix_agentd/zabbix_agentd.info +++ b/network/zabbix_agentd/zabbix_agentd.info @@ -1,10 +1,10 @@ PRGNAM="zabbix_agentd" -VERSION="2.4.3" +VERSION="3.4.14" HOMEPAGE="https://www.zabbix.com" -DOWNLOAD="https://downloads.sourceforge.net/zabbix/zabbix-2.4.3.tar.gz" -MD5SUM="e8a0699c4e49999a15c63650a2280600" +DOWNLOAD="https://downloads.sourceforge.net/zabbix/zabbix-3.4.14.tar.gz" +MD5SUM="16cdacf7198538c0456523d75bb149c7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Michal Bialozor" -EMAIL="bialyy@o2.pl" +MAINTAINER="zux" +EMAIL="zux@pie-dabas.net" -- cgit v1.2.3