summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-04-07 14:29:12 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-04-07 14:29:12 +0000
commit48afa04bf073a68922fcf9b60fab334ff6e2c519 (patch)
treed81647523d0a6c9cf365bbe27134c0d46516dbc6 /UPDATING
parent- Use registered UID and GID. See UPDATING for migration. (diff)
- Add entry for net-mgmt/nagios uid/gid changes (from dynamic -> static)
PR: ports/111345 Submitted by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
Notes
Notes: svn path=/head/; revision=189433
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ba02ec3b3ce5..85bb72839040 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,23 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20070407:
+ AFFECTS: users of net-mgmt/nagios
+ AUTHOR: jarrod@netleader.com.au
+
+ nagios now uses the registered uid/gid 181 for a fresh installation.
+ To switch to the new scheme, the following may help:
+
+ # /usr/local/etc/rc.d/nagios stop
+ Stopping nagios.
+ # find / -user nagios -exec chown 181 {} \;
+ # find / -group nagios -exec chgrp 181 {} \;
+ # pw usermod nagios -u 181
+ # pw groupmod nagios -g 181
+ # /usr/local/etc/rc.d/nagios start
+ Performing sanity check of nagios configuration: OK
+ Starting nagios.
+
20070405:
AFFECTS: users of print/ghostscript-*
AUTHOR: rafan@FreeBSD.org