Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2007 12:44:56 +0930 (CST)
From:      Jarrod Sayers <jarrod@netleader.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111434: [maintainer-update] net-mgmt/nagios: Minor changes to ports/UPDATING for uid/gid migration
Message-ID:  <200704100314.l3A3Euuo036683@wallace.netleader.com.au>
Resent-Message-ID: <200704100320.l3A3K2G7013266@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111434
>Category:       ports
>Synopsis:       [maintainer-update] net-mgmt/nagios: Minor changes to ports/UPDATING for uid/gid migration
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 10 03:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jarrod Sayers
>Release:        FreeBSD 6.2-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD wallace.netleader.com.au 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #71: Fri Mar 16 20:09:23 CST 2007 root@wallace.netleader.com.au:/usr/obj/usr/src/sys/WALLACE i386
>Description:
In the uid/gid migration notes provided in ports/111345, it has been pointed out
by Andrey Volkov <volkov@nolty.ru> that the nagios users gid is not altered.
The following patch to ports/UPDATING corrects this.
>How-To-Repeat:
>Fix:
Downdloadable diff from:
http://www.netleader.com.au/~jarrod/FreeBSD/ports-UPDATING.diff

--- ports-UPDATING.diff begins here ---
--- ports/UPDATING.orig	Tue Apr 10 12:32:53 2007
+++ ports/UPDATING	Tue Apr 10 12:36:54 2007
@@ -26,8 +26,8 @@
   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.
--- ports-UPDATING.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704100314.l3A3Euuo036683>