[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: lsb-base



On Sun, 17 Jul 2005 20:33:40 +0200, Petter Reinholdtsen wrote:
> I used this code to make lsb-base optional, and used the lsb functions
> for output:
> 
>   if [ -f /lib/lsb/init-functions ]; then
>     . /lib/lsb/init-functions
>   else
>     log_begin_msg()   { echo "$@"; }
>     log_success_msg() { echo "$@"; }
>     log_warning_msg() { echo "$@"; }
>   fi
> 
> Perhaps an idea for you too?


The package is only 20 kbytes installed.  Let's just start Depending on it.

-- 
Thomas Hood



Reply to: