Package: hibernate
Version: 1.12-1
Severity: important
Tags: patch upstream confirmed
See http://bugzilla.suspend2.net/show_bug.cgi?id=144
The patch on that bug report (attached to your convenience) is required for
OnSuspend and OnResume to work properly.
Please apply.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.18-debian13+bluesmoke+lm85
Locale: LANG=pt_BR.ISO-8859-1, LC_CTYPE=pt_BR.ISO-8859-1 (charmap=ISO-8859-1)
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
--- misclaunch.orig 2006-05-30 20:23:36.000000000 -0300
+++ misclaunch 2006-05-30 20:23:54.000000000 -0300
@@ -19,7 +19,7 @@
Executing [EMAIL PROTECTED]
EOT2
$@
- [ $? -ne 0 ] && return 1
+ [ \$? -ne 0 ] && return 1
return 0
}
EOT
@@ -39,7 +39,7 @@
Executing [EMAIL PROTECTED]
EOT2
$@
- [ $? -ne 0 ] && return 1
+ [ \$? -ne 0 ] && return 1
return 0
}
EOT