svn commit: r271215 - stable/9/etc/rc.d

Glen Barber gjb at FreeBSD.org
Sun Sep 7 00:46:58 UTC 2014


Author: gjb
Date: Sun Sep  7 00:46:57 2014
New Revision: 271215
URL: http://svnweb.freebsd.org/changeset/base/271215

Log:
  MFC r271078:
    Fix typo: s/_maske/_mask/
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/9/etc/rc.d/jail
Directory Properties:
  stable/9/etc/   (props changed)
  stable/9/etc/rc.d/   (props changed)

Modified: stable/9/etc/rc.d/jail
==============================================================================
--- stable/9/etc/rc.d/jail	Sun Sep  7 00:44:59 2014	(r271214)
+++ stable/9/etc/rc.d/jail	Sun Sep  7 00:46:57 2014	(r271215)
@@ -439,7 +439,7 @@ jail_extract_address()
 		_mask=${_mask:-/32}
 
 	elif [ "${_type}" = "inet6" ]; then
-		# In case _maske is not set for IPv6, use /128.
+		# In case _mask is not set for IPv6, use /128.
 		_mask=${_mask:-/128}
 	fi
 }


More information about the svn-src-stable-9 mailing list