summaryrefslogtreecommitdiffstats
path: root/rules/utelnetd.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-04-27 20:29:40 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-04-27 20:29:40 +0000
commit3f52d7912cb4d28cf3bc0fb8097d0bf80e40ebd1 (patch)
tree23967a066a192d5389b3da6019ea5e474ca6fd09 /rules/utelnetd.make
parent9482b1fc55a7881d01b75747e11d5e35fc1170fb (diff)
downloadptxdist-3f52d7912cb4d28cf3bc0fb8097d0bf80e40ebd1.tar.gz
ptxdist-3f52d7912cb4d28cf3bc0fb8097d0bf80e40ebd1.tar.xz
utelnetd.make: Using correct packet name for user's startup script
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7131 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/utelnetd.make')
-rw-r--r--rules/utelnetd.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/utelnetd.make b/rules/utelnetd.make
index 47ce22cd2..2933ed15c 100644
--- a/rules/utelnetd.make
+++ b/rules/utelnetd.make
@@ -113,7 +113,7 @@ ifdef PTXCONF_ROOTFS_ETC_INITD_UTELNETD_DEFAULT
endif
ifdef PTXCONF_ROOTFS_ETC_INITD_UTELNETD_USER
# install users one
- @$(call install_copy, udev, 0, 0, 0755, \
+ @$(call install_copy, utelnetd, 0, 0, 0755, \
${PTXDIST_WORKSPACE}/projectroot/etc/init.d/utelnetd, \
/etc/init.d/telnetd, n)
endif