summaryrefslogtreecommitdiffstats
path: root/package/portmap
diff options
context:
space:
mode:
authorGustavo Zacarias2010-12-13 13:09:39 +0100
committerPeter Korsgaard2010-12-22 22:53:50 +0100
commit4a54b10ba9b499b361deb7b2337e5d648310ced4 (patch)
tree712874f28f4f546409397583274fef920bdf759d /package/portmap
parenttslib: Enable raw module in ts.conf (diff)
downloadbuildroot-4a54b10ba9b499b361deb7b2337e5d648310ced4.tar.gz
buildroot-4a54b10ba9b499b361deb7b2337e5d648310ced4.tar.xz
buildroot-4a54b10ba9b499b361deb7b2337e5d648310ced4.zip
portmap: install initscript
Thanks to patrick.ziegler@fh-kl.de in the mailing list for noticing. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/portmap')
-rw-r--r--package/portmap/portmap.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/portmap/portmap.mk b/package/portmap/portmap.mk
index dba6155ce..e83ff1d6f 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