Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2019 01:55:04 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r353081 - stable/11/contrib/ipfilter/tools
Message-ID:  <201910040155.x941t41f058495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri Oct  4 01:55:03 2019
New Revision: 353081
URL: https://svnweb.freebsd.org/changeset/base/353081

Log:
  MFC r319848:
  
  -v (verbose) is not a command option. (See ippool.1 for a definition
  of command options).

Modified:
  stable/11/contrib/ipfilter/tools/ippool.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/ipfilter/tools/ippool.c
==============================================================================
--- stable/11/contrib/ipfilter/tools/ippool.c	Fri Oct  4 01:47:00 2019	(r353080)
+++ stable/11/contrib/ipfilter/tools/ippool.c	Fri Oct  4 01:55:03 2019	(r353081)
@@ -122,9 +122,6 @@ main(argc, argv)
 	case 's' :
 		err = poolstats(argc, argv);
 		break;
-	case 'v' :
-		opts |= OPT_VERBOSE;
-		break;
 	default :
 		exit(1);
 	}



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