http://bugzilla.novell.com/show_bug.cgi?id=592349 http://bugzilla.novell.com/show_bug.cgi?id=592349#c2 Cristian Rodríguez <crrodriguez@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Cristian Rodríguez <crrodriguez@novell.com> 2010-07-20 20:33:00 UTC --- right, fixed in submit request 43541, for opensuse-next-release. for old versions, do: place this code in /etc/pm/sleep.d/99at #!/bin/bash case "$1" in hibernate|suspend) stopservice atd ;; thaw|resume) restartservice atd ;; *) ;; esac exit 0 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.