aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-04-12 12:00:26 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-04-12 12:00:26 +0000
commit2a8d66e3bfaf724e6f06f078b14c17742ae7b4fb (patch)
tree557e1b153827ea84073c1064c25bdd487583941a /UPDATING
parent84c599ae5f17b19f8a58aa461135e7ffbfd43af8 (diff)
downloadports-2a8d66e3bfaf724e6f06f078b14c17742ae7b4fb.tar.gz
ports-2a8d66e3bfaf724e6f06f078b14c17742ae7b4fb.zip
- Correct uid/gid migration for net-mgmt/nagiosfor net-mgmt/nagios
PR: ports/111434 Reported by: Andrey Volkov <volkov at nolty.ru> Submitted by: Jarrod Sayers <jarrod at netleader.com.au>
Notes
Notes: svn path=/head/; revision=189845
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 9457fb69a3ec..78551d1251c7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -26,8 +26,8 @@ upgrades.
Stopping nagios.
# find / -user nagios -exec chown 181 {} \;
# find / -group nagios -exec chgrp 181 {} \;
- # pw usermod nagios -u 181
# pw groupmod nagios -g 181
+ # pw usermod nagios -u 181 -g 181
# /usr/local/etc/rc.d/nagios start
Performing sanity check of nagios configuration: OK
Starting nagios.