Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/13] portmap: install initscript
@ 2010-12-17 17:04 Gustavo Zacarias
  2010-12-17 17:04 ` [Buildroot] [PATCH 02/13] php: security bump to version 5.2.16 Gustavo Zacarias
                   ` (11 more replies)
  0 siblings, 12 replies; 20+ messages in thread
From: Gustavo Zacarias @ 2010-12-17 17:04 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Gustavo Zacarias <gustavo@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

^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2010-12-23 12:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-17 17:04 [Buildroot] [PATCH 01/13] portmap: install initscript Gustavo Zacarias
2010-12-17 17:04 ` [Buildroot] [PATCH 02/13] php: security bump to version 5.2.16 Gustavo Zacarias
2010-12-17 17:04 ` [Buildroot] [PATCH 03/13] sqlite: bump to version 3.7.4 Gustavo Zacarias
2010-12-17 17:04 ` [Buildroot] [PATCH 04/13] freetype: bump to version 2.4.4 Gustavo Zacarias
2010-12-17 17:04 ` [Buildroot] [PATCH 06/13] patch: needs toolchain with wchar Gustavo Zacarias
2010-12-17 17:04 ` [Buildroot] [PATCH 07/13] findutils: bump to version 4.4.2 Gustavo Zacarias
2010-12-17 17:04 ` [Buildroot] [PATCH 08/13] tar: bump to version 1.25 Gustavo Zacarias
2010-12-17 17:04 ` [Buildroot] [PATCH 09/13] nano: bump to version 2.2.6 Gustavo Zacarias
2010-12-17 17:04 ` [Buildroot] [PATCH 10/13] bison: bump to version 2.4.3 Gustavo Zacarias
2010-12-17 17:04 ` [Buildroot] [PATCH 11/13] grep: bump to version 2.7 Gustavo Zacarias
2010-12-17 17:04 ` [Buildroot] [PATCH 12/13] screen: bump to version 4.0.3 Gustavo Zacarias
2010-12-23  7:33   ` Thomas Petazzoni
2010-12-23  8:16     ` Peter Korsgaard
2010-12-23  8:50       ` Thomas Petazzoni
2010-12-23 11:58         ` Gustavo Zacarias
2010-12-23 12:45           ` Thomas Petazzoni
2010-12-17 17:04 ` [Buildroot] [PATCH 13/13] ed: bump to version 1.5 Gustavo Zacarias
2010-12-22 23:21 ` [Buildroot] [PATCH 01/13] portmap: install initscript Peter Korsgaard
2010-12-23  7:30   ` Thomas Petazzoni
2010-12-23  8:13     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox