--- trunk/magellan-initscripts/etc/rc.d/init.d/rc 2006/01/03 18:07:43 319 +++ trunk/magellan-initscripts/etc/rc.d/init.d/rc 2006/03/04 18:55:54 345 @@ -1,5 +1,5 @@ #!/bin/bash -# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/rc,v 1.7 2006-01-03 18:07:43 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/rc,v 1.8 2006-03-04 18:55:54 niro Exp $ source /etc/sysconfig/rc source $rc_functions @@ -118,27 +118,6 @@ evaluate_retval } -# # some needed functions functions -# populate_udev() { -# /sbin/udevstart -# -# # not provided by sysfs but needed -# ln -snf /proc/self/fd /dev/fd -# ln -snf fd/0 /dev/stdin -# ln -snf fd/1 /dev/stdout -# ln -snf fd/2 /dev/stderr -# ln -snf /proc/kcore /dev/core -# ln -snf /proc/asound/oss/sndstat /dev/sndstat -# -# # create problematic directories -# mkdir -p /dev/{pts,shm} -# -# # same as /dev/.devfsd -# touch /dev/.udev -# -# return 0 -# } - trap "" INT QUIT TSTP [ "$1" != "" ] && runlevel=$1 @@ -147,7 +126,7 @@ then echo echo -e "${COLGREEN}Starting ${COLBLUE}MAGELLAN (v${MAGEVER}) ${COLGREEN}Linux${COLDEFAULT}" - echo -e "Copyright 2001-2005 Niels Rogalla; http://magellan-linux.net" + echo -e "Copyright 2001-2006 Niels Rogalla; http://magellan-linux.net" echo # mount proc filesystem, needed for bootsplash;