I have xntpd and want the daemon to start up when I boot the computer. So I edited the /etc/rc.d/rc.local file to contain the line: /etc/rc.d/init.d/xntpd start However, this doesn't seem to start the daemon when the computer reboots. Do I need quotes or something? Taison