Typo fix in comment

MFC after:	3 days
This commit is contained in:
Josh Paetzel 2015-04-06 19:23:45 +00:00
parent 31e2e88c27
commit fe56ff1ccc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281166

View File

@ -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