Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2012 08:10:14 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/163863: commit references a PR
Message-ID:  <201202250810.q1P8AEJU078181@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/163863; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/163863: commit references a PR
Date: Sat, 25 Feb 2012 07:59:18 +0000 (UTC)

 Author: deischen
 Date: Sat Feb 25 07:58:59 2012
 New Revision: 232146
 URL: http://svn.freebsd.org/changeset/base/232146
 
 Log:
   When using uidstart in /etc/adduser.conf, get the next
   available user id and show it in the "Uid [xxx]" prompt.
   
   PR:		163863
   Submitted by:	Moritz Wilhelmy (mw at wzff dot de)
   MFC after:	2 weeks
 
 Modified:
   head/usr.sbin/adduser/adduser.sh
 
 Modified: head/usr.sbin/adduser/adduser.sh
 ==============================================================================
 --- head/usr.sbin/adduser/adduser.sh	Sat Feb 25 04:54:51 2012	(r232145)
 +++ head/usr.sbin/adduser/adduser.sh	Sat Feb 25 07:58:59 2012	(r232146)
 @@ -488,6 +488,7 @@ get_uid() {
  	_prompt=
  
  	if [ -n "$uuid" ]; then
 +		uuid=`get_nextuid $uuid`
  		_prompt="Uid [$uuid]: "
  	else
  		_prompt="Uid (Leave empty for default): "
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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