Put PLIST back into the correct order so /var/icinga is created with the
correct ownership. From robert at. peichaer dot. org
This commit is contained in:
parent
2a204fed1e
commit
5c8e78da59
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2012/05/19 10:47:10 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2012/05/26 22:19:15 sthen Exp $
|
||||
|
||||
COMMENT-main = network monitoring system (improved fork of Nagios)
|
||||
COMMENT-cgi = cgi scripts for Icinga (classic Nagios-style UI)
|
||||
@ -6,7 +6,7 @@ COMMENT-ido = store Icinga configuration and events in a database
|
||||
|
||||
DISTNAME = icinga-$V
|
||||
PKGNAME-main = icinga-$V
|
||||
REVISION-main = 0
|
||||
REVISION-main = 1
|
||||
PKGNAME-cgi = icinga-cgi-$V
|
||||
PKGNAME-ido = icinga-idoutils-$V
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.8 2012/05/19 10:47:10 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.9 2012/05/26 22:19:15 sthen Exp $
|
||||
@newgroup _icinga:667
|
||||
@newuser _icinga:667:_icinga:daemon:Icinga user:/var/icinga:/sbin/nologin
|
||||
@extraunexec rm -rf ${SYSCONFDIR}/icinga/*
|
||||
@ -45,10 +45,10 @@ share/examples/icinga/objects/windows.cfg
|
||||
@sample ${SYSCONFDIR}/icinga/objects/windows.cfg
|
||||
share/examples/icinga/resource.cfg
|
||||
@sample ${SYSCONFDIR}/icinga/resource.cfg
|
||||
@sample /var/icinga/
|
||||
@mode 755
|
||||
@owner _icinga
|
||||
@group _icinga
|
||||
@sample /var/icinga/
|
||||
@sample /var/icinga/archives/
|
||||
@sample /var/log/icinga/
|
||||
@sample /var/spool/icinga/
|
||||
|
Loading…
Reference in New Issue
Block a user