svn commit: r217088 - stable/8/usr.sbin/newsyslog
Brian Somers
brian at FreeBSD.org
Fri Jan 7 08:42:59 UTC 2011
Author: brian
Date: Fri Jan 7 08:42:58 2011
New Revision: 217088
URL: http://svn.freebsd.org/changeset/base/217088
Log:
MFC r216832: Make -S functional
Modified:
stable/8/usr.sbin/newsyslog/newsyslog.c
Directory Properties:
stable/8/usr.sbin/newsyslog/ (props changed)
Modified: stable/8/usr.sbin/newsyslog/newsyslog.c
==============================================================================
--- stable/8/usr.sbin/newsyslog/newsyslog.c Fri Jan 7 08:34:12 2011 (r217087)
+++ stable/8/usr.sbin/newsyslog/newsyslog.c Fri Jan 7 08:42:58 2011 (r217088)
@@ -599,7 +599,7 @@ parse_args(int argc, char **argv)
*p = '\0';
/* Parse command line options. */
- while ((ch = getopt(argc, argv, "a:d:f:nrst:vCD:FNPR:")) != -1)
+ while ((ch = getopt(argc, argv, "a:d:f:nrst:vCD:FNPR:S:")) != -1)
switch (ch) {
case 'a':
archtodir++;
More information about the svn-src-all
mailing list