Magellan Linux

Diff of /trunk/initscripts/sysvinit/rc/functions

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

revision 1806 by niro, Sat Mar 3 16:00:17 2012 UTC revision 1807 by niro, Thu Apr 19 15:20:43 2012 UTC
# Line 47  svcmount="no" Line 47  svcmount="no"
47  svcfstype="tmpfs"  svcfstype="tmpfs"
48  svcsize=1024  svcsize=1024
49    
50  rc_echo() { echo $@; }  rc_echo() { echo "$@"; }
51  rc_print() { rc_echo -e "${COLOREDSTAR}$@"; }  rc_print() { rc_echo -e "${COLOREDSTAR}$@"; }
52    
53  # dummy function; needed if splashutils are not installed  # dummy function; needed if splashutils are not installed

Legend:
Removed from v.1806  
changed lines
  Added in v.1807