Deleted Added
full compact
jail (239382) jail (240336)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/jail 239382 2012-08-19 08:15:32Z kuriyama $
3# $FreeBSD: head/etc/rc.d/jail 240336 2012-09-11 05:04:59Z obrien $
4#
5
6# PROVIDE: jail
4#
5
6# PROVIDE: jail
7# REQUIRE: LOGIN cleanvar
7# REQUIRE: LOGIN FILESYSTEMS
8# BEFORE: securelevel
9# KEYWORD: nojail shutdown
10
11# WARNING: This script deals with untrusted data (the data and
12# processes inside the jails) and care must be taken when changing the
13# code related to this! If you have any doubt whether a change is
14# correct and have security impact, please get the patch reviewed by
15# the FreeBSD Security Team prior to commit.

--- 738 unchanged lines hidden ---
8# BEFORE: securelevel
9# KEYWORD: nojail shutdown
10
11# WARNING: This script deals with untrusted data (the data and
12# processes inside the jails) and care must be taken when changing the
13# code related to this! If you have any doubt whether a change is
14# correct and have security impact, please get the patch reviewed by
15# the FreeBSD Security Team prior to commit.

--- 738 unchanged lines hidden ---