$synchlists = "rdate -s"; --> its in @synchtimes = ($synchlists, $ping); {near bottom} --> for some reason I had to save it as a scalar value
to get the system to run it like it should...at least
I believe that was the problem, I had to jump through
a few hoops to get this baby working...cc | [reply] |
| [reply] |
I don't find it on any of my non-Solaris machines which include AIX, Digital Unix, and RH Linux.
perl -e 'print reverse qw/o b n a e s/;'
| [reply] |
RH 7.x is what I use...
i didn't think to check the origins of rdate...
man rdate:
rdate - connects to an RFC 868 time server over a TCP/IP network, printing the returned time and/or setting the system clock.
| [reply] |