[Pkg-utopia-commits] r1108 - packages/unstable/dbus/debian/patches

Sjoerd Simons sjoerd at costa.debian.org
Wed Oct 25 09:57:54 UTC 2006


Author: sjoerd
Date: 2006-10-25 09:57:50 +0000 (Wed, 25 Oct 2006)
New Revision: 1108

Modified:
   packages/unstable/dbus/debian/patches/20_dbus_uuid_world_readable.patch
Log:
Drop unneccesary parts

Modified: packages/unstable/dbus/debian/patches/20_dbus_uuid_world_readable.patch
===================================================================
--- packages/unstable/dbus/debian/patches/20_dbus_uuid_world_readable.patch	2006-10-25 09:27:20 UTC (rev 1107)
+++ packages/unstable/dbus/debian/patches/20_dbus_uuid_world_readable.patch	2006-10-25 09:57:50 UTC (rev 1108)
@@ -57,32 +57,6 @@
  /** Creates the given file, failing if the file already exists.
   *
   * @param filename the filename
-@@ -2361,11 +2388,11 @@
-     }
-   
-   i = 0;
--  argv[i] = DBUS_BINDIR "/dbus-launch";
-+  argv[i] = "dbus-launch";
-   ++i;
-   argv[i] = "--autolaunch";
-   ++i;
--  argv[i] = /* const cast */ (char*) _dbus_string_get_const_data (&uuid);
-+  argv[i] = _dbus_string_get_data (&uuid);
-   ++i;
-   argv[i] = "--binary-syntax";
-   ++i;
-@@ -2423,10 +2450,9 @@
-       close (fd);
-       close (address_pipe[WRITE_END]);
- 
--      execv (argv[0], argv);
-+      execv (DBUS_BINDIR "/dbus-launch", argv);
- 
-       /* failed, try searching PATH */
--      argv[0] = "dbus-launch";
-       execvp ("dbus-launch", argv);
- 
-       /* still nothing, we failed */
 Index: dbus/dbus-sysdeps.h
 ===================================================================
 RCS file: /cvs/dbus/dbus/dbus/dbus-sysdeps.h,v




More information about the Pkg-utopia-commits mailing list