[Pkg-nagios-changes] [pkg-nagios] r22 - nagios2/trunk/debian

Marc Haber zugschlus at costa.debian.org
Tue Dec 20 20:00:54 UTC 2005


Author: zugschlus
Date: 2005-12-20 20:00:54 +0000 (Tue, 20 Dec 2005)
New Revision: 22

Modified:
   nagios2/trunk/debian/rules
Log:
fix account name in configure line


Modified: nagios2/trunk/debian/rules
===================================================================
--- nagios2/trunk/debian/rules	2005-12-20 20:00:07 UTC (rev 21)
+++ nagios2/trunk/debian/rules	2005-12-20 20:00:54 UTC (rev 22)
@@ -32,10 +32,10 @@
 				--localstatedir=/var/log/nagios \
 				--enable-event-broker \
 				--enable-embedded-perl \
-				--with-nagios-user=nagios \
-				--with-nagios-group=nagios \
-				--with-command-user=nagios \
-				--with-command-group=nagios \
+				--with-nagios-user=Debian-nagios \
+				--with-nagios-group=Debian-nagios \
+				--with-command-user=Debian-nagios \
+				--with-command-group=Debian-nagios \
 				--with-init-dir=/etc/init.d \
 				--with-lockfile=/var/run/nagios/nagios.pid \
 				--with-mail=/usr/bin/mail \




More information about the Pkg-nagios-changes mailing list