Iain McFarlane wrote:
> engage wrote:
>> /etc/rc.local has this line: 
>> /usr/sbin/in.tftpd -l -a 192.168.1.4:16869 -c -s /var/lib/tftpboot &
>> 
> I found that I needed to change /etc/services to 16869 for the tftp
> port as xinetd will only listen to the port which matches the service
> description

The OP is running tftpd in daemon mode (or at least that appears to be 
the intent), and thus it isn't dependent on xinetd.

I'm not sure about xinetd, but with the regular inetd super daemons you 
can simply substitute a port number for a service name, and skip the 
step of adding a special service to /etc/services.

  -Tom



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to