Changes between Version 19 and Version 20 of FreeBSDJail
- Timestamp:
- Oct 27, 2010, 7:54:11 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSDJail
v19 v20 12 12 13 13 First make sure to install the jail using the [http://www.freebsd.org/doc/handbook/jails.html method in the handbook] 14 {{{ 14 {{{#!sh 15 15 pzwet# cat <<EOF >> /etc/rc.conf 16 16 # … … 56 56 57 57 === Highly experimental HACK to automatically execute all commands in this page === 58 {{{ 58 {{{#!sh 59 59 ( awk '/<<EOF/,/^EOF/ {print NR " " $0}' foo.txt; awk '/^pzwet#/ {print NR " " $0}' foo.txt ) | sort -nu | cut -d " " -f 2- | sed 's/^[a-zA-Z0-9]*# //g' 60 60 }}}