diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-21 07:15:13 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-21 07:15:13 +0000 |
commit | 0b34d81e8809f56895a611a1fffc01b78c367353 (patch) | |
tree | 759e0bc0f773248945a60fe2a6ede99421ed2e94 /libexec | |
parent | 0312857023b3a8c998767f2c53bb52588950a8c5 (diff) |
Ssh... use -q of pfctl to quieten things down.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/spamd/spamd-setup.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/spamd/spamd-setup.sh b/libexec/spamd/spamd-setup.sh index 4b83b45edc5..99664668917 100644 --- a/libexec/spamd/spamd-setup.sh +++ b/libexec/spamd/spamd-setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $OpenBSD: spamd-setup.sh,v 1.8 2003/02/14 19:05:33 jason Exp $ +# $OpenBSD: spamd-setup.sh,v 1.9 2003/02/21 07:15:12 jason Exp $ # # Copyright (c) 2002 Theo de Raadt. All rights reserved. # @@ -79,7 +79,7 @@ fi # knock out whitelist here -pfctl -t spamd -T replace -f $R -pfctl -t spamd -T delete -f $W +pfctl -q -t spamd -T replace -f $R +pfctl -q -t spamd -T delete -f $W exit 0 |