Magellan Linux

Diff of /trunk/busybox-initscripts/rc/functions

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

revision 1167 by niro, Mon Jun 2 22:53:36 2008 UTC revision 1168 by niro, Wed Dec 15 17:44:36 2010 UTC
# Line 47  svcmount="no" Line 47  svcmount="no"
47  svcfstype="tmpfs"  svcfstype="tmpfs"
48  svcsize=1024  svcsize=1024
49    
50    rc_echo() { echo $@; }
51    rc_print() { rc_echo -e "${COLOREDSTAR}$@"; }
52    
53  # dummy function; needed if splashutils are not installed  # dummy function; needed if splashutils are not installed
54  splash() { return 0; }  splash() { return 0; }

Legend:
Removed from v.1167  
changed lines
  Added in v.1168