]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r292759:
authorjamie <jamie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 31 Dec 2015 01:24:16 +0000 (01:24 +0000)
committerjamie <jamie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 31 Dec 2015 01:24:16 +0000 (01:24 +0000)
commit761f43f0a29f9f3eb6e03a9e55cbe755d6676a47
tree68cad48141a831b1a63f5ec9431098d51d5454a0
parent27d2490fde7f21eda558e60f720560c9f075fb97
MFC r292759:

  Let old-style (shell-based) jail configuration handle jail names that
  contain characters not allowed in a shell variable (such as "-").
  These will be replaced by an underscore in jail config variables,
  e.g. for jail "foo-bar" you would set "jail_foo_bar_hostname".

  This is separate from the current code that changes the jail names
  if they contain "." or "/".  It also doesn't apply to jails defined
  in a jail.conf file.

PR: 191181

git-svn-id: svn://svn.freebsd.org/base/stable/10@292967 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/rc.d/jail