No need for this hack anymore.

This commit is contained in:
ajacoutot 2010-12-11 10:24:21 +00:00
parent baffaea96e
commit 70dcd46ac3
3 changed files with 4 additions and 16 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2010/12/07 21:52:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.40 2010/12/11 10:24:21 ajacoutot Exp $
COMMENT-main = network and application monitoring - agent
COMMENT-server = network and application monitoring - server
@ -14,7 +14,7 @@ FULLPKGPATH-web = net/zabbix,-web
CATEGORIES = net
REVISION-main = 6
REVISION-server = 5
REVISION-server = 6
REVISION-web = 2
MAJV = ${VERSION:C/^([0-9]+\.[0-9]+).*/\1/}

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: zabbix_proxy.rc,v 1.1 2010/11/22 15:39:21 ajacoutot Exp $
# $OpenBSD: zabbix_proxy.rc,v 1.2 2010/12/11 10:24:21 ajacoutot Exp $
. /etc/rc.d/rc.subr
@ -11,12 +11,6 @@ rc_pre() {
install -d -o _zabbix -g _zabbix /var/run/zabbix
}
rc_start() {
type rc_pre >/dev/null && rc_pre
getcap -f /etc/login.conf zabbix 1>/dev/null 2>&1 && _class=zabbix
su -c ${_class:-daemon} -m root -c "${daemon} ${daemon_flags}" >/dev/null
}
rc_reload() {
rc_err "$0: reload is not supported"
}

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: zabbix_server.rc,v 1.1 2010/11/22 15:39:21 ajacoutot Exp $
# $OpenBSD: zabbix_server.rc,v 1.2 2010/12/11 10:24:21 ajacoutot Exp $
. /etc/rc.d/rc.subr
@ -11,12 +11,6 @@ rc_pre() {
install -d -o _zabbix -g _zabbix /var/run/zabbix
}
rc_start() {
type rc_pre >/dev/null && rc_pre
getcap -f /etc/login.conf zabbix 1>/dev/null 2>&1 && _class=zabbix
su -c ${_class:-daemon} -m root -c "${daemon} ${daemon_flags}" >/dev/null
}
rc_reload() {
rc_err "$0: reload is not supported"
}