[866] in linux-net channel archive
adding netdate to cron getting message on /dev/tty1, how stop?
daemon@ATHENA.MIT.EDU (Geis Jerry)
Fri Aug 11 05:09:05 1995
From: Geis Jerry <GeisJ@rnd3.indy.tce.com>
To: "linux-net (rutgers)" <linux-net@vger.rutgers.edu>
Date: Thu, 10 Aug 95 07:44:00 PDT
I added netdate to the root crontab like so:
0 2 * * * /usr/sbin/netdate -l 3300 >> /tmp/netdate
Now I get a message like this on /dev/tty1
10-Aug-95 06:35 USER root pid 94 cmd /usr/sbin/netdate ....
How do I turn this message off????
I tried the following:
1) /etc/rc.d/rc.M made the -l10 to -l0 for crond (no effect)
2) my /etc/syslog.conf has *.notice, *.info and *.debug going to
/var/adm/messages
Thanks for any suggestions.
Jerry