summaryrefslogtreecommitdiffstats
path: root/package/portmap
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/portmap
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/portmap')
-rwxr-xr-xpackage/portmap/S13portmap (renamed from package/portmap/init-portmap)0
-rw-r--r--package/portmap/portmap.mk2
2 files changed, 1 insertions, 1 deletions
diff --git a/package/portmap/init-portmap b/package/portmap/S13portmap
index 573a16abf..573a16abf 100755
--- a/package/portmap/init-portmap
+++ b/package/portmap/S13portmap
diff --git a/package/portmap/portmap.mk b/package/portmap/portmap.mk
index 29fdc2927..6b0ba453a 100644
--- a/package/portmap/portmap.mk
+++ b/package/portmap/portmap.mk
@@ -26,7 +26,7 @@ $(PORTMAP_DIR)/$(PORTMAP_BINARY): $(PORTMAP_DIR)/.unpacked
$(TARGET_DIR)/$(PORTMAP_TARGET_BINARY): $(PORTMAP_DIR)/$(PORTMAP_BINARY)
$(INSTALL) -D $(PORTMAP_DIR)/$(PORTMAP_BINARY) $(TARGET_DIR)/$(PORTMAP_TARGET_BINARY)
- $(INSTALL) -m 0755 -D package/portmap/init-portmap $(TARGET_DIR)/etc/init.d/S13portmap
+ $(INSTALL) -m 0755 -D package/portmap/S13portmap $(TARGET_DIR)/etc/init.d
portmap: uclibc $(TARGET_DIR)/$(PORTMAP_TARGET_BINARY)