[SM-Commit] GIT changes to master grimoire by Eric Sandall (f0e4adb7f4b0a23958a33e1b17d7ea6b7196d2b3)

Eric Sandall scm at mail.sourcemage.org
Sun Feb 25 00:47:21 EST 2007


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 net/tftp-hpa/HISTORY       |    3 +++
 net/tftp-hpa/xinetd.d/tftp |   14 ++++++++++++++
 2 files changed, 17 insertions(+)

New commits:
commit f0e4adb7f4b0a23958a33e1b17d7ea6b7196d2b3
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    Added xinetd script for tftp-hpa

diff --git a/net/tftp-hpa/HISTORY b/net/tftp-hpa/HISTORY
index d0f3e74..4042770 100644
--- a/net/tftp-hpa/HISTORY
+++ b/net/tftp-hpa/HISTORY
@@ -1,3 +1,6 @@
+2007-02-24 Eric Sandall <sandalle at sourcemage.org>
+	* xinetd.d/tftp: Added xinetd script for tftp
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 
diff --git a/net/tftp-hpa/xinetd.d/tftp b/net/tftp-hpa/xinetd.d/tftp
new file mode 100755
index 0000000..0d5741d
--- /dev/null
+++ b/net/tftp-hpa/xinetd.d/tftp
@@ -0,0 +1,14 @@
+service tftp
+{
+	socket_type	= dgram
+	protocol	= udp
+	wait		= yes
+	user		= root
+	server		= /usr/sbin/in.tftpd
+	server_args	= -c -s /tftpboot
+	per_source	= 8
+	log_type	= FILE /var/log/xinetd/tftp
+	log_on_success	= PID HOST USERID EXIT DURATION
+	log_on_failure	= USERID ATTEMPT
+	disable = no
+}



More information about the SM-Commit mailing list