HEADS UP: r185435 multi-IPv4/v6/no-IP jails in HEAD

Dag-Erling Smørgrav des at des.no
Thu Dec 11 14:32:54 PST 2008


Philipp Wuensche <cryx-freebsd at h3q.com> writes:
> Not entirely true, the jls output is totaly different than before and
> breaks third-party applications like jailaudit and ezjail.
>
> It is uneasy to parse too.

jls | tail +3 | while read line ; do
        set $line
        if [ $# = 3 ] ; then
                echo "jail $1 (name $2 root $3) IPs:"
        elif [ $# = 1 ] ; then
                echo "    $1"
        else
                echo "huh?"
        fi
done

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-current mailing list