[82691] trunk/dports/sysutils/logrotate/Portfile

pixilla at macports.org pixilla at macports.org
Thu Aug 18 08:13:37 PDT 2011


Revision: 82691
          http://trac.macports.org/changeset/82691
Author:   pixilla at macports.org
Date:     2011-08-18 06:17:32 -0700 (Thu, 18 Aug 2011)
Log Message:
-----------
sysutils/logrotate:
- Fix permissions. See #30852.

Modified Paths:
--------------
    trunk/dports/sysutils/logrotate/Portfile

Modified: trunk/dports/sysutils/logrotate/Portfile
===================================================================
--- trunk/dports/sysutils/logrotate/Portfile	2011-08-18 11:53:16 UTC (rev 82690)
+++ trunk/dports/sysutils/logrotate/Portfile	2011-08-18 13:17:32 UTC (rev 82691)
@@ -5,6 +5,7 @@
 
 name                logrotate
 version             3.8.0
+revision            1
 categories          sysutils
 maintainers         pixilla openmaintainer
 platforms           darwin
@@ -104,7 +105,7 @@
     if {[variant_isset startupitem]} {
         xinstall -d ${destroot}${prefix}/etc/LaunchDaemons/org.macports.logrotate
         xinstall -d ${destroot}/Library/LaunchDaemons
-        xinstall -m 755 ${destroot}${prefix}/share/${name}/org.macports.logrotate.plist.example \
+        xinstall -m 644 ${destroot}${prefix}/share/${name}/org.macports.logrotate.plist.example \
             ${destroot}${prefix}/etc/LaunchDaemons/org.macports.logrotate/org.macports.logrotate.plist
         ln -sf "${prefix}/etc/LaunchDaemons/org.macports.logrotate/org.macports.logrotate.plist" "${destroot}/Library/LaunchDaemons/org.macports.logrotate.plist"
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110818/918d568b/attachment-0001.html>


More information about the macports-changes mailing list