vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hey, This fixes command line argument parsing issue in Bug ID: 5441 Index: pfctl.c ================================================== ================= RCS file: /cvs/src/sbin/pfctl/pfctl.c,v retrieving revision 1.263 diff -u -r1.263 pfctl.c --- pfctl.c 2007/03/21 03:01:31 1.263 +++ pfctl.c 2007/04/19 03:29:52 @@ -1963,7 +1963,7 @@ usage(); while ((ch = getopt(argc, argv, - "a:AdD:eqf:F:ghi:k:K:mnNOo: + "a:AdD:eqf:F:ghi:k:K:mnNOo switch (ch) { case 'a': anchoropt = optarg; I hope this works for you. Cheers, Russell |