X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Flsb-functions;h=f565f0fc470a9f4042100a92d8b34e06176956e2;hb=f989db8bb5c35e006c1e15319e18f65be13f52eb;hp=22dc9e01d9b497d3244290d3afb90bb45f1e5158;hpb=8127b16eb88ea80058b009866a19408e22685aac;p=grml-etc-core.git diff --git a/etc/grml/lsb-functions b/etc/grml/lsb-functions index 22dc9e0..f565f0f 100644 --- a/etc/grml/lsb-functions +++ b/etc/grml/lsb-functions @@ -31,7 +31,7 @@ TPUT="${TPUT:-"/usr/bin/tput"}" -have_tput() { +_have_tput() { [ -x "$TPUT" ] && "$TPUT" hpa 60 >/dev/null 2>&1 \ && return 0 \ || return 1 @@ -42,7 +42,7 @@ log_success_msg () { } log_failure_msg () { - if have_tput ; then + if _have_tput ; then RED="$("$TPUT" setaf 1)" #NORMAL="$("$TPUT" op)" printf " ${RED}*${NORMAL} $@\n" @@ -52,7 +52,7 @@ log_failure_msg () { } log_warning_msg () { - if have_tput ; then + if _have_tput ; then YELLOW="$("$TPUT" setaf 3)" #NORMAL="$("$TPUT" op")" # printf " *${NORMAL} $@\n" @@ -63,7 +63,7 @@ log_warning_msg () { } log_warning_msg_nn () { - if have_tput ; then + if _have_tput ; then YELLOW="$("$TPUT" setaf 3)" printf " ${BLUE}*${NORMAL} $@" else @@ -97,7 +97,7 @@ log_end_msg () { # Only do the fancy stuff if we have an appropriate terminal # and if /usr is already mounted - if have_tput ; then + if _have_tput ; then COLS="$("$TPUT" cols)" if [ -n "$COLS" ]; then COL=$(( "$COLS" - 7 )) @@ -191,9 +191,9 @@ profiling() { # parameters. # get_bootconfig() { - local copt= - local newbootlevel= - local newsoftlevel= + local copt + local newbootlevel + local newsoftlevel for copt in $( /dev/null)" - else - [ "${x%/}" != "${x}" ] && x="${x%/}" - - cd "${x}"; tmpstr="$(ls)" - - for y in ${tmpstr} - do - mylist="${mylist} ${x}/${y}" - done - fi - done - - printf "${mylist}\n" -} - # char *add_suffix(char * configfile) # # Returns a config file name with the softlevel suffix