mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue