summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2003-02-21 07:15:12 +0000
committerjason <jason@openbsd.org>2003-02-21 07:15:12 +0000
commit6e022e4333020368f96568272e4026e3064065ad (patch)
tree56556377d93ec89fd6eb7a30f6ded6ee2a047310
parentPrint the pa not ldxa(pa) (diff)
downloadwireguard-openbsd-6e022e4333020368f96568272e4026e3064065ad.tar.xz
wireguard-openbsd-6e022e4333020368f96568272e4026e3064065ad.zip
Ssh... use -q of pfctl to quieten things down.
-rw-r--r--libexec/spamd/spamd-setup.sh6
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