| Getting error during bootup: /etc/init.d/functions While booting Yoper 2 up I repeatedly get an error messages (many times during a single bootup) saying:
/etc/init.d/function: error in line 11 /proc/splash no such file or directory
I include the /etc/init.d/function file: Code: #!/bin/bash
# Make sure umask is sane
umask 022
# First set up a default search path.
source /etc/profile
rc_splash()
{
echo "show $progress" > /proc/splash
progress=$(( $progress + 15000 ))
}
Please advise. Thanks.
__________________
Be happy. Life is too short to be unhappy!
|