[oe-commits] Mike Westerhof : logrotate: remove -s on install

GIT User account git at amethyst.openembedded.net
Wed May 13 15:05:23 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: ca39bcadc6f0120aab8c927ecfada50cb1a3f2a4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ca39bcadc6f0120aab8c927ecfada50cb1a3f2a4

Author: Mike Westerhof <mwester at dls.net>
Date:   Tue May 12 23:39:15 2009 +0000

logrotate: remove -s on install

Signed-off-by: Koen Kooi <koen at openembedded.org>
Acked-by: Philip Balister <philip at balister.org>

---

 recipes/logrotate/logrotate_3.7.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/logrotate/logrotate_3.7.1.bb b/recipes/logrotate/logrotate_3.7.1.bb
index 0a1647e..61a1306 100644
--- a/recipes/logrotate/logrotate_3.7.1.bb
+++ b/recipes/logrotate/logrotate_3.7.1.bb
@@ -5,7 +5,7 @@ DEPENDS = "popt"
 RDEPENDS = "cron"
 SECTION = "admin"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://ftp.debian.org/debian/pool/main/l/logrotate/logrotate_${PV}.orig.tar.gz \
 	   file://logrotate-3.7.1.patch;patch=1 \
@@ -21,7 +21,7 @@ do_compile() {
 
 do_install () {
     # Install the binary and conf file
-    install -D -s -m 0755 ${S}/logrotate ${D}${base_sbindir}/logrotate
+    install -D -m 0755 ${S}/logrotate ${D}${base_sbindir}/logrotate
     install -D -m 0644 ${WORKDIR}/logrotate.conf ${D}${sysconfdir}/logrotate.conf
     install -m 0755 -d ${D}${sysconfdir}/logrotate.d
 }





More information about the Openembedded-commits mailing list