freebsd-dev/share/man
Alexander Leidinger 333fb1c996 Redirect stdin from /dev/null when starting a jail:
At least in RELENG_7 this fixes some start problems for some programs
  from the ports. It is also more correct, as a jail shall not expect
  input (interactivity) from the jail-host.

Revert the current behavior of starting jails in the background and
make it optional only for the start of jails (jail_parallell_start=YES
in rc.conf):
 - The stop can not be done in the background, the system needs to wait
   until everything is stopped correctly before it can reboot or power
   down.
 - The start should not be done in parallel by default, this not only
   breaks POLA for people comming from RELENG_x, it may also break a
   dependency chain with other scripts in the jail-host, which need to
   do some stuff after the jails are up and running (e.g. hardlinking
   a mysql socket from one jail into another one).

Discussed on:	freebsd-jails@
2010-03-05 14:34:33 +00:00
..
man1 Fix markup. 2006-12-26 22:25:58 +00:00
man3 Document pthread_timedjoin_np. 2010-01-23 13:08:47 +00:00
man4 Use our preferred license text (no more "voices in his head"). While here, 2010-03-04 22:06:57 +00:00
man5 Redirect stdin from /dev/null when starting a jail: 2010-03-05 14:34:33 +00:00
man6 - We don't install USD docs for games anymore since the games with docs 2005-11-29 17:11:09 +00:00
man7 Correct a minor mistake in my previous commit. 2010-01-21 17:26:11 +00:00
man8 Clean up rc.subr man page after removing leftover NetBSD compat. Also 2010-01-28 01:47:31 +00:00
man9 Remove C99 initializer, since dominant style is to use non-C99 initializers. 2010-03-03 18:49:15 +00:00
Makefile Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00