Displaying 1 result from an estimated 1 matches for "do_forc".
Did you mean:
do_for
2003 Jul 19
0
[PATCH] ipfw2 fails with 'bad command' error
...cvs/freebsd/src/sbin/ipfw/ipfw2.c,v
retrieving revision 1.4.2.16
diff -u -r1.4.2.16 ipfw2.c
--- sbin/ipfw/ipfw2.c 17 Jul 2003 06:03:39 -0000 1.4.2.16
+++ sbin/ipfw/ipfw2.c 20 Jul 2003 04:51:28 -0000
@@ -3591,6 +3591,7 @@
char **av, **save_av;
int do_acct = 0; /* Show packet/byte count */
int do_force = 0; /* Don't ask for confirmation */
+ do_pipe = 0;
#define WHITESP " \t\f\v\n\r"
if (oldac == 0)