[arch-commits] Commit in syslog-ng/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Wed Jul 4 12:53:43 UTC 2012


    Date: Wednesday, July 4, 2012 @ 08:53:43
  Author: dreisner
Revision: 162966

upgpkg: syslog-ng 3.3.5-2

- remove ExecStartPre condition to play nicely with systemd-186

Modified:
  syslog-ng/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-04 11:56:21 UTC (rev 162965)
+++ PKGBUILD	2012-07-04 12:53:43 UTC (rev 162966)
@@ -5,7 +5,7 @@
 
 pkgname=syslog-ng
 pkgver=3.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -58,8 +58,9 @@
   install -Dm755 "$srcdir/syslog-ng.rc" "$pkgdir/etc/rc.d/syslog-ng"
   install -Dm644 "$srcdir/syslog-ng.conf.d" "$pkgdir/etc/conf.d/syslog-ng"
 
-  # fix location of systemctl and add Alias=
+  # fix location of systemctl, add Alias=, remove start precondition
   sed -e 's@/bin/systemctl@/usr&@' \
       -e '$aAlias=syslog.service' \
+      -e '/^ExecStartPre/d' \
       -i "$pkgdir/usr/lib/systemd/system/syslog-ng.service"
 }




More information about the arch-commits mailing list