[arch-commits] Commit in open-vm-tools/trunk (PKGBUILD network-script)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Mar 31 12:18:33 UTC 2014


    Date: Monday, March 31, 2014 @ 14:18:33
  Author: spupykin
Revision: 108664

upgpkg: open-vm-tools 5:2013.09.16-7

upd

Modified:
  open-vm-tools/trunk/PKGBUILD
  open-vm-tools/trunk/network-script

----------------+
 PKGBUILD       |    4 ++--
 network-script |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-31 11:48:18 UTC (rev 108663)
+++ PKGBUILD	2014-03-31 12:18:33 UTC (rev 108664)
@@ -6,7 +6,7 @@
 epoch=5
 pkgver=2013.09.16
 _pkgsubver=1328054
-pkgrel=6
+pkgrel=7
 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools"
 arch=('i686' 'x86_64')
 url="http://open-vm-tools.sourceforge.net/"
@@ -27,7 +27,7 @@
 	xautostart.conf
 	vmtoolsd.service)
 md5sums=('66c63d2d447b3a91303f996372ebda71'
-         'e307f5201b2b3fe79c9e2b410d02b989'
+         'cbfa69ead382bc527e6f6ddfed8e5c4d'
          'b55d15e2c4be396aad709aeca91033d3'
          '1b9ae908fce4c623269f100ee9bdfdef'
          '75a25d83417e683957321f97a00f8465'

Modified: network-script
===================================================================
--- network-script	2014-03-31 11:48:18 UTC (rev 108663)
+++ network-script	2014-03-31 12:18:33 UTC (rev 108664)
@@ -50,7 +50,7 @@
    # `which' may be a bit noisy, so we'll shush it.
    dbusSend=`which dbus-send 2>/dev/null`
    rc=$?
-   if [ $rc -ne 0 ] || [ -z `pidof dbus-daemon` ]; then
+   if [ $rc -ne 0 ] || [ -z "\"`pidof dbus-daemon`\"" ]; then
       return $rc
    fi
 
@@ -123,7 +123,7 @@
    # `which' may be a bit noisy, so we'll shush it.
    dbusSend=`which dbus-send 2>/dev/null`
    rc=$?
-   if [ $rc = 0 ] && [ `pidof dbus-daemon` ]; then
+   if [ $rc = 0 ] && [ "\"`pidof dbus-daemon`\"" ]; then
       # NetworkManager 0.8.0
       $dbusSend --system --print-reply          \
          --dest=org.freedesktop.NetworkManager  \




More information about the arch-commits mailing list