summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-12-31 10:12:53 +0000
committeryar <yar@FreeBSD.org>2006-12-31 10:12:53 +0000
commit58a4c67f05bc56e76c61ca19ed42f2e412cfd55f (patch)
tree5e4d66b114d4629b976a334b0531cfb60e75c4ec /etc
parent0b0b2d0fc548ee0978eaaa895590e73ffce95e68 (diff)
downloadFreeBSD-src-58a4c67f05bc56e76c61ca19ed42f2e412cfd55f.zip
FreeBSD-src-58a4c67f05bc56e76c61ca19ed42f2e412cfd55f.tar.gz
Fix a typo in a warning message.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/pflog2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/pflog b/etc/rc.d/pflog
index 8795e90..9de6cc3 100644
--- a/etc/rc.d/pflog
+++ b/etc/rc.d/pflog
@@ -34,7 +34,7 @@ pflog_prestart()
# set pflog0 interface to up state
if ! ifconfig pflog0 up; then
- warn 'could not not bring up pflog0.'
+ warn 'could not bring up pflog0.'
return 1
fi
OpenPOWER on IntegriCloud