- 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:
parent
84c599ae5f
commit
2a8d66e3bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189845
2
UPDATING
2
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.
|
||||
|
Loading…
Reference in New Issue
Block a user