Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 361479 - net-ftp/tftp-hpa should include /etc/xinetd.d/tftp-hpa file
Summary: net-ftp/tftp-hpa should include /etc/xinetd.d/tftp-hpa file
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-31 14:54 UTC by Oleg Gawriloff
Modified: 2011-04-01 05:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.