summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-08-16 00:02:21 +0000
committerMike Frysinger <vapier@gentoo.org>2009-08-16 00:02:21 +0000
commit34f7fcb3d69282fbfb3eddcad036abf745bd04a6 (patch)
treeeeedbc75d79f120a1fe47d980715801f62f64dec /net-ftp/tftp-hpa/files
parentVersion bump #280489 by Farid. (diff)
downloadgentoo-2-34f7fcb3d69282fbfb3eddcad036abf745bd04a6.tar.gz
gentoo-2-34f7fcb3d69282fbfb3eddcad036abf745bd04a6.tar.bz2
gentoo-2-34f7fcb3d69282fbfb3eddcad036abf745bd04a6.zip
old
Diffstat (limited to 'net-ftp/tftp-hpa/files')
-rw-r--r--net-ftp/tftp-hpa/files/in.tftpd.confd7
-rw-r--r--net-ftp/tftp-hpa/files/tftp-hpa-0.45-parallel.patch13
2 files changed, 0 insertions, 20 deletions
diff --git a/net-ftp/tftp-hpa/files/in.tftpd.confd b/net-ftp/tftp-hpa/files/in.tftpd.confd
deleted file mode 100644
index 99cb21cbb6c3..000000000000
--- a/net-ftp/tftp-hpa/files/in.tftpd.confd
+++ /dev/null
@@ -1,7 +0,0 @@
-# /etc/init.d/in.tftpd
-
-# Path to server files from
-INTFTPD_PATH="/tftproot"
-
-# For more options, see tftpd(8)
-INTFTPD_OPTS="-s ${INTFTPD_PATH}"
diff --git a/net-ftp/tftp-hpa/files/tftp-hpa-0.45-parallel.patch b/net-ftp/tftp-hpa/files/tftp-hpa-0.45-parallel.patch
deleted file mode 100644
index 5cda045e5eb5..000000000000
--- a/net-ftp/tftp-hpa/files/tftp-hpa-0.45-parallel.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile
-+++ Makefile
-@@ -17,8 +17,8 @@
-
- all: MCONFIG $(patsubst %, %.build, $(SUB))
-
--tftp.build: lib.build
--tftpd.build: lib.build
-+tftp.build: lib.build common.build
-+tftpd.build: lib.build common.build
-
- install: MCONFIG $(patsubst %, %.install, $(SUB))
-