Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 18:22:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-jail@FreeBSD.org
Subject:   [Bug 196152] jail_list is not reversed when stopping jails
Message-ID:  <bug-196152-9824-YaQ4yRWsFz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196152-9824@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196152-9824@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196152

--- Comment #7 from Jamie Gritton <jamie@FreeBSD.org> ---
It does the right thing in its place.  I would change the __j loop variable
should just be _j though - or if you really want __j add it to the local
declaration.

I'd also like to see a similar reversal done in the _ALL case.  In the usual
case (jid not specified) jls will list jails in the order created, so reversing
its output is still the right thing to do.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196152-9824-YaQ4yRWsFz>