diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-03-07 15:32:08 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-03-07 15:32:08 +0000 |
commit | d8c17cd69a97f90ae7d58fc9c9d950152c5129f9 (patch) | |
tree | f1f21dd3234665efbea1f07d039f64daaf27afb8 /regress/sbin | |
parent | 237b1d84dd3703bf54dbb6bf8c62e8498e3d07d4 (diff) |
Needs -g flag now.
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pfr.exec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pfr.exec b/regress/sbin/pfctl/pfr.exec index a506cf5aa33..9264fdd6cb1 100644 --- a/regress/sbin/pfctl/pfr.exec +++ b/regress/sbin/pfctl/pfr.exec @@ -46,7 +46,7 @@ for LINE in `sed -e "s/ /_/g" $1`; do list) (pfctl -sT | grep regress) 2>&1 echo "# pass $CMD -v" - (pfctl -vsT | grep regress) 2>&1 + (pfctl -gvsT | grep regress) 2>&1 ;; load) echo $ARGS | sed "s,DIR,$D,g" | pfctl -Tl -f- || exit 1 |