*** This bug is a duplicate of bug 188261 ***
    https://bugs.launchpad.net/bugs/188261

Public bug reported:

Binary package hint: pm-utils

In /usr/lib/pm-utils/functions, function modunload()
this
[code]
        while read MOD D C USED D; do
                [[ "$MOD" =~ "$UNL" ]] || continue
                if [ "$USED" == "-" ]; then
[/code]
should be changed to
[code]
        while read MOD D C USED D; do
                [[ "$MOD" =~ $UNL ]] || continue
                if [ "$USED" == "-" ]; then
[/code]

As of now no modules will bo unloaded/loaded in the process cause the
comparison never is true.


DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu hardy (development branch)"

pm-utils:
  Installiert:0.99.2-3ubuntu1
  Mögliche Pakete:0.99.2-3ubuntu1
  Versions-Tabelle:
 *** 0.99.2-3ubuntu1 0
        500 http://de.archive.ubuntu.com hardy/main Packages
        100 /var/lib/dpkg/status

** Affects: pm-utils (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Script error in function modunload()
https://bugs.launchpad.net/bugs/197952
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to