Kaynağa Gözat

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>
Gustavo Zacarias 14 yıl önce
ebeveyn
işleme
4a54b10ba9
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      package/portmap/portmap.mk

+ 2 - 0
package/portmap/portmap.mk

@@ -23,6 +23,8 @@ define PORTMAP_INSTALL_TARGET_CMDS
 		$(TARGET_DIR)/usr/share/man/man8/pmap_dump.8
 		$(TARGET_DIR)/usr/share/man/man8/pmap_dump.8
 	$(INSTALL) -D $(@D)/pmap_set.8 \
 	$(INSTALL) -D $(@D)/pmap_set.8 \
 		$(TARGET_DIR)/usr/share/man/man8/pmap_set.8
 		$(TARGET_DIR)/usr/share/man/man8/pmap_set.8
+	$(INSTALL) -m 0755 package/portmap/S13portmap \
+		$(TARGET_DIR)/etc/init.d
 endef
 endef
 
 
 define PORTMAP_UNINSTALL_TARGET_CMDS
 define PORTMAP_UNINSTALL_TARGET_CMDS