From fe56ff1ccc86c32132054cbe37c7064d4b45ef90 Mon Sep 17 00:00:00 2001 From: Josh Paetzel Date: Mon, 6 Apr 2015 19:23:45 +0000 Subject: [PATCH] Typo fix in comment MFC after: 3 days --- etc/rc.d/pflog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/pflog b/etc/rc.d/pflog index c3df711dd0c..8f6bcb41955 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