svn commit: r217089 - stable/7/usr.sbin/newsyslog

Brian Somers brian at FreeBSD.org
Fri Jan 7 08:45:57 UTC 2011


Author: brian
Date: Fri Jan  7 08:45:56 2011
New Revision: 217089
URL: http://svn.freebsd.org/changeset/base/217089

Log:
  MFC r216832: Make -S functional

Modified:
  stable/7/usr.sbin/newsyslog/newsyslog.c
Directory Properties:
  stable/7/usr.sbin/newsyslog/   (props changed)

Modified: stable/7/usr.sbin/newsyslog/newsyslog.c
==============================================================================
--- stable/7/usr.sbin/newsyslog/newsyslog.c	Fri Jan  7 08:42:58 2011	(r217088)
+++ stable/7/usr.sbin/newsyslog/newsyslog.c	Fri Jan  7 08:45:56 2011	(r217089)
@@ -583,7 +583,7 @@ parse_args(int argc, char **argv)
 		*p = '\0';
 
 	/* Parse command line options. */
-	while ((ch = getopt(argc, argv, "a:d:f:nrsvCD:FNPR:")) != -1)
+	while ((ch = getopt(argc, argv, "a:d:f:nrsvCD:FNPR:S:")) != -1)
 		switch (ch) {
 		case 'a':
 			archtodir++;


More information about the svn-src-all mailing list