Your message dated Mon, 16 Oct 2006 08:17:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322469: fixed in hotplug 0.0.20040329-26
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: hotplug
Version: 0.0.20040329-22
Severity: wishlist
Tags: patch

A Debian patch to hotplug causes it to require the sed feature whereby,
if you supply an empty regex, it repeats the previous match:

-SYSFS=$(sed -n 's/^.* \([^ ]*\) sysfs .*$/\1/p' /proc/mounts)
+SYSFS=$(sed -n '/^.* \([^ ]*\) sysfs .*$/ { s//\1/p ; q }' /proc/mounts)

While I realise hotplug's probably entitled to depend on this feature
since it's in POSIX, busybox sed doesn't support it in this context (my
tests indicate that it works for e.g. two s/// commands in a row, but
doesn't work for /regex/ { s//replacement/; }).

Would you be willing to accept a workaround for this problem? The patch
is fairly simple:

diff -u hotplug-0.0.20040329/debian/patches/firmware_misc 
hotplug-0.0.20040329/debian/patches/firmware_misc
--- hotplug-0.0.20040329/debian/patches/firmware_misc
+++ hotplug-0.0.20040329/debian/patches/firmware_misc
@@ -6,7 +6,7 @@
  
  # mountpoint of sysfs
 -SYSFS=$(sed -n 's/^.* \([^ ]*\) sysfs .*$/\1/p' /proc/mounts)
-+SYSFS=$(sed -n '/^.* \([^ ]*\) sysfs .*$/ { s//\1/p ; q }' /proc/mounts)
++SYSFS=$(grep '^.* [^ ]* sysfs .*$' /proc/mounts | head -n1 | sed 's/^.* \([^ 
]*\) sysfs .*$/\1/')
  
  # use /proc for 2.4 kernels
  if [ "$SYSFS" = "" ]; then

Debian's hotplug already requires grep and head.

Thanks,

-- 
Colin Watson                                       [EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
Source: hotplug
Source-Version: 0.0.20040329-26

We believe that the bug you reported is fixed in the latest version of
hotplug, which is due to be installed in the Debian FTP archive:

hotplug_0.0.20040329-26.diff.gz
  to pool/main/h/hotplug/hotplug_0.0.20040329-26.diff.gz
hotplug_0.0.20040329-26.dsc
  to pool/main/h/hotplug/hotplug_0.0.20040329-26.dsc
hotplug_0.0.20040329-26_all.deb
  to pool/main/h/hotplug/hotplug_0.0.20040329-26_all.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.
Fumitoshi UKAI <[EMAIL PROTECTED]> (supplier of updated hotplug 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: Mon, 16 Oct 2006 23:52:28 +0900
Source: hotplug
Binary: hotplug
Architecture: source all
Version: 0.0.20040329-26
Distribution: unstable
Urgency: low
Maintainer: Fumitoshi UKAI <[EMAIL PROTECTED]>
Changed-By: Fumitoshi UKAI <[EMAIL PROTECTED]>
Description: 
 hotplug    - Linux Hotplug Scripts
Closes: 322469 326140 330551 338072 391594
Changes: 
 hotplug (0.0.20040329-26) unstable; urgency=low
 .
   [ Fumitoshi UKAI ]
   * debian/patches/firmware_misc: busybox sed doesn't support block and q.
     closes: Bug#322469
   * debian/po/de.po: update
     closes: Bug#326140
   * debian/po/sv.po: added
     closes: Bug#330551
   * debian/po/pt.po: added
     closes: Bug#338072
   * debian/hotplug.preinst: mv destination should not be ended with /
     closes: Bug#391594
Files: 
 984c32961c753b982caf625a2cebde0a 668 admin standard hotplug_0.0.20040329-26.dsc
 2573acbef0017dbd57f5b918456fd32e 52594 admin standard 
hotplug_0.0.20040329-26.diff.gz
 15a136a03e3d2e23e14995e96372f14a 67330 admin standard 
hotplug_0.0.20040329-26_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFM55M9D5yZjzIjAkRAi5DAJ4pnWVdwxYfYYecLcTAQI2aJ67tgACfQTzm
MbFQtcsD0CKsS3I0rTSt0yA=
=vFB6
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to