mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Typo fix in comment
MFC after: 3 days
This commit is contained in:
parent
31e2e88c27
commit
fe56ff1ccc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue