From 6a81003aee05bf15e33989b840abf780771fc2af Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 11 Feb 2010 17:32:25 +0000 Subject: Make ezjail-list not wider than 80 chars, if possible --- ezjail-admin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ezjail-admin') diff --git a/ezjail-admin b/ezjail-admin index 2ea7328..be8e032 100755 --- a/ezjail-admin +++ b/ezjail-admin @@ -399,7 +399,7 @@ check_for_zfs_exist () { ############################# # End of function definitions -# +# " # check for command [ $# -gt 0 ] || exerr ${ezjail_usage_ezjailadmin} @@ -778,7 +778,7 @@ list) [ -d "${ezjail_prefix}/etc/ezjail/" ] && cd "${ezjail_prefix}/etc/ezjail/" && ezjail_list=`ls | xargs rcorder` printf "%-3s %-4s %-15s %-30s %s\\n" STA JID IP Hostname "Root Directory" - echo "--- ---- --------------- ------------------------------ -------------------------" + echo "--- ---- --------------- ------------------------------ ------------------------" for ezjail in ${ezjail_list}; do fetchjailinfo ${ezjail%.norun} case ${ezjail_imagetype} in simple) ezjail_state="I";; bde) ezjail_state="B";; eli) ezjail_state="E";; *) ezjail_state="D";; esac -- cgit v1.2.3