--- trunk/splashutils-magellan/init-splash 2005/03/04 18:22:17 6 +++ trunk/splashutils-magellan/init-splash 2005/03/04 18:29:06 7 @@ -1,4 +1,6 @@ #!/bin/bash +# +# $Header: /root/magellan-cvs/src/splashutils-magellan/init-splash,v 1.2 2005-03-04 18:29:06 niro Exp $ #%rlevels: 1:s 2:s 3:s 4:s 5:s #%start: 99 @@ -74,17 +76,10 @@ fi /sbin/splash_util --vc="${TTY}" -m v -t "${theme}" -c setcfg 2>/dev/null - [ "${TTY}" -eq 0 ] && /sbin/splash_util --vc=0 -m v -t "${theme}" -c setpic + /sbin/splash_util --vc="${TTY}" -m v -t "${theme}" -c setpic 2>/dev/null /sbin/splash_util --vc="${TTY}" -c on 2>/dev/null done - #to prevent staircase effect - source /etc/sysconfig/rc - source $rc_functions - ${CURS_UP} - ${CURS_UP} - ${CURS_UP} - evaluate_retval fi splash svc_started splash 0