Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/share/poudriere/jail.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/jail.sh b/src/share/poudriere/jail.sh
index ab464730..37b040a5 100755
--- a/src/share/poudriere/jail.sh
+++ b/src/share/poudriere/jail.sh
@@ -94,7 +94,7 @@ list_jail() {
if [ ${NAMEONLY} -eq 0 ]; then
format='%%-%ds %%-%ds %%-%ds %%-%ds %%-%ds %%s'
- display_setup "${format}" "-d -k2,2 -k3,3 -k1,1"
+ display_setup "${format}" "-d -k2,2V -k3,3 -k1,1"
display_add "JAILNAME" "VERSION" "ARCH" "METHOD" \
"TIMESTAMP" "PATH"
else