http://bugzilla.novell.com/show_bug.cgi?id=545024 http://bugzilla.novell.com/show_bug.cgi?id=545024#c63 --- Comment #63 from Daniele Tombolini <kailed@kailed.net> 2010-06-28 20:21:36 UTC --- @Andrea, a simple bash script it's enough. Well, a bit quick & dirty and if you don't like, this is a full script (a template) for this kind of things: #!/bin/bash case $1 in hibernate) echo "Hey guy, we are going to suspend to disk!" ;; suspend) echo "Hey guy, we are going to suspend to RAM ;; thaw) echo "oh, suspend to disk is over, we are resuming..." ;; resume) echo "hey, the suspend to RAM seems to be over..." ;; *) echo "somebody is calling me totally wrong." ;; esac Not tested, I'm for the dirty way :) Ciao. -- 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.