[gnome-disk-utility] Update for new location of udisks-tcp-bridge



commit 828c2577d3961a051dcdf0897d3f291eafa49c4d
Author: David Zeuthen <davidz redhat com>
Date:   Mon Dec 7 15:18:41 2009 -0500

    Update for new location of udisks-tcp-bridge
    
    This is now installed in /usr/bin as per commit
    
     http://cgit.freedesktop.org/DeviceKit/DeviceKit-disks/commit/?id=b8ce28af29ec059b9777874b18218d476a0a0f9c
    
    so we don't have to hard-code the location anymore.

 src/gdu/gdu-ssh-bridge.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gdu/gdu-ssh-bridge.c b/src/gdu/gdu-ssh-bridge.c
index 3f993d6..f1efd52 100644
--- a/src/gdu/gdu-ssh-bridge.c
+++ b/src/gdu/gdu-ssh-bridge.c
@@ -477,7 +477,7 @@ _gdu_ssh_bridge_connect (GduPool          *pool,
         /* Now start the bridge - the udisks-tcp-bridge program will connect to the remote port
          * which is forwarded to the local port by ssh
          */
-        s = g_strdup_printf ("/usr/lib/udisks/udisks-tcp-bridge -p %d\n", remote_port);
+        s = g_strdup_printf ("udisks-tcp-bridge -p %d\n", remote_port);
         if (!g_data_output_stream_put_string (stdin_data_stream,
                                               s,
                                               data->cancellable,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]