]> git.pld-linux.org Git - packages/atftp.git/commitdiff
- inetd config for atftpd.
authorserek <serek@pld-linux.org>
Mon, 23 Jun 2003 01:07:40 +0000 (01:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atftpd.inetd -> 1.1

atftpd.inetd [new file with mode: 0644]

diff --git a/atftpd.inetd b/atftpd.inetd
new file mode 100644 (file)
index 0000000..94370b9
--- /dev/null
@@ -0,0 +1,9 @@
+SERVICE_NAME=tftp
+SOCK_TYPE=dgram
+PROTOCOL=udp
+PORT=69
+FLAGS=wait
+USER=tftp
+SERVER=tcpd
+DAEMON=/usr/sbin/atftpd
+DAEMONARGS="/var/lib/tftp"
This page took 0.095716 seconds and 4 git commands to generate.