summaryrefslogtreecommitdiff
path: root/regress/sbin
diff options
context:
space:
mode:
authorCedric Berger <cedric@cvs.openbsd.org>2003-03-07 15:32:08 +0000
committerCedric Berger <cedric@cvs.openbsd.org>2003-03-07 15:32:08 +0000
commitd8c17cd69a97f90ae7d58fc9c9d950152c5129f9 (patch)
treef1f21dd3234665efbea1f07d039f64daaf27afb8 /regress/sbin
parent237b1d84dd3703bf54dbb6bf8c62e8498e3d07d4 (diff)
Needs -g flag now.
Diffstat (limited to 'regress/sbin')
-rw-r--r--regress/sbin/pfctl/pfr.exec2
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