From wahjava@gmail.com  Fri Oct 10 11:25:57 2008
Return-Path: <wahjava@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B9FE71065686
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Oct 2008 11:25:57 +0000 (UTC)
	(envelope-from wahjava@gmail.com)
Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174])
	by mx1.freebsd.org (Postfix) with ESMTP id 8AE728FC2D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Oct 2008 11:25:57 +0000 (UTC)
	(envelope-from wahjava@gmail.com)
Received: by wf-out-1314.google.com with SMTP id 24so512356wfg.7
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Oct 2008 04:25:57 -0700 (PDT)
Received: by 10.142.186.9 with SMTP id j9mr683267wff.115.1223636659675;
        Fri, 10 Oct 2008 04:04:19 -0700 (PDT)
Received: from chateau.d.lf ([122.162.250.164])
        by mx.google.com with ESMTPS id 24sm3248844wfc.6.2008.10.10.04.04.16
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Fri, 10 Oct 2008 04:04:18 -0700 (PDT)
Message-Id: <20081010110451.26B567F4F2@chateau.d.lf>
Date: Fri, 10 Oct 2008 16:34:51 +0530 (IST)
From: Ashish Shukla <wahjava@gmail.com>
Reply-To: Ashish Shukla <wahjava@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: net/isc-dhcp3-server creates a user/group with dynamic UID/GID (>= 1000)
X-Send-Pr-Version: 3.113
X-GNATS-Notify: Joerg.Pulz@frm2.tum.de

>Number:         127995
>Category:       ports
>Synopsis:       net/isc-dhcp30-server creates a user/group with dynamic UID/GID (>= 1000)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jpaetzel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 10 11:30:01 UTC 2008
>Closed-Date:    Sat Jun 26 13:16:57 UTC 2010
>Last-Modified:  Sat Jun 26 13:20:01 UTC 2010
>Originator:     Ashish Shukla
>Release:        FreeBSD 7.0-RELEASE-p5 amd64
>Organization:
N/A
>Environment:
System: FreeBSD chateau.d.lf 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #5: Wed Oct 8 13:11:20 IST 2008 root@chateau.d.lf:/usr/obj/usr/src/sys/ULE amd64

>Description:
When installing port net/isc-dhcp3-server, a user (with a dynamic UID) gets 
created on installation, which in my opinion is incorrect. The expected behavior
is to reserve a UID/GID for the dhcpd in ${PORTSDIR}/{U,G}IDs files.

>How-To-Repeat:
Execute following on a root shell:

# make -C /usr/ports/net/isc-dhcp3-server config install

In the above command make sure DHCP_PARANOIA config option is set. And now do:

# getent passwd dhcpd
dhcpd:*:1002:1002:DHCP Daemon:/nonexistent:/usr/sbin/nologin

If you get UID, and GID > 1000, then this is problem.

>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Oct 10 11:30:13 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127995 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: Joerg.Pulz@frm2.tum.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/127995: net/isc-dhcp3-server creates a user/group with dynamic UID/GID (>= 1000)
Date: Fri, 10 Oct 2008 11:30:11 UT

 Maintainer of net/isc-dhcp3-server,
 
 Please note that PR ports/127995 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127995
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->stefan 
Responsible-Changed-By: stefan 
Responsible-Changed-When: Wed Dec 17 16:55:34 UTC 2008 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127995 

From: Stefan Walter <stefan@FreeBSD.org>
To: Joerg.Pulz@frm2.tum.de, Ashish Shukla <wahjava@gmail.com>
Cc: GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/127995: net/isc-dhcp30-server creates a user/group with
	dynamic UID/GID (>= 1000)
Date: Thu, 18 Dec 2008 15:35:45 +0100

 Hi Joerg,
 
 there is a problem report waiting for your feedback as the maintainer of
 net/isc-dhcp30-server. Could you have a look and let us know what you
 think of it? The PR's contents can be found at [1].
 
 Regards,
 Stefan
 
 [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127995

From: Stefan Walter <stefan@FreeBSD.org>
To: Ashish Shukla <wahjava@gmail.com>
Cc: Joerg.Pulz@frm2.tum.de, GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/127995: net/isc-dhcp30-server creates a user/group with
	dynamic UID/GID (>= 1000)
Date: Thu, 8 Jan 2009 20:46:45 +0100

 Hi Ashish,
 
 can you please send a patch for the changes you propose to be made to
 net/isc-dhcp30-server?
 
 Regards,
 Stefan

From: Stefan Walter <stefan@FreeBSD.org>
To: GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Cc:  
Subject: Re: ports/127995: net/isc-dhcp30-server creates a user/group with
	dynamic UID/GID (>= 1000)
Date: Sun, 11 Jan 2009 16:48:20 +0100

 Feedback received by submitter: 
 
 ----- Forwarded message from Ashish SHUKLA <wahjava@gmail.com> -----
 
 From: Ashish SHUKLA <wahjava@gmail.com>
 Subject: Re: ports/127995: net/isc-dhcp30-server creates a user/group with
 	dynamic UID/GID (>= 1000)
 Organization: /\/0/\/3
 To: Stefan Walter <stefan@FreeBSD.org>
 Date: Sat, 10 Jan 2009 02:53:49 +0530
 
 > can you please send a patch for the changes you propose to be made to
 > net/isc-dhcp30-server?
 
 Ofcourse, I'll send a patch, but it'll take few days (< 6), as I'm bit busy 
 with the work these days.
 
 -- 
 Ashish SHUKLA
 
 ----- End forwarded message -----

From: wahjava@gmail.com (Ashish SHUKLA)
To: Stefan Walter <stefan@FreeBSD.org>
Cc: Joerg.Pulz@frm2.tum.de, bug-followup@FreeBSD.org
Subject: Re: ports/127995: net/isc-dhcp30-server creates a user/group with dynamic UID/GID (>= 1000)
Date: Mon, 12 Jan 2009 14:01:22 +0530

 --=-=-=
 
 Stefan Walter writes:
 > Hi Ashish,
 
 Hi Stefan,
 
 > can you please send a patch for the changes you propose to be made to
 > net/isc-dhcp30-server?
 
 Try the attached patch. I'm registering no. 136 to be used as the UID
 and GID for dhcpd. The attached diff fixes the dhcpd rc.d script which
 is responsible for creating the user. The attached diff also patches
 ${PORTSDIR}/{U,G}IDs files. I think similar diff needs to be created for
 other *dhcpd* ports too.
 
 > Regards,
 > Stefan
 
 HTH
 -- 
 Ashish SHUKLA
 
 --=-=-=
 Content-Type: text/x-diff
 Content-Disposition: inline; filename=isc-dhcp30-server.diff
 Content-Description: diff to fix PR 127995
 
 diff --git a/GIDs b/GIDs
 index 5d4224d..84713a4 100644
 --- a/GIDs
 +++ b/GIDs
 @@ -67,6 +67,7 @@ _spamd:*:132:
  freeradius:*:133:
  undernet:*:134:
  rabbitmq:*:135:
 +dhcpd:*:136:
  dovecot:*:143:
  rbldns:*:153:
  sfs:*:171:
 diff --git a/UIDs b/UIDs
 index 880193f..d72f8c1 100644
 --- a/UIDs
 +++ b/UIDs
 @@ -75,6 +75,7 @@ _spamd:*:132:132::0:0:Spam Daemon:/var/empty:/usr/sbin/nologin
  freeradius:*:133:133::0:0:FreeRADIUS Daemon:/nonexistent:/usr/sbin/nologin
  undernet:*:134:134::0:0:Undernet ircu Daemon:/nonexistant:/usr/sbin/nologin
  rabbitmq:*:135:135::0:0:RabbitMQ:/var/db/rabbitmq:/usr/sbin/nologin
 +dhcpd:*:136:136::0:0:ISC DHCP daemon:/nonexistent:/usr/sbin/nologin
  cricket:*:141:80::0:0:Cricket Monitoring User:/usr/local/cricket:/usr/sbin/nologin
  dovecot:*:143:143::0:0:Dovecot User:/var/empty:/usr/sbin/nologin
  rbldns:*:153:153::0:0:rbldnsd pseudo-user:/nonexistent:/usr/sbin/nologin
 diff --git a/isc-dhcp30-server/files/isc-dhcpd.in b/isc-dhcp30-server/files/isc-dhcpd.in
 index a331916..488c99e 100644
 --- a/isc-dhcp30-server/files/isc-dhcpd.in
 +++ b/isc-dhcp30-server/files/isc-dhcpd.in
 @@ -271,16 +271,17 @@ safe_umount ()	# dir
  
  safe_useradd ()
  {
 -	local _user _group _home _shell _gecos
 +	local _user _group _home _shell _gecos _gid _usr
  
  	_user=$1 _group=$2 _gecos=${3:-"& daemon"}
 -	_home=${4:-/nonexistent} _shell=${5:-/usr/sbin/nologin}
 +	_uid=$4  _gid=$5
 +	_home=${6:-/nonexistent} _shell=${7:-/usr/sbin/nologin}
  
  	if [ -n "${_group}" ]; then
  		if pw group show ${_group} 2>/dev/null; then
  			echo "You already have a group \"${_group}\"," \
  			     "so I will use it."
 -		elif pw groupadd ${_group} -h -; then
 +		elif pw groupadd ${_group} -g ${_gid} -h -; then
  			echo "Added group \"${_group}\"."
  		else
  			echo "Adding group \"${_group}\" failed..."
 @@ -292,7 +293,7 @@ safe_useradd ()
  		if pw user show ${_user} 2>/dev/null; then
  			echo "You already have a user \"${_user}\"," \
  			     "so I will use it."
 -		elif pw useradd ${_user} -g ${_group} -h - \
 +		elif pw useradd ${_user}  -u ${_uid} -g ${_group} -h - \
  			-d ${_home} -s ${_shell} -c "${_gecos}"; then
  			echo "Added user \"${_user}\"."
  		else
 @@ -638,7 +639,7 @@ dhcpd_install ()
  {
  	if checkyesno paranoia; then
  		safe_useradd "${dhcpd_withuser}" "${dhcpd_withgroup}" \
 -			     "DHCP Daemon"
 +			     "DHCP Daemon" 136 136
  	fi
  }
  
 
 --=-=-=--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127995: commit references a PR
Date: Mon, 12 Jan 2009 15:18:09 +0000 (UTC)

 stefan      2009-01-12 15:17:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     .                    UIDs GIDs 
     net/isc-dhcp30-server Makefile 
     net/isc-dhcp30-server/files isc-dhcpd.in 
   Log:
   Register a fixed UID/GID for the user 'dhcpd' and use that instead of a
   dynamically chosen one.
   
   PR:             127995
   Submitted by:   Ashish Shukla <wahjava@gmail.com>
   Approved by:    maintainer timeout (3 months)
   
   Revision  Changes    Path
   1.67      +2 -1      ports/GIDs
   1.77      +2 -1      ports/UIDs
   1.129     +1 -1      ports/net/isc-dhcp30-server/Makefile
   1.6       +7 -6      ports/net/isc-dhcp30-server/files/isc-dhcpd.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->patched 
State-Changed-By: stefan 
State-Changed-When: Wed Jan 28 12:27:19 UTC 2009 
State-Changed-Why:  
net/isc-dhcp30-server has been patched, the other versions should be changed 
accordingly. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127995 
Responsible-Changed-From-To: stefan->freebsd-ports-bugs 
Responsible-Changed-By: stefan 
Responsible-Changed-When: Fri Feb 27 13:31:06 UTC 2009 
Responsible-Changed-Why:  
I currently don't have the time to handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127995 
Responsible-Changed-From-To: freebsd-ports-bugs->jpaetzel 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue May 12 22:44:43 UTC 2009 
Responsible-Changed-Why:  
Over to new maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127995 

From: wahjava@gmail.com (Ashish SHUKLA)
To: bug-followup@FreeBSD.org
Cc: jpaetzel@FreeBSD.org
Subject: Re: ports/127995: net/isc-dhcp30-server creates a user/group with dynamic UID/GID (>= 1000)
Date: Sat, 01 Aug 2009 06:16:06 +0530

 --=-=-=
 Content-Type: multipart/signed; boundary="==-=-=";
 	micalg=pgp-sha1; protocol="application/pgp-signature"
 
 --==-=-=
 Content-Transfer-Encoding: quoted-printable
 
 Hi,
 
 Attached is the diff (isc-dhcp31-server.diff) which adds a static UID
 and GID to the port net/isc-dhcp31-server.diff .
 
 There is another diff (isc-dhcp30-server.diff) which needs to be applied
 to the net/isc-dhcp30-server port to fix a typo introduced in my earlier
 diff.
 
 Thanks
 =2D-=20
 Ashish SHUKLA
 
 --==-=-=
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.12 (GNU/Linux)
 
 iEYEARECAAYFAkpzkFgACgkQHy+EEHYuXnSzlQCgm1FwJRlwMX26n/FIz56yB1MZ
 dDcAoOQYbpo8jMcCBb+WQWQQ/Uee8dJ2
 =1IEB
 -----END PGP SIGNATURE-----
 --==-=-=--
 
 --=-=-=
 Content-Disposition: attachment; filename=isc-dhcp31-server.diff
 Content-Description: diff for net/isc-dhcp31-server port
 
 diff -ur /usr/ports/net/isc-dhcp31-server/files/isc-dhcpd.in isc-dhcp31-server/files/isc-dhcpd.in
 --- /usr/ports/net/isc-dhcp31-server/files/isc-dhcpd.in	2009-07-31 20:03:04.000000000 +0530
 +++ isc-dhcp31-server/files/isc-dhcpd.in	2009-07-31 21:51:27.000000000 +0530
 @@ -271,16 +271,17 @@
  
  safe_useradd ()
  {
 -	local _user _group _home _shell _gecos
 +	local _user _group _home _shell _gecos _gid _uid
  
  	_user=$1 _group=$2 _gecos=${3:-"& daemon"}
 -	_home=${4:-/nonexistent} _shell=${5:-/usr/sbin/nologin}
 +	_uid=$4  _gid=$5
 +	_home=${6:-/nonexistent} _shell=${7:-/usr/sbin/nologin}
  
  	if [ -n "${_group}" ]; then
  		if pw group show ${_group} 2>/dev/null; then
  			echo "You already have a group \"${_group}\"," \
  			     "so I will use it."
 -		elif pw groupadd ${_group} -h -; then
 +		elif pw groupadd ${_group} -g ${_gid} -h -; then
  			echo "Added group \"${_group}\"."
  		else
  			echo "Adding group \"${_group}\" failed..."
 @@ -292,7 +293,7 @@
  		if pw user show ${_user} 2>/dev/null; then
  			echo "You already have a user \"${_user}\"," \
  			     "so I will use it."
 -		elif pw useradd ${_user} -g ${_group} -h - \
 +		elif pw useradd ${_user} -u ${_uid} -g ${_group} -h - \
  			-d ${_home} -s ${_shell} -c "${_gecos}"; then
  			echo "Added user \"${_user}\"."
  		else
 @@ -638,7 +639,7 @@
  {
  	if checkyesno paranoia; then
  		safe_useradd "${dhcpd_withuser}" "${dhcpd_withgroup}" \
 -			     "DHCP Daemon"
 +			     "DHCP Daemon" 136 136
  	fi
  }
  
 
 --=-=-=
 Content-Disposition: attachment; filename=isc-dhcp30-server.diff
 Content-Description: diff for net/isc-dhcp30-server port
 
 diff -ur /usr/ports/net/isc-dhcp30-server/files/isc-dhcpd.in isc-dhcp30-server/files/isc-dhcpd.in
 --- /usr/ports/net/isc-dhcp30-server/files/isc-dhcpd.in	2009-06-27 23:05:08.000000000 +0530
 +++ isc-dhcp30-server/files/isc-dhcpd.in	2009-07-31 21:58:04.000000000 +0530
 @@ -271,7 +271,7 @@
  
  safe_useradd ()
  {
 -	local _user _group _home _shell _gecos _gid _usr
 +	local _user _group _home _shell _gecos _gid _uid
  
  	_user=$1 _group=$2 _gecos=${3:-"& daemon"}
  	_uid=$4  _gid=$5
 Only in isc-dhcp30-server/files: isc-dhcpd.in~
 
 --=-=-=--
State-Changed-From-To: patched->open 
State-Changed-By: pav 
State-Changed-When: Sun Sep 20 20:17:55 UTC 2009 
State-Changed-Why:  
New patches received 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127995 

From: Josh Paetzel <jpaetzel@freebsd.org>
To: bug-followup@FreeBSD.org
Cc: wahjava@gmail.com, itetcu@freebsd.org
Subject: Re: ports/127995: net/isc-dhcp30-server creates a user/group with
 dynamic UID/GID (>= 1000)
Date: Sat, 26 Jun 2010 02:50:26 -0500

 --LHvWgpbS7VDUdu2f
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Updated patch, tested in tb, waiting for commit approval to check in.
 
 -- 
 Thanks,
 
 Josh Paetzel
 
 --LHvWgpbS7VDUdu2f
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="dhcp31-server.patch"
 
 Index: files/isc-dhcpd.in
 ===================================================================
 RCS file: /home/ncvs/ports/net/isc-dhcp31-server/files/isc-dhcpd.in,v
 retrieving revision 1.9
 diff -u -r1.9 isc-dhcpd.in
 --- files/isc-dhcpd.in	27 Mar 2010 00:13:46 -0000	1.9
 +++ files/isc-dhcpd.in	26 Jun 2010 07:36:11 -0000
 @@ -271,16 +271,17 @@
  
  safe_useradd ()
  {
 -	local _user _group _home _shell _gecos
 +	local _user _group _home _shell _gecos _gid _uid
  
  	_user=$1 _group=$2 _gecos=${3:-"& daemon"}
 -	_home=${4:-/nonexistent} _shell=${5:-/usr/sbin/nologin}
 +	_uid=$4  _gid=$5
 +	_home=${6:-/nonexistent} _shell=${7:-/usr/sbin/nologin}
  
  	if [ -n "${_group}" ]; then
  		if pw group show ${_group} 2>/dev/null; then
  			echo "You already have a group \"${_group}\"," \
  			     "so I will use it."
 -		elif pw groupadd ${_group} -h -; then
 +		elif pw groupadd ${_group} -g ${_gid} -h -; then
  			echo "Added group \"${_group}\"."
  		else
  			echo "Adding group \"${_group}\" failed..."
 @@ -292,7 +293,7 @@
  		if pw user show ${_user} 2>/dev/null; then
  			echo "You already have a user \"${_user}\"," \
  			     "so I will use it."
 -		elif pw useradd ${_user} -g ${_group} -h - \
 +		elif pw useradd ${_user} -u ${_uid} -g ${_group} -h - \
  			-d ${_home} -s ${_shell} -c "${_gecos}"; then
  			echo "Added user \"${_user}\"."
  		else
 @@ -638,7 +639,7 @@
  {
  	if checkyesno paranoia; then
  		safe_useradd "${dhcpd_withuser}" "${dhcpd_withgroup}" \
 -			     "DHCP Daemon"
 +			     "DHCP Daemon" 136 136
  	fi
  }
  
 
 --LHvWgpbS7VDUdu2f--

From: wahjava@gmail.com (Ashish SHUKLA)
To: Josh Paetzel <jpaetzel@freebsd.org>
Cc: bug-followup@FreeBSD.org,  itetcu@freebsd.org
Subject: Re: ports/127995: net/isc-dhcp30-server creates a user/group with dynamic UID/GID (>= 1000)
Date: Sat, 26 Jun 2010 13:45:13 +0530

 --=-=-=
 Content-Transfer-Encoding: quoted-printable
 
 Josh Paetzel writes:
 > Updated patch, tested in tb, waiting for commit approval to check in.
 
 Better late than never ;)
 
 =2D-=20
 Ashish SHUKLA
 
 Sent via Gnus from GNU Emacs
 
 P.S. I'm also a committer (freebsd.org!ashish) now.
 
 --=-=-=
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.14 (FreeBSD)
 
 iQIcBAEBCgAGBQJMJbcVAAoJEMdGz6nnT6SwBZ0P/jY32h1WyFsWY+APrAy4JQPl
 837tSHeu7nDufQhGDB19zW//na3nrREphrzjM0Vo7kEGJsxqcE3zg2A1iK5Y8boe
 Op/JAyIflM9soR0usFqGs+nb7nWEwS/ti2UB50ZnNDbcXBiRhr13BvmwDW48s2Ma
 jA0TVs2fLUXhOCTINEYcAJXgk/tiM+gtjJpjJh/0uBQdByLkqB9srYKfCUNxtrMF
 XjPOx9OTxN13HlGExhWlo9+KaXDDWCKlloZyuIanO6+Sz5pfH82i2m4BIcES9sRY
 tmXkV36K9dt+weHgh55LLTx/I0Hh1rrlqzaXsEQyww5kGi5Ac+BrM3QQ+7bNCTb3
 83JNusJ6VsTn2r65B8sMmU/C0gozLMYGroEuYW9I3m+hmQK6ABjxJ3LMhRd3ZCFu
 DI5ozhDSZeL+dqZuALJ+2nk637B51JrlWckKPN3Iom1XPxCAlunTGTpx/RvlzEcl
 s8/H87rkR8x+N5i/1UTF94vPiHsuVYhDPWUmD3oypC6vYYCo9P9QrUjcKGFkqNHB
 4kVpKiTXtKFR4Adbt60My7zlJYfSqbGKp/oqbdrJINMVg6IKy+m/U1IoCQvlLQWV
 nwr0kgTTaVLXpKvNxjacU/GBoJ17oiGA8TDIovLx9wkQa3SL+qeaBaMiCzRpz7V1
 gsmToXGLLrgJNHDfwn1G
 =b0cu
 -----END PGP SIGNATURE-----
 --=-=-=--
State-Changed-From-To: open->closed 
State-Changed-By: jpaetzel 
State-Changed-When: Sat Jun 26 13:16:28 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127995 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127995: commit references a PR
Date: Sat, 26 Jun 2010 13:16:18 +0000 (UTC)

 jpaetzel    2010-06-26 13:16:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/isc-dhcp31-server/files isc-dhcpd.in 
   Log:
   Long overdue change to get dhcp31 to match dhcp30's behavior of using a static UID/GID
   
   PR:     ports/127995
   Submitted by:   Ashish Shukla <wahjava@gmail.com>
   Approved by:    itetcu@ (mentor)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.10      +7 -6      ports/net/isc-dhcp31-server/files/isc-dhcpd.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
