From 1405c06baba58f4fb5630d7b0c2c1fc2262e45e4 Mon Sep 17 00:00:00 2001 From: hpa Date: Tue, 14 Sep 2004 22:48:36 +0000 Subject: Add spec file for rpm -ta --- tftp-xinetd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tftp-xinetd (limited to 'tftp-xinetd') diff --git a/tftp-xinetd b/tftp-xinetd new file mode 100644 index 0000000..982fe09 --- /dev/null +++ b/tftp-xinetd @@ -0,0 +1,18 @@ +# default: off +# description: The tftp server serves files using the trivial file transfer \ +# protocol. The tftp protocol is often used to boot diskless \ +# workstations, download configuration files to network-aware printers, \ +# and to start the installation process for some operating systems. +service tftp +{ + socket_type = dgram + protocol = udp + wait = yes + user = root + server = /usr/sbin/in.tftpd + server_args = -s /tftpboot + disable = yes + per_source = 11 + cps = 100 2 + flags = IPv4 +} -- cgit v1.2.1