Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2011 08:45:57 +0000 (UTC)
From:      Brian Somers <brian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r217089 - stable/7/usr.sbin/newsyslog
Message-ID:  <201101070845.p078jv2f044827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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++;



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