summaryrefslogtreecommitdiffstats
path: root/package/proftpd/proftpd.mk
diff options
context:
space:
mode:
author"Steven J. Hill"2007-05-10 00:48:41 +0200
committer"Steven J. Hill"2007-05-10 00:48:41 +0200
commit6b00c90d709a01822027fb9986ec8ace605dd991 (patch)
tree247dda891d7c16580a7d274411581c519d01c2db /package/proftpd/proftpd.mk
parentinit scripts should be executable (diff)
downloadbuildroot-6b00c90d709a01822027fb9986ec8ace605dd991.tar.gz
buildroot-6b00c90d709a01822027fb9986ec8ace605dd991.tar.xz
buildroot-6b00c90d709a01822027fb9986ec8ace605dd991.zip
Rename all INIT scripts to have the numerical prefixes to easily see the start-up order.
Diffstat (limited to 'package/proftpd/proftpd.mk')
-rw-r--r--package/proftpd/proftpd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/proftpd/proftpd.mk b/package/proftpd/proftpd.mk
index d2e7fada7..231f4535a 100644
--- a/package/proftpd/proftpd.mk
+++ b/package/proftpd/proftpd.mk
@@ -56,7 +56,7 @@ $(TARGET_DIR)/$(PROFTPD_TARGET_BINARY): $(PROFTPD_DIR)/$(PROFTPD_BINARY)
@if [ ! -f $(TARGET_DIR)/etc/proftpd.conf ] ; then \
$(INSTALL) -m 0644 -D $(PROFTPD_DIR)/sample-configurations/basic.conf $(TARGET_DIR)/etc/proftpd.conf; \
fi;
- $(INSTALL) -m 0755 -D package/proftpd/init-proftpd $(TARGET_DIR)/etc/init.d/S50proftpd
+ $(INSTALL) -m 0755 -D package/proftpd/S50proftpd $(TARGET_DIR)/etc/init.d
proftpd: uclibc $(TARGET_DIR)/$(PROFTPD_TARGET_BINARY)