summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2006-03-28 20:26:13 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2006-03-28 20:26:13 +0000
commitf844c36322c0cb3d9ca9c22141d7d5bda9247e72 (patch)
tree6e643879ea6dfdb08cc029f15987682b25a6dfe8 /sys-power/hibernate-script/files
parentAdded patches from upstream, thanks to Alon Bar-Lev. (diff)
downloadgentoo-2-f844c36322c0cb3d9ca9c22141d7d5bda9247e72.tar.gz
gentoo-2-f844c36322c0cb3d9ca9c22141d7d5bda9247e72.tar.bz2
gentoo-2-f844c36322c0cb3d9ca9c22141d7d5bda9247e72.zip
Added patch from upstream, thanks to Alon Bar-Lev.
(Portage version: 2.0.54)
Diffstat (limited to 'sys-power/hibernate-script/files')
-rw-r--r--sys-power/hibernate-script/files/digest-hibernate-script-1.12-r11
-rw-r--r--sys-power/hibernate-script/files/hibernate-script-1.12-misc.patch20
2 files changed, 21 insertions, 0 deletions
diff --git a/sys-power/hibernate-script/files/digest-hibernate-script-1.12-r1 b/sys-power/hibernate-script/files/digest-hibernate-script-1.12-r1
new file mode 100644
index 000000000000..4864c360ff78
--- /dev/null
+++ b/sys-power/hibernate-script/files/digest-hibernate-script-1.12-r1
@@ -0,0 +1 @@
+MD5 0fb7c524a30daacf200f27de2e398646 hibernate-script-1.12.tar.gz 64752
diff --git a/sys-power/hibernate-script/files/hibernate-script-1.12-misc.patch b/sys-power/hibernate-script/files/hibernate-script-1.12-misc.patch
new file mode 100644
index 000000000000..b44408e080b8
--- /dev/null
+++ b/sys-power/hibernate-script/files/hibernate-script-1.12-misc.patch
@@ -0,0 +1,20 @@
+--- hibernate-script-1.12/scriptlets.d/misclaunch 2005-11-26 02:39:05.000000000 +0200
++++ hibernate-script-1.12.new/scriptlets.d/misclaunch 2005-11-26 02:39:20.000000000 +0200
+@@ -19,7 +19,7 @@ MiscLaunchAuxFunc${MISC_LAUNCH_COUNT}()
+ Executing $@...
+ EOT2
+ $@
+- [ $? -ne 0 ] && return 1
++ [ \$? -ne 0 ] && return 1
+ return 0
+ }
+ EOT
+@@ -39,7 +39,7 @@ MiscLaunchAuxFunc${MISC_LAUNCH_COUNT}()
+ Executing $@...
+ EOT2
+ $@
+- [ $? -ne 0 ] && return 1
++ [ \$? -ne 0 ] && return 1
+ return 0
+ }
+ EOT