svn commit: r271078 - head/etc/rc.d
Glen Barber
gjb at FreeBSD.org
Thu Sep 4 02:06:34 UTC 2014
Author: gjb
Date: Thu Sep 4 02:06:33 2014
New Revision: 271078
URL: http://svnweb.freebsd.org/changeset/base/271078
Log:
Fix typo: s/_maske/_mask/
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/etc/rc.d/jail
Modified: head/etc/rc.d/jail
==============================================================================
--- head/etc/rc.d/jail Thu Sep 4 01:56:15 2014 (r271077)
+++ head/etc/rc.d/jail Thu Sep 4 02:06:33 2014 (r271078)
@@ -319,7 +319,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}
warn "$_type $_addr: an IPv6 address should always be " \
"specified with a prefix length. /128 is used."
More information about the svn-src-all
mailing list