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

Sébastien Luttringer seblu at archlinux.org
Sun Mar 5 13:14:28 UTC 2017


    Date: Sunday, March 5, 2017 @ 13:14:28
  Author: seblu
Revision: 214950

upgpkg: keepalived 1.3.4-3

- fix FS#53038

Modified:
  keepalived/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-05 12:51:44 UTC (rev 214949)
+++ PKGBUILD	2017-03-05 13:14:28 UTC (rev 214950)
@@ -4,7 +4,7 @@
 
 pkgname=keepalived
 pkgver=1.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'
@@ -18,11 +18,11 @@
 md5sums=('b5283fe3f3d03f9866344732961ddf69')
 
 build() {
-#  # trick broken ./configure systemctl test
-#  printf "#!/bin/sh\necho -.mount\n" > systemctl
-#  chmod +x systemctl
-#  PATH=$PWD:$PATH
-#
+  # trick broken ./configure systemctl test
+  printf "#!/bin/sh\necho -.mount\n" > systemctl
+  chmod +x systemctl
+  PATH=$PWD:$PATH
+
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
   make



More information about the arch-commits mailing list