On 18/04/06 16:31, Udo van den Heuvel wrote: > Simon Arlott wrote: >>> There is no expectation that pool servers will have port 37/tcp "time" >>> running, but several do, including my two. So run it or not, it's your >>> choice, but if your in the pool people will try to connect to it. I >>> changed /etc/identd.conf so that time runs as nobody instead of root - I >>> don't know if it makes much difference but it can't hurt. 37/tcp "time" >>> is used by the program "rdate". >> You're only making the problem worse by running the time service too, as >> soon as >> I have time I'll be making my server return 1999-12-31 23:59:59 to time >> queries. > > > How can I do that in the most clean and minimalist way?
service time
{
socket_type = stream
protocol = tcp
user = nobody
wait = no
port = 37
server = /bin/echo
server_args = -ne \274\027\301\377
log_on_success =
log_on_failure =
instances = 5
}
--
Simon Arlott
signature.asc
Description: OpenPGP digital signature
_______________________________________________ timekeepers mailing list [email protected] https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers
