On Sat, May 14, 2005 4:29 pm, Patrick said: > Everytime i run rc-update or do a /etc/init.d/xxx status i get this error > ... > I have no idea where to start for solving this. > > /sbin/runscript.sh: line 1: CLOCK: command not found
grep -r CLOCK /etc One possible cause would be a stray space in the CLOCK="blah" line in /etc/conf.d/clock or /etc/rc.conf. CLOCK = "UTC" instead of CLOCK="UTC" would cause this error. -- gentoo-user@gentoo.org mailing list