[Buildroot] [PATCH 01/13] portmap: install initscript

Gustavo Zacarias gustavo at zacarias.com.ar
Fri Dec 17 17:04:22 UTC 2010


Thanks to patrick.ziegler at fh-kl.de in the mailing list for noticing.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/portmap/portmap.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/portmap/portmap.mk b/package/portmap/portmap.mk
index dba6155..e83ff1d 100644
--- a/package/portmap/portmap.mk
+++ b/package/portmap/portmap.mk
@@ -23,6 +23,8 @@ define PORTMAP_INSTALL_TARGET_CMDS
 		$(TARGET_DIR)/usr/share/man/man8/pmap_dump.8
 	$(INSTALL) -D $(@D)/pmap_set.8 \
 		$(TARGET_DIR)/usr/share/man/man8/pmap_set.8
+	$(INSTALL) -m 0755 package/portmap/S13portmap \
+		$(TARGET_DIR)/etc/init.d
 endef
 
 define PORTMAP_UNINSTALL_TARGET_CMDS
-- 
1.7.2.2




More information about the buildroot mailing list