Your message dated Tue, 08 Apr 2008 11:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#473172: fixed in gvfs 0.2.3-1
has caused the Debian Bug report #473172,
regarding killall -HUP in gvfs-backends.postinst should not complain
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
473172: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473172
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gvfs
Version: 0.2.2-1
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch
The gvfs-backends.postinst script sends KILLHUP to trigger a reload,
but should not complain, if there has been no process "killed".
The attached patch does "s/killall/killall -q/".
diff -u gvfs-0.2.2/debian/gvfs-backends.postinst
gvfs-0.2.2/debian/gvfs-backends.postinst
--- gvfs-0.2.2/debian/gvfs-backends.postinst
+++ gvfs-0.2.2/debian/gvfs-backends.postinst
@@ -5,7 +5,7 @@
if [ "$1" = "configure" ]; then
# Let gvfsd reload it's backend list
- killall /usr/lib/gvfs/gvfsd -HUP || true
+ killall -q /usr/lib/gvfs/gvfsd -HUP || true
fi
exit 0
--- End Message ---
--- Begin Message ---
Source: gvfs
Source-Version: 0.2.3-1
We believe that the bug you reported is fixed in the latest version of
gvfs, which is due to be installed in the Debian FTP archive:
gvfs-backends_0.2.3-1_i386.deb
to pool/main/g/gvfs/gvfs-backends_0.2.3-1_i386.deb
gvfs-bin_0.2.3-1_i386.deb
to pool/main/g/gvfs/gvfs-bin_0.2.3-1_i386.deb
gvfs-fuse_0.2.3-1_i386.deb
to pool/main/g/gvfs/gvfs-fuse_0.2.3-1_i386.deb
gvfs_0.2.3-1.diff.gz
to pool/main/g/gvfs/gvfs_0.2.3-1.diff.gz
gvfs_0.2.3-1.dsc
to pool/main/g/gvfs/gvfs_0.2.3-1.dsc
gvfs_0.2.3-1_i386.deb
to pool/main/g/gvfs/gvfs_0.2.3-1_i386.deb
gvfs_0.2.3.orig.tar.gz
to pool/main/g/gvfs/gvfs_0.2.3.orig.tar.gz
libgvfscommon-dev_0.2.3-1_i386.deb
to pool/main/g/gvfs/libgvfscommon-dev_0.2.3-1_i386.deb
libgvfscommon0_0.2.3-1_i386.deb
to pool/main/g/gvfs/libgvfscommon0_0.2.3-1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Dröge <[EMAIL PROTECTED]> (supplier of updated gvfs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 08 Apr 2008 13:24:00 +0200
Source: gvfs
Binary: libgvfscommon0 libgvfscommon-dev gvfs gvfs-fuse gvfs-backends gvfs-bin
Architecture: source i386
Version: 0.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
Changed-By: Sebastian Dröge <[EMAIL PROTECTED]>
Description:
gvfs - userspace virtual filesystem - server
gvfs-backends - userspace virtual filesystem - backends
gvfs-bin - userspace virtual filesystem - binaries
gvfs-fuse - userspace virtual filesystem - fuse server
libgvfscommon-dev - userspace virtual filesystem - development files
libgvfscommon0 - userspace virtual filesystem - library
Closes: 473172
Changes:
gvfs (0.2.3-1) unstable; urgency=low
.
* debian/gvfs-backends.postinst:
+ Use killall -q to not complain if there are no gvfsd processes. Thanks
to Daniel Hahler (Closes: #473172).
* New upstream release.
Files:
56fb3ff825539b5c32ff255e6d938008 1182 libs optional gvfs_0.2.3-1.dsc
acd50b535d8adda75067764791ff9164 1271065 libs optional gvfs_0.2.3.orig.tar.gz
c320d1a94f4c2407af34b2ecfbcf9956 3457 libs optional gvfs_0.2.3-1.diff.gz
112841605a96850da6876afd533ead80 59984 libs optional
libgvfscommon0_0.2.3-1_i386.deb
b767a3d9b33cf66c9a06956479179b37 36952 libdevel optional
libgvfscommon-dev_0.2.3-1_i386.deb
6b5fe3c828c54160df2b7a3b83c59a26 394344 libs optional gvfs_0.2.3-1_i386.deb
0d859b2449564c5ff37bd8731a4bedca 46588 libs optional gvfs-fuse_0.2.3-1_i386.deb
f0b07f193732e1b9c49922daa8baf34c 759780 libs optional
gvfs-backends_0.2.3-1_i386.deb
ea20e8491819efc4457a14e5b19e2dcd 67262 libs optional gvfs-bin_0.2.3-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH+1hhBsBdh1vkHyERAghaAJ0XauYlZj5UxBk/sxd3mB4c86A6YACgg2qI
mkFd5tlkl4k6Q2elLLfPoPk=
=AQ7a
-----END PGP SIGNATURE-----
--- End Message ---