Magellan Linux

Diff of /trunk/busybox/splash-functions.rc

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

revision 1276 by niro, Fri Feb 4 21:31:22 2011 UTC revision 1277 by niro, Fri Feb 4 21:34:23 2011 UTC
# Line 68  rc_exit() Line 68  rc_exit()
68   then   then
69   splash_control "exit"   splash_control "exit"
70   splash_cursor enable   splash_cursor enable
71   chvt 1   if [[ -n ${SPLASH_X11_TTY} ]]
72     then
73     chvt ${SPLASH_X11_TTY}
74     else
75     chvt 1
76     fi
77   fi   fi
78  }  }
79    

Legend:
Removed from v.1276  
changed lines
  Added in v.1277