prometheanfire 14/12/12 16:47:44 Modified: icinga2.initd icinga2.confd Log: fixing init script for bug 532314 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path 1.2 net-analyzer/icinga2/files/icinga2.initd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/files/icinga2.initd?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/files/icinga2.initd?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/files/icinga2.initd?r1=1.1&r2=1.2 Index: icinga2.initd =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/files/icinga2.initd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- icinga2.initd 9 Dec 2014 02:50:06 -0000 1.1 +++ icinga2.initd 12 Dec 2014 16:47:44 -0000 1.2 @@ -7,13 +7,7 @@ ICINGA2_RUN_DIR=/var/run ICINGA2_STATE_DIR=/var ICINGA2_PID_FILE="${ICINGA2_RUN_DIR}/icinga2/icinga2.pid" -ICINGA2_DAEMON_ARGS=" --c $ICINGA2_CONFIG_FILE \ --e $ICINGA2_ERROR_LOG \ --u $ICINGA2_USER \ --g $ICINGA2_GROUP \ --d -" +ICINGA2_DAEMON_ARGS="daemon -c $ICINGA2_CONFIG_FILE -e $ICINGA2_ERROR_LOG -d" depend() { need net 1.2 net-analyzer/icinga2/files/icinga2.confd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/files/icinga2.confd?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/files/icinga2.confd?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/files/icinga2.confd?r1=1.1&r2=1.2 Index: icinga2.confd =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/files/icinga2.confd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- icinga2.confd 9 Dec 2014 02:50:06 -0000 1.1 +++ icinga2.confd 12 Dec 2014 16:47:44 -0000 1.2 @@ -2,8 +2,5 @@ ICINGA2_STARTUP_LOG=/var/log/icinga2/startup.log ICINGA2_LOG=/var/log/icinga2/icinga2.log -ICINGA2_USER=icinga -ICINGA2_GROUP=icingacmd - ICINGA2_COMMAND_USER=icinga ICINGA2_COMMAND_GROUP=icingacmd