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

Re: How to read the result of inittab



Martin Fluch wrote:
> Add a sleep comand to the /etc/init.d/rc script, somthing like this:
> 
> startup() {
>   case "$1" in
>         *.sh)
>                 $debug sh "$@"
>                 ;;
>         *)
>                 $debug "$@"
>                 ;;
>   esac
> 
>   sleep 1
> }
> Martin

Good idea I'll try it.

-- 
Vera Mickael Stagiaire


Reply to: