summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-01-04 16:36:19 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-01-04 16:36:19 +0000
commita7e641d5482978095fdffde3d1a926bc38b883bc (patch)
tree687f18778391b528a7debb8f0c9af893d2f17ea8 /rules/inetutils.make
parent24801ced6747059646140aa853619fdb0eb3c46b (diff)
downloadptxdist-a7e641d5482978095fdffde3d1a926bc38b883bc.tar.gz
ptxdist-a7e641d5482978095fdffde3d1a926bc38b883bc.tar.xz
* inetutils - tftpd
- cannot start standalone, removing all menu entries that selects standalone startup - always needs inetd to run git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6730 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/inetutils.make')
-rw-r--r--rules/inetutils.make33
1 files changed, 0 insertions, 33 deletions
diff --git a/rules/inetutils.make b/rules/inetutils.make
index 7181430a0..b020be802 100644
--- a/rules/inetutils.make
+++ b/rules/inetutils.make
@@ -256,39 +256,6 @@ ifneq ($(PTXCONF_INETUTILS_TFTPD_BASE_DIR),"")
endif
endif
#
-# Install the startup script for tftpd on request only
-#
-ifdef PTXCONF_INETUTILS_TFTPD_STARTUP_TYPE_STANDALONE
-ifdef PTXCONF_INETUTILS_ETC_INITD_TFTPD_DEFAULT
-# install the generic one
- @$(call install_copy, inetutils, 0, 0, 0755, \
- $(PTXDIST_TOPDIR)/generic/etc/init.d/tftpd, \
- /etc/init.d/tftpd, n)
-endif
-ifdef PTXCONF_INETUTILS_ETC_INITD_TFTPD_USER
-# install users one
- @$(call install_copy, inetutils, 0, 0, 0755, \
- ${PTXDIST_WORKSPACE}/projectroot/etc/init.d/tftpd, \
- /etc/init.d/tftpd, n)
-endif
-# replace the base dir on demand
-ifneq ($(PTXCONF_INETUTILS_TFTPD_BASE_DIR),"")
- @$(call install_replace, inetutils, \
- /etc/init.d/tftpd, \
- @ROOT@, \
- $(PTXCONF_INETUTILS_TFTPD_BASE_DIR) )
-endif
-#
-# FIXME: Is this packet the right location for the link?
-#
-ifneq ($(PTXCONF_ROOTFS_ETC_INITD_TFTPD_LINK),"")
- @$(call install_copy, inetutils, 0, 0, 0755, /etc/rc.d)
- @$(call install_link, inetutils, ../init.d/tftpd, \
- /etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_TFTPD_LINK))
-endif
-endif
-
-#
# Install the startup for inetd script on request only
#
ifdef PTXCONF_INETUTILS_ETC_INITD_INETD