Hi whenever I shut down, I get maybe 50 or more messages saying something along the lines of
Code:
/etc/rc6.d/k99local/ line11: unexpected EOF
etc/rc6.d/k99local/ line 15: unexpected EOF
It doesn't appear to affect functionality - but it is very annoying. What is it that this is saying and why is it complaining about a line that doesn't even exist?
I've printed the output of k99local below. (It really just points to /etc/init.d/local - which contains some startup commands).
Code:
#!/bin/sh
/sbin/splash -s -u 0 /etc/bootsplash/themes/KnoppMyth/config/vt0-800x600.cfg
/sbin/splash -s -u 1 /etc/bootsplash/themes/KnoppMyth/config/vt1-800x600.cfg
/sbin/splash -s -u 2 /etc/bootsplash/themes/KnoppMyth/config/vt2-800x600.cfg
/sbin/splash -s -u 3 /etc/bootsplash/themes/KnoppMyth/config/vt3-800x600.cfg
/sbin/splash -s -u 4 /etc/bootsplash/themes/KnoppMyth/config/vt4-800x600.cfg
/sbin/splash -s -u 5 /etc/bootsplash/themes/KnoppMyth/config/vt5-800x600.cfg
echo 1024 > /proc/sys/dev/rtc/max-user-freq
--device=/dev/input/event0"
echo "disable=2" >| /proc/mtrr
echo "base=0xe0000000 size=0x8000000 type=write-combining" >| /proc/mtrr
Any clue about what is going on and how to fix it?
GJ