Magellan Linux

Diff of /trunk/splashutils-magellan/init-splash

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6 by niro, Fri Mar 4 18:09:01 2005 UTC revision 7 by niro, Fri Mar 4 18:29:06 2005 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    #
3    # $Header: /root/magellan-cvs/src/splashutils-magellan/init-splash,v 1.2 2005-03-04 18:29:06 niro Exp $
4    
5  #%rlevels: 1:s 2:s 3:s 4:s 5:s  #%rlevels: 1:s 2:s 3:s 4:s 5:s
6  #%start: 99  #%start: 99
# Line 74  case "$1" in Line 76  case "$1" in
76   fi   fi
77    
78   /sbin/splash_util --vc="${TTY}" -m v -t "${theme}" -c setcfg 2>/dev/null   /sbin/splash_util --vc="${TTY}" -m v -t "${theme}" -c setcfg 2>/dev/null
79   [ "${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
80   /sbin/splash_util --vc="${TTY}" -c on 2>/dev/null   /sbin/splash_util --vc="${TTY}" -c on 2>/dev/null
81   done   done
82    
  #to prevent staircase effect  
  source /etc/sysconfig/rc  
  source $rc_functions  
  ${CURS_UP}  
  ${CURS_UP}  
  ${CURS_UP}  
   
83   evaluate_retval   evaluate_retval
84   fi   fi
85   splash svc_started splash 0   splash svc_started splash 0

Legend:
Removed from v.6  
changed lines
  Added in v.7