summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-02-25 23:58:39 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-02-25 23:58:39 +0000
commit2f3bb84b2c1c4a65a1ecb6b192313e83242dbdbb (patch)
treeb95b3d6eacf8e936778a81a060e7f266f0ac629f /rules
parent368914ef156998befe91b206250edd074728dee4 (diff)
downloadptxdist-2f3bb84b2c1c4a65a1ecb6b192313e83242dbdbb.tar.gz
ptxdist-2f3bb84b2c1c4a65a1ecb6b192313e83242dbdbb.tar.xz
* pure-ftpd: fix spelling
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9862 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/initmethod-bbinit.make6
-rw-r--r--rules/pureftpd.in2
2 files changed, 4 insertions, 4 deletions
diff --git a/rules/initmethod-bbinit.make b/rules/initmethod-bbinit.make
index a5043801e..3d52e6a89 100644
--- a/rules/initmethod-bbinit.make
+++ b/rules/initmethod-bbinit.make
@@ -203,10 +203,10 @@ ifneq ($(call remove_quotes,$(PTXCONF_ROOTFS_SYSVINIT_LINK_PROFTPD)),)
../init.d/proftpd, \
/etc/rc.d/$(PTXCONF_ROOTFS_SYSVINIT_LINK_PROFTPD))
endif
-ifneq ($(call remove_quotes,$(PTXCONF_ROOTFS_SYSVINIT_LINK_PURE_FTPD)),)
+ifneq ($(call remove_quotes,$(PTXCONF_ROOTFS_SYSVINIT_LINK_PUREFTPD)),)
@$(call install_link, initmethod-bbinit, \
- ../init.d/pure-ftpd, \
- /etc/rc.d/$(PTXCONF_ROOTFS_SYSVINIT_LINK_PURE_FTPD))
+ ../init.d/pureftpd, \
+ /etc/rc.d/$(PTXCONF_ROOTFS_SYSVINIT_LINK_PUREFTPD))
endif
ifneq ($(call remove_quotes,$(PTXCONF_ROOTFS_SYSVINIT_LINK_RSYNCD)),)
@$(call install_link, initmethod-bbinit, \
diff --git a/rules/pureftpd.in b/rules/pureftpd.in
index 6186001f6..c00eef057 100644
--- a/rules/pureftpd.in
+++ b/rules/pureftpd.in
@@ -65,6 +65,6 @@ config PUREFTPD_SHRINK_MORE
config PUREFTPD_STARTSCRIPT
bool
default y
- prompt "install /etc/init.d/pure-ftpd"
+ prompt "install /etc/init.d/pureftpd"
endif