bin/169490: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu Jun 28 08:30:16 UTC 2012


The following reply was made to PR bin/169490; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/169490: commit references a PR
Date: Thu, 28 Jun 2012 08:25:30 +0000 (UTC)

 Author: maxim
 Date: Thu Jun 28 08:25:19 2012
 New Revision: 237697
 URL: http://svn.freebsd.org/changeset/base/237697
 
 Log:
   o Restore -u <username> getopt(3) flag somehow killed in r234712.
   
   PR:		bin/169490
   Submitted by:	amdmi3
   MFC after:	2 weeks
 
 Modified:
   head/usr.sbin/jail/jail.c
 
 Modified: head/usr.sbin/jail/jail.c
 ==============================================================================
 --- head/usr.sbin/jail/jail.c	Thu Jun 28 08:22:00 2012	(r237696)
 +++ head/usr.sbin/jail/jail.c	Thu Jun 28 08:25:19 2012	(r237697)
 @@ -145,7 +145,7 @@ main(int argc, char **argv)
  	cfname = CONF_FILE;
  	JidFile = NULL;
  
 -	while ((ch = getopt(argc, argv, "cdf:hiJ:lmn:p:qrRs:U:v")) != -1) {
 +	while ((ch = getopt(argc, argv, "cdf:hiJ:lmn:p:qrRs:u:U:v")) != -1) {
  		switch (ch) {
  		case 'c':
  			op |= JF_START;
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list