From 158d2aff363f208b9216e0a7373639a926266601 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sun, 16 Sep 2007 13:08:12 +0200 Subject: [PATCH] lsb-functions: removed v-e-commands --- etc/grml/lsb-functions | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/etc/grml/lsb-functions b/etc/grml/lsb-functions index cba2ad8..89c3f39 100644 --- a/etc/grml/lsb-functions +++ b/etc/grml/lsb-functions @@ -405,22 +405,6 @@ ewend() { return $retval } -# v-e-commands honor RC_VERBOSE which defaults to no. -# The condition is negated so the return value will be zero. -veinfo() { [ "${RC_VERBOSE}" != "yes" ] || einfo "$@"; } -veinfon() { [ "${RC_VERBOSE}" != "yes" ] || einfon "$@"; } -vewarn() { [ "${RC_VERBOSE}" != "yes" ] || ewarn "$@"; } -veerror() { [ "${RC_VERBOSE}" != "yes" ] || eerror "$@"; } -vebegin() { [ "${RC_VERBOSE}" != "yes" ] || ebegin "$@"; } -veend() { - [ "${RC_VERBOSE}" = "yes" ] && { eend "$@"; return $?; } - return ${1:-0} -} -veend() { - [ "${RC_VERBOSE}" = "yes" ] && { ewend "$@"; return $?; } - return ${1:-0} -} - # bool get_bootparam(param) # # return 0 if gentoo=param was passed to the kernel -- 2.1.4