diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-12 12:00:26 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-12 12:00:26 +0000 |
commit | 2a8d66e3bfaf724e6f06f078b14c17742ae7b4fb (patch) | |
tree | 557e1b153827ea84073c1064c25bdd487583941a /UPDATING | |
parent | 84c599ae5f17b19f8a58aa461135e7ffbfd43af8 (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |