Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Dec 2010 01:10:42 +0000 (UTC)
From:      Brian Somers <brian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r216832 - head/usr.sbin/newsyslog
Message-ID:  <201012310110.oBV1Agjr056518@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brian
Date: Fri Dec 31 01:10:42 2010
New Revision: 216832
URL: http://svn.freebsd.org/changeset/base/216832

Log:
  Make -S functional.
  
  MFC after:	1 week

Modified:
  head/usr.sbin/newsyslog/newsyslog.c

Modified: head/usr.sbin/newsyslog/newsyslog.c
==============================================================================
--- head/usr.sbin/newsyslog/newsyslog.c	Fri Dec 31 00:46:30 2010	(r216831)
+++ head/usr.sbin/newsyslog/newsyslog.c	Fri Dec 31 01:10:42 2010	(r216832)
@@ -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++;



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