summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2015-04-06 19:23:45 +0000
committerjpaetzel <jpaetzel@FreeBSD.org>2015-04-06 19:23:45 +0000
commit19e665e228fdb01db0c1cd1a794195a888b7194f (patch)
treeb818dbb55ed65ba6036a7a180eedfed678aa7994 /etc/rc.d
parentb57f3509a8c9916991ca126e02c9e9bcecadcdeb (diff)
downloadFreeBSD-src-19e665e228fdb01db0c1cd1a794195a888b7194f.zip
FreeBSD-src-19e665e228fdb01db0c1cd1a794195a888b7194f.tar.gz
Typo fix in comment
MFC after: 3 days
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/pflog2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/pflog b/etc/rc.d/pflog
index c3df711..8f6bcb4 100755
--- a/etc/rc.d/pflog
+++ b/etc/rc.d/pflog
@@ -38,7 +38,7 @@ pflog_prestart()
return 1
fi
- # -p flag requires striping pidfile's leading /var/run and trailing .pid
+ # -p flag requires stripping pidfile's leading /var/run and trailing .pid
pidfile=$(echo $pidfile | sed -e 's|/var/run/||' -e 's|.pid$||')
# prepare the command line for pflogd
OpenPOWER on IntegriCloud