summaryrefslogtreecommitdiff
path: root/tftp-xinetd
diff options
context:
space:
mode:
authorhpa <hpa>2004-09-14 22:48:36 +0000
committerhpa <hpa>2004-09-14 22:48:36 +0000
commit1405c06baba58f4fb5630d7b0c2c1fc2262e45e4 (patch)
tree887a4e3d8f5a955e9d1da976925565af7a404e9f /tftp-xinetd
parent17b5188b655164c1ff711b070bf6021b6d3a3a74 (diff)
downloadtftp-hpa-1405c06baba58f4fb5630d7b0c2c1fc2262e45e4.tar.gz
Add spec file for rpm -ta
Diffstat (limited to 'tftp-xinetd')
-rw-r--r--tftp-xinetd18
1 files changed, 18 insertions, 0 deletions
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
+}