- 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>
This commit is contained in:
Rong-En Fan 2007-04-12 12:00:26 +00:00
parent 84c599ae5f
commit 2a8d66e3bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189845

View File

@ -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.