Changes between Version 19 and Version 20 of FreeBSDJail


Ignore:
Timestamp:
10/27/10 07:54:11 (13 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSDJail

    v19 v20  
    1212
    1313First make sure to install the jail using the [http://www.freebsd.org/doc/handbook/jails.html method in the handbook]
    14 {{{
     14{{{#!sh
    1515pzwet# cat <<EOF >> /etc/rc.conf
    1616#
     
    5656
    5757=== Highly experimental HACK to automatically execute all commands in this page ===
    58 {{{
     58{{{#!sh
    5959 ( 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'
    6060}}}