There's a lot that the current jail(8) can do that /etc/rc.d/jail isn't prepared to handle. Rather than fix up the rc script, I'm working on a new jail(8) that includes a full configuration file. In the meantime, the only why to take full advantage of jail configuration is to work outside the rc framework.
- Jamie On 06/22/10 08:23, Alexander Pyhalov wrote:
I currently use FreeBSD 8-CURRENT (however, not very recent). We saw that jail naming was added to jexec call. However, /etc/rc.d/jail doesn't set jail name on jail startup, and so something like jexec myjailname /bin/tcsh doesn't work. Whas it done intentionally? The attached patch solves this problem for me...
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
