svn commit: r322526 - head/net-mgmt/nfsen/files

Mark Felder feld at FreeBSD.org
Mon Jul 8 18:14:55 UTC 2013


Author: feld
Date: Mon Jul  8 18:14:55 2013
New Revision: 322526
URL: http://svnweb.freebsd.org/changeset/ports/322526

Log:
  Grammar
  
  Approved by: swills (mentor)

Modified:
  head/net-mgmt/nfsen/files/nfsen.in

Modified: head/net-mgmt/nfsen/files/nfsen.in
==============================================================================
--- head/net-mgmt/nfsen/files/nfsen.in	Mon Jul  8 18:09:49 2013	(r322525)
+++ head/net-mgmt/nfsen/files/nfsen.in	Mon Jul  8 18:14:55 2013	(r322526)
@@ -27,10 +27,10 @@ extra_commands=reload
 
 nfsen_start_precmd()
 {
-	# This replications functionality provided by
+	# This replicates functionality provided by
 	# the perl install script that we're bypassing.
 	# It also is better because you don't have to reinstall
-	# to get thise file back
+	# to get this file back
 	if [ ! -e %%PREFIX%%/var/nfsen/profiles-stat/live/profile.dat ]; then
 		time=$(/bin/date +%s);
 		timeu=$(/bin/expr $time - 300);


More information about the svn-ports-head mailing list