<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>165822</bug_id>
          
          <creation_ts>2007-02-07 20:47 0000</creation_ts>
          <short_desc>sys-apps/hal-0.5.7.1-r4 typo in hibernate script</short_desc>
          <delta_ts>2007-02-20 09:42:24 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Core system</component>
          <version>2006.1</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>braket@hotmail.com</reporter>
          <assigned_to>cardoe@gentoo.org</assigned_to>
          <cc>geroxp@web.de</cc>

      

      
          <long_desc isprivate="0">
            <who>braket@hotmail.com</who>
            <bug_when>2007-02-07 20:47:06 0000</bug_when>
            <thetext>There&apos;s a typo in script /usr/share/hal/scripts/hal-system-power-hibernate that causes hald to die after resume from hibernation.


Reproducible: Always




Patch to fix typo

--- hal-system-power-hibernate.orig     2007-02-07 13:25:54.000000000 -0700
+++ hal-system-power-hibernate  2007-02-07 13:41:15.000000000 -0700
@@ -55,7 +55,7 @@
 
 # Refresh devices when resuming from a hibernate
 for type in button battery ac_adapter ; do
-   devices=$(hal-find-by-capbility --capability $type)
+   devices=$(hal-find-by-capability --capability $type)
    for device in $devices ; do
       dbus-send --system --print-reply --dest=org.freedesktop.Hal $device \
                 org.freedesktop.Hal.Device.Rescan</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-02-07 20:49:32 0000</bug_when>
            <thetext>

*** This bug has been marked as a duplicate of bug 141694 ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>cardoe@gentoo.org</who>
            <bug_when>2007-02-08 00:09:16 0000</bug_when>
            <thetext>confirmed.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-02-08 04:49:12 0000</bug_when>
            <thetext>(In reply to comment #2)
&gt; confirmed.

Confirmed what? :) 

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>cardoe@gentoo.org</who>
            <bug_when>2007-02-13 03:16:25 0000</bug_when>
            <thetext>Fixed in -r5. Thanks.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-02-20 09:42:24 0000</bug_when>
            <thetext>*** Bug 167725 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
      
    </bug>

</bugzilla>