diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-10-08 09:03:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-10-08 09:03:33 +0000 |
commit | 98d62299419398043ac168cdbffd48c9ff008f9d (patch) | |
tree | a2b75de849835903f58f0a35213f6782e4169dbd /net-misc/ndtpd/files | |
parent | Remove packages slated for QA removal today. (diff) | |
download | historical-98d62299419398043ac168cdbffd48c9ff008f9d.tar.gz historical-98d62299419398043ac168cdbffd48c9ff008f9d.tar.bz2 historical-98d62299419398043ac168cdbffd48c9ff008f9d.zip |
Remove packages slated for QA removal today.
Diffstat (limited to 'net-misc/ndtpd/files')
-rw-r--r-- | net-misc/ndtpd/files/ndtpd-3.1.5-canonicalize.patch | 12 | ||||
-rw-r--r-- | net-misc/ndtpd/files/ndtpd-3.1.5-eb4-gentoo.diff | 35 | ||||
-rw-r--r-- | net-misc/ndtpd/files/ndtpd.initd | 30 |
3 files changed, 0 insertions, 77 deletions
diff --git a/net-misc/ndtpd/files/ndtpd-3.1.5-canonicalize.patch b/net-misc/ndtpd/files/ndtpd-3.1.5-canonicalize.patch deleted file mode 100644 index 92889a41401f..000000000000 --- a/net-misc/ndtpd/files/ndtpd-3.1.5-canonicalize.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naurp ndtpd-3.1.5-orig/lib/filename.h ndtpd-3.1.5/lib/filename.h ---- ndtpd-3.1.5-orig/lib/filename.h 2001-02-03 03:36:06.000000000 -0600 -+++ ndtpd-3.1.5/lib/filename.h 2008-06-21 08:34:18.000000000 -0600 -@@ -25,7 +25,7 @@ - * Function declarations. - */ - #ifdef __STDC__ --int canonicalize_file_name(char *); -+char * canonicalize_file_name(const char *); - #else - int canonicalize_file_name(); - #endif diff --git a/net-misc/ndtpd/files/ndtpd-3.1.5-eb4-gentoo.diff b/net-misc/ndtpd/files/ndtpd-3.1.5-eb4-gentoo.diff deleted file mode 100644 index e37ac9d703a5..000000000000 --- a/net-misc/ndtpd/files/ndtpd-3.1.5-eb4-gentoo.diff +++ /dev/null @@ -1,35 +0,0 @@ -diff -urN ndtpd-3.1.5.ORIG/configure.ac ndtpd-3.1.5/configure.ac ---- ndtpd-3.1.5.ORIG/configure.ac 2003-05-24 12:44:12.000000000 +0900 -+++ ndtpd-3.1.5/configure.ac 2004-01-04 01:09:44.131743536 +0900 -@@ -46,11 +46,6 @@ - [logdir="${withval}"], [logdir='$(localstatedir)/ndtpd/log']) - AC_SUBST(logdir) - --dnl * --dnl * EB Library 3.x. --dnl * --eb_LIB_EB3 -- - dnl * - dnl * Alternative Programs. - dnl * -@@ -78,6 +73,7 @@ - dnl * Compiler Characteristics. - dnl * - AC_C_CONST -+AC_C_PROTOTYPES - - dnl * - dnl * Libraries. -@@ -178,6 +174,11 @@ - fi - AC_MSG_RESULT($ENABLE_IPV6) - -+dnl * -+dnl * EB Library 3.x. -+dnl * -+eb_LIB_EB3 -+ - dnl * - dnl * Output Files. - dnl * diff --git a/net-misc/ndtpd/files/ndtpd.initd b/net-misc/ndtpd/files/ndtpd.initd deleted file mode 100644 index 841cb8c4cf09..000000000000 --- a/net-misc/ndtpd/files/ndtpd.initd +++ /dev/null @@ -1,30 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ndtpd/files/ndtpd.initd,v 1.4 2004/07/15 00:04:32 agriffis Exp $ - -opts="${opts} reload" - -depend() { - use net -} - -start() { - ebegin "Starting NDTPD" - start-stop-daemon --start --quiet --exec /usr/sbin/ndtpd - result=$? - eend $result -} - -stop() { - ebegin "Stopping NDTPD" - start-stop-daemon --start --quiet --exec /usr/sbin/ndtpcontrol terminate - result=$? - eend $result -} - -reload() { - ebegin "Reloading NDTPD" - start-stop-daemon --start --quiet --exec /usr/sbin/ndtpcontrol restart - eend $result -} |