Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d27151417d66fdab50bad472080fe859c5723889)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d27151417d66fdab50bad472080fe859c5723889)
  • Date: Tue, 8 May 2007 15:28:14 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

disk/pmount/HISTORY | 6 ++++++
disk/pmount/PRE_BUILD | 9 +++++----
disk/pmount/pmount-0.9.13-no_close.patch | 11 +++++++++++
3 files changed, 22 insertions(+), 4 deletions(-)

New commits:
commit d27151417d66fdab50bad472080fe859c5723889
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

disk/pmount: added patch to make pmount-hal work as it is supposed to.

diff --git a/disk/pmount/HISTORY b/disk/pmount/HISTORY
index fae8ef3..17af6cc 100644
--- a/disk/pmount/HISTORY
+++ b/disk/pmount/HISTORY
@@ -1,3 +1,9 @@
+2007-05-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * pmount-0.9.13-no_close.patch, PRE_BUILD: added patch from
+ Gentoo Linux that removes an abuse of the DBUS api that
+ prevents a normal user from using pumount if a device was
+ mounted with pmount-hal
+
2006-08-19 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: 0.9.13-1
* BUILD: remove the dbus sedit and a not local var
diff --git a/disk/pmount/PRE_BUILD b/disk/pmount/PRE_BUILD
index 79fe258..df515b4 100755
--- a/disk/pmount/PRE_BUILD
+++ b/disk/pmount/PRE_BUILD
@@ -1,4 +1,5 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-unpack_file 2 &&
-gunzip -c $SOURCE_CACHE/$SOURCE2 | patch -p0
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+unpack_file 2 &&
+gunzip -c $SOURCE_CACHE/$SOURCE2 | patch -p0 &&
+patch -p1 < $SCRIPT_DIRECTORY/pmount-0.9.13-no_close.patch
diff --git a/disk/pmount/pmount-0.9.13-no_close.patch
b/disk/pmount/pmount-0.9.13-no_close.patch
new file mode 100644
index 0000000..e03a7b3
--- /dev/null
+++ b/disk/pmount/pmount-0.9.13-no_close.patch
@@ -0,0 +1,11 @@
+diff -ruN pmount-0.9.13.orig/src/pmount-hal.c pmount-0.9.13/src/pmount-hal.c
+--- pmount-0.9.13.orig/src/pmount-hal.c 2006-12-02 16:59:56.000000000
-0600
++++ pmount-0.9.13/src/pmount-hal.c 2006-12-02 17:00:16.000000000 -0600
+@@ -361,7 +361,6 @@
+ /* shut down hal connection */
+ libhal_ctx_shutdown( hal_ctx, &error );
+ libhal_ctx_free( hal_ctx );
+- dbus_connection_close( dbus_conn );
+ dbus_connection_unref( dbus_conn );
+
+ /* go */



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d27151417d66fdab50bad472080fe859c5723889), Florian Franzmann, 05/08/2007

Archive powered by MHonArc 2.6.24.

Top of Page