Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 361479

Summary: net-ftp/tftp-hpa should include /etc/xinetd.d/tftp-hpa file
Product: Gentoo Linux Reporter: Oleg Gawriloff <barzog>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Oleg Gawriloff 2011-03-31 14:54:56 UTC
tftp-hpa should include startup file for xinetd similarly to other ebuilds (rsync,subversion for example).
Example file may be get from: http://www.gentoo.org/doc/en/ltsp.xml

service tftp
{
        disable = yes
        socket_type = dgram
        protocol = udp
        wait = yes
        user = root
        server = /usr/sbin/in.tftpd
        server_args = -s /tftpboot
}

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-03-31 20:22:20 UTC
It already installs /etc/xinetd.d/tftp.
Comment 2 Oleg Gawriloff 2011-04-01 05:58:58 UTC
Hmm. Only masked 5.0 contains it. We should stabilize 5.0 then or insert this in 0.49-r1 also.