Public bug reported:

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.

** Affects: pm-utils (Ubuntu)
     Importance: Undecided
     Assignee: Matthew Garrett (mjg59)
         Status: Confirmed

** Changed in: pm-utils (Ubuntu)
     Assignee: (unassigned) => Matthew Garrett (mjg59)
       Status: New => Confirmed

-- 
Most recent package update breaks loading /etc/pm/config.d/*
https://bugs.launchpad.net/bugs/190679
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to