[Pkg-nagios-changes] [pkg-nagios] r1635 - nagios3/trunk/debian

Alexander Wirt formorer at alioth.debian.org
Sat Mar 21 08:40:19 UTC 2009


Author: formorer
Date: 2009-03-21 08:40:19 +0000 (Sat, 21 Mar 2009)
New Revision: 1635

Added:
   nagios3/trunk/debian/NEWS
Modified:
   nagios3/trunk/debian/changelog
   nagios3/trunk/debian/nagios3-common.postinst
Log:
Create homedirectory in /var/lib/nagios. 
Add NEWS file. 


Added: nagios3/trunk/debian/NEWS
===================================================================
--- nagios3/trunk/debian/NEWS	                        (rev 0)
+++ nagios3/trunk/debian/NEWS	2009-03-21 08:40:19 UTC (rev 1635)
@@ -0,0 +1,8 @@
+nagios3 (3.0.6-4) unstable; urgency=low
+
+  The homedirectory of the nagios user moved to /var/lib/nagios
+  which is now common on all nagios related packages. Its recommended
+  that you migrate an already existing nagios user to use /var/lib/nagios
+  as homedirectory.
+
+ -- Alexander Wirt <formorer at debian.org>  Sat, 21 Mar 2009 09:12:10 +0100

Modified: nagios3/trunk/debian/changelog
===================================================================
--- nagios3/trunk/debian/changelog	2009-03-21 08:37:49 UTC (rev 1634)
+++ nagios3/trunk/debian/changelog	2009-03-21 08:40:19 UTC (rev 1635)
@@ -11,8 +11,10 @@
   * Readd documentation for nagios_check_command (Closes: #508439)
   * Especially allow access to /etc/nagios3/stylesheets in apache2.conf
     (Closes: #495245)
+  * Move homedirectory of the nagios user to /var/lib/nagios 
+    
 
- -- Alexander Wirt <formorer at debian.org>  Thu, 12 Mar 2009 07:25:17 +0100
+ -- Alexander Wirt <formorer at debian.org>  Sat, 21 Mar 2009 09:00:47 +0100
 
 nagios3 (3.0.6-3) unstable; urgency=low
 

Modified: nagios3/trunk/debian/nagios3-common.postinst
===================================================================
--- nagios3/trunk/debian/nagios3-common.postinst	2009-03-21 08:37:49 UTC (rev 1634)
+++ nagios3/trunk/debian/nagios3-common.postinst	2009-03-21 08:40:19 UTC (rev 1635)
@@ -37,7 +37,7 @@
   configure)
     if ! getent passwd nagios > /dev/null ; then
       echo 'Adding system-user for nagios' 1>&2
-      adduser --system --group --home /var/run/nagios3 --no-create-home \
+      adduser --system --group --home /var/lib/nagios \
               --disabled-login --force-badname nagios > /dev/null
     fi
 




More information about the Pkg-nagios-changes mailing list