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

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


    Date: Tuesday, January 8, 2013 @ 11:14:14
  Author: dreisner
Revision: 174905

remove superfluous flag

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-08 16:12:38 UTC (rev 174904)
+++ PKGBUILD	2013-01-08 16:14:14 UTC (rev 174905)
@@ -40,8 +40,7 @@
       --disable-audit \
       --disable-ima \
       --with-sysvinit-path= \
-      --with-sysvrcnd-path= \
-      --with-rc-local-script-path-stop=/etc/rc.local.shutdown
+      --with-sysvrcnd-path=
 
   # can't use py3k yet with systemd-analyze -- the 'plot' verb will not work.
   # https://pokersource.info/show_bug.cgi?id=50989
@@ -49,9 +48,9 @@
   make
 }
 
-#check() {
-#  make -C "$pkgname-$pkgver" check
-#}
+check() {
+  make -C "$pkgname-$pkgver" check
+}
 
 package_systemd() {
   pkgdesc="system and service manager"




More information about the arch-commits mailing list