If you installed it which I don't think it does by default it would be either in the /etc/inetd.conf file or in /etc/xinetd.d dirrctory in it's only file depending on your system.
If it's in /etc/inet.conf just uncomment the tftp line and restart inetd. If it's in the /etc/xinetd.d directory under it's own file (tftp) vi and change the disabled=yes to no and restart xinetd. ----- Original Message ----- From: "Charles Lockhart" <[EMAIL PROTECTED]> To: "luau" <[EMAIL PROTECTED]> Sent: Thursday, August 29, 2002 12:42 PM Subject: [luau] tftpd question > > I have some embedded devices that require a connection to a tftpd service > to load their disk images. I don't really want to leave tftpd on all the > time, just start it up when I want to use it, turn it off when I'm done, > but I don't know how to set this up. Any info? > > Thanks, > > -Charles > > _______________________________________________ > LUAU mailing list > [EMAIL PROTECTED] > http://videl.ics.hawaii.edu/mailman/listinfo/luau >
