Most recent package update breaks loading /etc/pm/config.d/*

Bug #190679 reported by vlowther
6
Affects Status Importance Assigned to Milestone
pm-utils (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: pm-utils

There is a tyop in /usr/lib/pm-utils/functions: (most recent Hardy as of Feb 10 2008)
 source_configs()
 {
         cfgs="/etc/pm/config.d/*[^~]"
         for cfg in $cfgs ; do
- [ -f $cfgs ] || continue
+ [ -f $cfg ] || continue
                 set -a
                 . $cfg
                 set +a
         done
 }

This breaks the workaround I use get suspend/resume functioning correctly with the nvidia binary kernel module.

Related branches

Changed in pm-utils:
assignee: nobody → mjg59
status: New → Confirmed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package pm-utils - 0.99.2-3ubuntu5

---------------
pm-utils (0.99.2-3ubuntu5) hardy; urgency=low

  * Fix typo in 95-fix-config-file-parsing.patch which made loading
    configs from /etc/pm/config.d/* break. LP: #190679
  * Add 35-skip-linked-cpus-cpufreq.patch which skips all CPUs whose speed
    is shared with other CPUs (or cores) when saving state. LP: #162652.

 -- Tollef Fog Heen <email address hidden> Wed, 26 Mar 2008 09:00:25 +0100

Changed in pm-utils:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.