diff options
-rw-r--r-- | etc/rc.d/pflog | 2 |
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 |