Your message dated Thu, 24 Apr 2008 22:16:13 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Closing obsolete bugs
has caused the Debian Bug report #334992,
regarding pcmcia_cs: Improvement for /etc/pcmcia/shared (Use $@, not $*)
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.)


-- 
334992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=334992
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: pcmcia-cs
Version: 3.2.8-5
Severity: wishlist

There are $* variables when I think "$@" would be more safer to use.
Please consider changing all occurrances:

        $*  => "$@"

the "$@" preserved the arguments, whereas $* flattens them out.

Like in:

    log ()  
    {
        if [ -n "$VERBOSE" ] ; then
            echo "$*" ; eval $*


=>

    log ()  
    {
        if [ -n "$VERBOSE" ] ; then
            echo "$@" ; eval "$@"


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages pcmcia-cs depends on:
ii  debconf [debconf-2.0]         1.4.58     Debian configuration management sy
ii  dmidecode                     2.7-2      Dump Desktop Management Interface 
ii  libc6                         2.3.5-7    GNU C Library: Shared libraries an
ii  lsb-base                      3.0-10     Linux Standard Base 3.0 init scrip
ii  module-init-tools             3.2-pre9-2 tools for managing Linux kernel mo
ii  modutils                      2.4.27.0-3 Linux module utilities
ii  psmisc                        21.6-1     Utilities that use the proc filesy

Versions of packages pcmcia-cs recommends:
ii  hotplug                  0.0.20040329-25 Linux Hotplug Scripts

-- debconf information excluded


--- End Message ---
--- Begin Message ---
Source-Version: 1:0

Since pcmcia-cs is now an empty transitional package, I am closing all of its
old bugs. If you think your bug report is still valid, you should probably
report it against pcmciautils or linux-2.6 instead. Thanks.

-- 
Pelle


--- End Message ---

Reply via email to