summaryrefslogtreecommitdiffstats
path: root/rules/utelnetd.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-10-24 19:00:21 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-10-24 19:00:21 +0000
commit49a186820c52b9edf1084c9618ff7d9cf3756f7c (patch)
treeddb324e1e8977d40fb0fd4b6a3dfcb4719090ba8 /rules/utelnetd.make
parentfedd3efb1e9e6de40240acccc8a8e500b3551aff (diff)
downloadptxdist-49a186820c52b9edf1084c9618ff7d9cf3756f7c.tar.gz
ptxdist-49a186820c52b9edf1084c9618ff7d9cf3756f7c.tar.xz
* ptxdist: moved projects-example/generic to generic
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6219 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/utelnetd.make')
-rw-r--r--rules/utelnetd.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/utelnetd.make b/rules/utelnetd.make
index adabc2db6..d56f1c94b 100644
--- a/rules/utelnetd.make
+++ b/rules/utelnetd.make
@@ -2,7 +2,7 @@
# $Id$
#
# Copyright (C) 2002, 2003 by Pengutronix e.K., Hildesheim, Germany
-# See CREDITS for details about who has contributed to this project.
+# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
@@ -14,9 +14,9 @@
PACKAGES-$(PTXCONF_UTELNETD) += utelnetd
#
-# Paths and names
+# Paths and names
#
-UTELNETD_VERSION = 0.1.6
+UTELNETD_VERSION = 0.1.9
UTELNETD = utelnetd-$(UTELNETD_VERSION)
UTELNETD_URL = http://www.pengutronix.de/software/utelnetd/$(UTELNETD).tar.gz
UTELNETD_SOURCE = $(SRCDIR)/$(UTELNETD).tar.gz
@@ -101,9 +101,9 @@ $(STATEDIR)/utelnetd.targetinstall: $(utelnetd_targetinstall_deps_default)
@$(call install_fixup, utelnetd,DEPENDS,)
@$(call install_fixup, utelnetd,DESCRIPTION,missing)
ifdef PTXCONF_ROOTFS_ETC_INITD_TELNETD
-ifdef PTXCONF_ROOTFS_ETC_INITD_TELNETD_DEFAULT
+ifdef PTXCONF_ROOTFS_ETC_INITD_TELNETD_DEFAULT
@$(call install_copy, utelnetd, 0, 0, 0755, \
- $(PTXDIST_TOPDIR)/projects-example/generic/etc/init.d/telnetd, \
+ $(PTXDIST_TOPDIR)/generic/etc/init.d/telnetd, \
/etc/init.d/telnetd, n)
else
ifneq ($(PTXCONF_ROOTFS_ETC_INITD_TELNETD_USER_FILE),"")
@@ -126,7 +126,7 @@ endif
# Clean
# ----------------------------------------------------------------------------
-utelnetd_clean:
+utelnetd_clean:
rm -rf $(STATEDIR)/utelnetd.* $(UTELNETD_DIR)
# vim: syntax=make