[arch-commits] Commit in openvpn/repos (3 files)

Thomas Bächler thomas at archlinux.org
Tue Sep 22 09:06:26 UTC 2009


    Date: Tuesday, September 22, 2009 @ 05:06:25
  Author: thomas
Revision: 52637

Merged revisions 52635 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/openvpn/trunk

........
  r52635 | thomas | 2009-09-22 11:05:31 +0200 (Di, 22 Sep 2009) | 2 lines
  
  upgpkg: openvpn 2.1_rc19-4
      Fix 16095 - again
........

Modified:
  openvpn/repos/testing-i686/	(properties)
  openvpn/repos/testing-i686/PKGBUILD
  openvpn/repos/testing-i686/openvpn-tapdev.rc

-------------------+
 PKGBUILD          |    4 ++--
 openvpn-tapdev.rc |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


Property changes on: openvpn/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /openvpn/trunk:1-52628
   + /openvpn/trunk:1-52636

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-09-22 09:05:53 UTC (rev 52636)
+++ testing-i686/PKGBUILD	2009-09-22 09:06:25 UTC (rev 52637)
@@ -3,7 +3,7 @@
 
 pkgname=openvpn
 pkgver=2.1_rc19
-pkgrel=3
+pkgrel=4
 pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network)"
 arch=(i686 x86_64)
 url="http://openvpn.net/index.php/open-source.html"
@@ -18,7 +18,7 @@
         openvpn-tapdev.conf)
 md5sums=('ba2ee667a8b7606b125b7d32f47ca578'
          'a3809b9727f0c2af2d0770f5c7442db2'
-         '4ab886467fdcfa469e9f4ee8af517456'
+         'd2c48e970088d679dd3c2afd914ff731'
          '722f483c9e3ce2ec66d3301aaf7cf3d5')
 
 build() {

Modified: testing-i686/openvpn-tapdev.rc
===================================================================
--- testing-i686/openvpn-tapdev.rc	2009-09-22 09:05:53 UTC (rev 52636)
+++ testing-i686/openvpn-tapdev.rc	2009-09-22 09:06:25 UTC (rev 52637)
@@ -11,7 +11,7 @@
     success=0
     for tapdev in ${TAPDEVS}; do
       stat_append "${tapdev} "
-      /usr/sbin/openvpn --mktun --dev-type tap --dev ${tapdev} >/dev/null 2>&1 || success = $?
+      /usr/sbin/openvpn --mktun --dev-type tap --dev ${tapdev} >/dev/null 2>&1 || success=$?
     done
     if [ $success -eq 0 ]; then
       add_daemon openvpn-tapdev
@@ -24,7 +24,7 @@
     stat_busy "Destroying tap devices for OpenVPN ..."
     for tapdev in ${TAPDEVS}; do
       stat_append "${tapdev} "
-      /usr/sbin/openvpn --rmtun --dev-type tap --dev ${tapdev} >/dev/null 2>&1 || success = $?
+      /usr/sbin/openvpn --rmtun --dev-type tap --dev ${tapdev} >/dev/null 2>&1 || success=$?
     done
     rm_daemon openvpn-tapdev
     stat_done




More information about the arch-commits mailing list