Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (f0e4adb7f4b0a23958a33e1b17d7ea6b7196d2b3)
  • Date: Sat, 24 Feb 2007 23:47:21 -0600

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
+}



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (f0e4adb7f4b0a23958a33e1b17d7ea6b7196d2b3), Eric Sandall, 02/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page