Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2008 23:32:52 +0100
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        Philipp Wuensche <cryx-freebsd@h3q.com>
Cc:        FreeBSD virtualization mailing list <freebsd-virtualization@freebsd.org>, freebsd-current@freebsd.org, Alexander Leidinger <Alexander@leidinger.net>, "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>, freebsd-jail@freebsd.org
Subject:   Re: HEADS UP: r185435 multi-IPv4/v6/no-IP jails in HEAD
Message-ID:  <867i66s5pn.fsf@ds4.des.no>
In-Reply-To: <49418BD9.8080105@h3q.com> (Philipp Wuensche's message of "Thu, 11 Dec 2008 22:53:29 %2B0100")
References:  <20081201085229.D80401@maildrop.int.zabbadoz.net> <20081201122937.81475f0zhfsjya4o@webmail.leidinger.net> <6ae50c2d0812021800x791d2cfeh45d590de120f76df@mail.gmail.com> <1228483574.2805.499.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> <86skp2l804.fsf@ds4.des.no> <1228507529.2805.539.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> <49418BD9.8080105@h3q.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Philipp Wuensche <cryx-freebsd@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 [ $# =3D 3 ] ; then
                echo "jail $1 (name $2 root $3) IPs:"
        elif [ $# =3D 1 ] ; then
                echo "    $1"
        else
                echo "huh?"
        fi
done

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?867i66s5pn.fsf>