r11353 - in /desktop/unstable/gnome-vfs2/debian: changelog run-module-update-hooks

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Jun 7 16:48:36 UTC 2007


Author: lool
Date: Thu Jun  7 16:48:36 2007
New Revision: 11353

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11353
Log:
* Pass --lsbsysinit to run-parts.

Modified:
    desktop/unstable/gnome-vfs2/debian/changelog
    desktop/unstable/gnome-vfs2/debian/run-module-update-hooks

Modified: desktop/unstable/gnome-vfs2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs2/debian/changelog?rev=11353&op=diff
==============================================================================
--- desktop/unstable/gnome-vfs2/debian/changelog (original)
+++ desktop/unstable/gnome-vfs2/debian/changelog Thu Jun  7 16:48:36 2007
@@ -14,7 +14,7 @@
     - Add postinst and postrm snippets to libgnomevfs2-0 and
       libgnomevfs2-extra to call run-module-update-hooks.
 
- -- Loic Minier <lool at dooz.org>  Thu, 07 Jun 2007 18:28:57 +0200
+ -- Loic Minier <lool at dooz.org>  Thu, 07 Jun 2007 18:48:14 +0200
 
 gnome-vfs2 (1:2.18.1-2) unstable; urgency=low
 

Modified: desktop/unstable/gnome-vfs2/debian/run-module-update-hooks
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfs2/debian/run-module-update-hooks?rev=11353&op=diff
==============================================================================
--- desktop/unstable/gnome-vfs2/debian/run-module-update-hooks (original)
+++ desktop/unstable/gnome-vfs2/debian/run-module-update-hooks Thu Jun  7 16:48:36 2007
@@ -5,6 +5,6 @@
 set -e
 
 if [ -d /usr/lib/gnome-vfs-2.0/module-update-hooks ]; then
-    run-parts $@ /usr/lib/gnome-vfs-2.0/module-update-hooks
+    run-parts --lsbsysinit $@ /usr/lib/gnome-vfs-2.0/module-update-hooks
 fi
 




More information about the pkg-gnome-commits mailing list