The following reply was made to PR bin/169490; it has been noted by GNATS. From: [email protected] (dfilter service) To: [email protected] 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; _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
