Author: peter
Date: Thu Aug 27 20:52:41 2015
New Revision: 287220
URL: https://svnweb.freebsd.org/changeset/base/287220

Log:
  Fix a conversion error in rc.d/jail

Modified:
  head/etc/rc.d/jail

Modified: head/etc/rc.d/jail
==============================================================================
--- head/etc/rc.d/jail  Thu Aug 27 20:38:45 2015        (r287219)
+++ head/etc/rc.d/jail  Thu Aug 27 20:52:41 2015        (r287220)
@@ -238,7 +238,7 @@ parse_options()
 
                eval : \${jail_${_j}_mount_enable:=${jail_mount_enable:-NO}}
                if checkyesno jail_${_j}_mount_enable; then
-                       echo "  allow.mount;" >> $_conf
+                       echo "  allow.mount;"
                fi
 
                extract_var $_j set_hostname_allow allow.set_hostname YN NO
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to