From 8a2bcdc11331b4c4a6f7e92962662be50502b241 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 11 Jan 2009 12:31:13 +0100 Subject: hibernate-ram durch pm-suspend ersetzt hibernate-ram ist deprecated, immer pm-suspend und pm-hibernate nutzen --- bin/Xshutdown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Xshutdown.sh b/bin/Xshutdown.sh index eeae1ba..f97350d 100755 --- a/bin/Xshutdown.sh +++ b/bin/Xshutdown.sh @@ -16,7 +16,7 @@ case "$1" in ;; standby) Xdialog -title Standby --center --beep --yesno "Do you want to suspend to ram?" 0 0 \ - && (sync ; exec hibernate-ram ) + && (sync ; exec pm-suspend ) ;; ask) CHOICE=$(Xdialog --stdout --title 'Choose!' --menubox 'Choose your destiny!' 10 50 3 \ -- cgit v1.2.3