git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f5ffc9
)
portmap: do not install initscript with world writable permissions
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 5 May 2008 21:01:37 +0000
(21:01 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 5 May 2008 21:01:37 +0000
(21:01 +0000)
packages/portmap/portmap_6.0.bb
patch
|
blob
|
history
diff --git
a/packages/portmap/portmap_6.0.bb
b/packages/portmap/portmap_6.0.bb
index
f42ed1e
..
cb94a48
100644
(file)
--- a/
packages/portmap/portmap_6.0.bb
+++ b/
packages/portmap/portmap_6.0.bb
@@
-1,6
+1,6
@@
require portmap.inc
-PR = "r
2
"
+PR = "r
3
"
SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6.0.tgz \
file://destdir-no-strip.patch;patch=1 \
@@
-17,6
+17,6
@@
CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS"
fakeroot do_install() {
install -d ${D}${mandir}/man8/ ${D}${base_sbindir} ${D}${sysconfdir}/init.d
- install -m 075
7
${WORKDIR}/portmap.init ${D}${sysconfdir}/init.d/portmap
+ install -m 075
5
${WORKDIR}/portmap.init ${D}${sysconfdir}/init.d/portmap
oe_runmake install DESTDIR=${D}
}