diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-01-11 12:31:13 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-01-11 12:31:13 +0100 |
commit | 8a2bcdc11331b4c4a6f7e92962662be50502b241 (patch) | |
tree | 286c765f1b001740b28682dde10705f970e4a045 | |
parent | b5593ec19bf693c55e35f88bbce7b45a1381d986 (diff) | |
download | helper-scripts-8a2bcdc11331b4c4a6f7e92962662be50502b241.tar.gz helper-scripts-8a2bcdc11331b4c4a6f7e92962662be50502b241.tar.xz helper-scripts-8a2bcdc11331b4c4a6f7e92962662be50502b241.zip |
hibernate-ram durch pm-suspend ersetzt
hibernate-ram ist deprecated, immer pm-suspend und pm-hibernate nutzen
-rwxr-xr-x | bin/Xshutdown.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |