--- trunk/magellan-initscripts/etc/rc.d/init.d/functions 2010/07/14 14:31:47 1104 +++ trunk/magellan-initscripts/etc/rc.d/init.d/functions 2011/03/11 17:13:32 1241 @@ -47,6 +47,8 @@ svcfstype="tmpfs" svcsize=1024 +rc_echo() { echo $@; } +rc_print() { rc_echo -e "${COLOREDSTAR}$@"; } # dummy function; needed if splashutils are not installed splash() { return 0; }