svn commit: r353081 - stable/11/contrib/ipfilter/tools
Cy Schubert
cy at FreeBSD.org
Fri Oct 4 01:55:04 UTC 2019
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);
}
More information about the svn-src-stable-11
mailing list