Author: jpaetzel Date: Mon Apr 6 19:23:45 2015 New Revision: 281166 URL: https://svnweb.freebsd.org/changeset/base/281166
Log: Typo fix in comment MFC after: 3 days Modified: head/etc/rc.d/pflog Modified: head/etc/rc.d/pflog ============================================================================== --- head/etc/rc.d/pflog Mon Apr 6 19:08:44 2015 (r281165) +++ head/etc/rc.d/pflog Mon Apr 6 19:23:45 2015 (r281166) @@ -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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"