From: Marcin Juszkiewicz Date: Mon, 5 May 2008 21:01:37 +0000 (+0000) Subject: portmap: do not install initscript with world writable permissions X-Git-Tag: Release-2010-05/1~7019^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6165473d292012b6c60308c8eb0f3604a020b046;p=openembedded.git portmap: do not install initscript with world writable permissions --- diff --git a/packages/portmap/portmap_6.0.bb b/packages/portmap/portmap_6.0.bb index f42ed1e288..cb94a48fb7 100644 --- a/packages/portmap/portmap_6.0.bb +++ b/packages/portmap/portmap_6.0.bb @@ -1,6 +1,6 @@ require portmap.inc -PR = "r2" +PR = "r3" 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 0757 ${WORKDIR}/portmap.init ${D}${sysconfdir}/init.d/portmap + install -m 0755 ${WORKDIR}/portmap.init ${D}${sysconfdir}/init.d/portmap oe_runmake install DESTDIR=${D} }