[arch-commits] Commit in ipsec-tools/trunk (PKGBUILD ipsec.service racoon.service)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue May 28 17:36:54 UTC 2013


    Date: Tuesday, May 28, 2013 @ 19:36:54
  Author: spupykin
Revision: 91859

upgpkg: ipsec-tools 0.8.1-4

upd

Modified:
  ipsec-tools/trunk/PKGBUILD
  ipsec-tools/trunk/ipsec.service
  ipsec-tools/trunk/racoon.service

----------------+
 PKGBUILD       |    8 ++++----
 ipsec.service  |    4 ++--
 racoon.service |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-28 17:27:08 UTC (rev 91858)
+++ PKGBUILD	2013-05-28 17:36:54 UTC (rev 91859)
@@ -4,7 +4,7 @@
 
 pkgname=ipsec-tools
 pkgver=0.8.1
-pkgrel=2
+pkgrel=4
 pkgdesc="KAME IPSec tools ported to Linux"
 arch=('i686' 'x86_64')
 url="http://ipsec-tools.sourceforge.net/"
@@ -17,8 +17,8 @@
 	ipsec.service
 	ipsec-tools-linux-3.7-compat.patch)
 md5sums=('d38b39f291ba2962387c3232e7335dd8'
-         '1632fce55ba5592dea1f8bf661106e7d'
-         '5bf7478590c751b465617681a31619fe'
+         '3a64a9e3b498c6da90450ffb0b758aea'
+         '387a0b0c4f10e42b2bb62282885cdc9c'
          'ae1dd20c83dcfce3dedb46ee73e83613')
 
 build() {
@@ -28,7 +28,7 @@
   sed -i 's#-Werror##' configure.ac
 
   ./bootstrap
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin \
 	--enable-security-context=no --enable-hybrid --enable-dpd --enable-natt \
 	--enable-adminport --enable-gssapi \
 	--with-kernel-headers=/lib/modules/`pacman -Q linux-headers | cut -f2 -d\ `-ARCH/build/include

Modified: ipsec.service
===================================================================
--- ipsec.service	2013-05-28 17:27:08 UTC (rev 91858)
+++ ipsec.service	2013-05-28 17:36:54 UTC (rev 91859)
@@ -5,8 +5,8 @@
 [Service]
 Type=oneshot
 RemainAfterExit=true
-ExecStart=/usr/sbin/setkey -f /etc/ipsec.conf
-ExecStop=/usr/sbin/setkey -F -P ; /usr/sbin/setkey -F
+ExecStart=/usr/bin/setkey -f /etc/ipsec.conf
+ExecStop=/usr/bin/setkey -F -P ; /usr/bin/setkey -F
 
 [Install]
 WantedBy=multi-user.target

Modified: racoon.service
===================================================================
--- racoon.service	2013-05-28 17:27:08 UTC (rev 91858)
+++ racoon.service	2013-05-28 17:36:54 UTC (rev 91859)
@@ -4,7 +4,7 @@
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/racoon
+ExecStart=/usr/bin/racoon
 
 [Install]
 WantedBy=multi-user.target




More information about the arch-commits mailing list