summaryrefslogtreecommitdiffstats
path: root/package/proftpd
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-05-09 22:48:41 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-05-09 22:48:41 +0000
commit6b00c90d709a01822027fb9986ec8ace605dd991 (patch)
tree247dda891d7c16580a7d274411581c519d01c2db /package/proftpd
parent448153a06a443ad61f3df88408edf3a7da98ea0c (diff)
downloadbuildroot-novena-6b00c90d709a01822027fb9986ec8ace605dd991.tar.gz
buildroot-novena-6b00c90d709a01822027fb9986ec8ace605dd991.zip
Rename all INIT scripts to have the numerical prefixes to easily see the start-up order.
Diffstat (limited to 'package/proftpd')
-rwxr-xr-xpackage/proftpd/S50proftpd (renamed from package/proftpd/init-proftpd)0
-rw-r--r--package/proftpd/proftpd.mk2
2 files changed, 1 insertions, 1 deletions
diff --git a/package/proftpd/init-proftpd b/package/proftpd/S50proftpd
index 550e0a6ad..550e0a6ad 100755
--- a/package/proftpd/init-proftpd
+++ b/package/proftpd/S50proftpd
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)