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

Dave Reisner dreisner at archlinux.org
Tue Jan 8 16:06:05 UTC 2013


    Date: Tuesday, January 8, 2013 @ 11:06:04
  Author: dreisner
Revision: 174902

upgpkg: systemd 197-3

- pass empty sysvcompat flags, remove rc-local.service

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-08 16:00:39 UTC (rev 174901)
+++ PKGBUILD	2013-01-08 16:06:04 UTC (rev 174902)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
 pkgver=197
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 license=('GPL2' 'LGPL2.1' 'MIT')
@@ -38,7 +38,10 @@
       --enable-introspection \
       --enable-gtk-doc \
       --disable-audit \
-      --disable-ima
+      --disable-ima \
+      --with-sysvinit-path= \
+      --with-sysvrcnd-path= \
+      --with-rc-local-script-path-stop=/etc/rc.local.shutdown
 
   # can't use py3k yet with systemd-analyze -- the 'plot' verb will not work.
   # https://pokersource.info/show_bug.cgi?id=50989




More information about the arch-commits mailing list