diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2004-05-21 23:10:50 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2004-05-21 23:10:50 +0000 |
commit | e926dbc50f1716d10e9202f19dc00bd0e89ca309 (patch) | |
tree | afc9c52a8ba31d4b465279540e341deb2e0291c9 /regress/sbin/pfctl/pfr.exec | |
parent | 0352951e2e240f9419e98dcd0ad02665b807d491 (diff) |
Use '/' instead of ':' as separator for anchor path components. Note that
the parser now needs quotes around paths containing separators.
ok mcbride@
Diffstat (limited to 'regress/sbin/pfctl/pfr.exec')
-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 2f5a6918dc8..01409ea82e1 100644 --- a/regress/sbin/pfctl/pfr.exec +++ b/regress/sbin/pfctl/pfr.exec @@ -1,6 +1,6 @@ #!/bin/ksh D=`dirname $1` -A='regress:regress' +A='regress' pfctl -a $A -FT 2>/dev/null pfctl -a $A -Fr 2>/dev/null pfctl -a $A -Fn 2>/dev/null |