projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250d222
)
portmap: install initscript
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Mon, 13 Dec 2010 12:09:39 +0000
(09:09 -0300)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 22 Dec 2010 21:53:50 +0000
(22:53 +0100)
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>
package/portmap/portmap.mk
patch
|
blob
|
history
diff --git
a/package/portmap/portmap.mk
b/package/portmap/portmap.mk
index dba6155ce215a5ce4267816e805efed663cdda1e..e83ff1d6f8bf2b27cb85160a57419431d56b8bf7 100644
(file)
--- 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