Magellan Linux

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

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

revision 1094 by niro, Wed Jul 14 13:09:00 2010 UTC revision 1241 by niro, Fri Mar 11 17:13:32 2011 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; }
# Line 454  is_older_than() Line 456  is_older_than()
456   return 1   return 1
457  }  }
458    
459  start_devicemanager() { touch /dev/.none; return 0}  start_devicemanager() { touch /dev/.none; return 0; }
460  stop_devicemanager() { return 0; }  stop_devicemanager() { return 0; }

Legend:
Removed from v.1094  
changed lines
  Added in v.1241