RE: tftp server

"Hirsh, Joshua" <joshua.hirsh-zowzMcKzJCXe9wHmmfpqLCwD8/[email protected]> Fri, 18 Feb 2005 08:11:09 -0500
Newsgroups gmane.linux.tao.general
Message-ID <[email protected]>
> The RHEL3 Sysadmin Handbook  says, that I can configure it 
> and yust have to start it as an xinet deamon, but i only
> have the manpage and the tftp app:
> 
> rpm -ql tftp


You're looking at the wrong package:

$ rpm -ql tftp-server
/etc/xinetd.d/tftp
/usr/sbin/in.tftpd
/usr/share/man/man8/in.tftpd.8.gz
/usr/share/man/man8/tftpd.8.gz

The "tftp" package is only the client. "tftp-server" is the proper package
name.


Regards,
-Joshua