svn commit: r281166 - head/etc/rc.d

Josh Paetzel jpaetzel at FreeBSD.org
Mon Apr 6 19:23:46 UTC 2015


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


More information about the svn-src-head mailing list