diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:51 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | ed137345ec735669fe7b933857dcc303ee110494 (patch) | |
tree | d182aecd987470494e4b87cf150c82064df2aaeb /sys-power/hibernate-script | |
parent | sys-power/cpupower: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-ed137345ec735669fe7b933857dcc303ee110494.tar.gz gentoo-ed137345ec735669fe7b933857dcc303ee110494.tar.bz2 gentoo-ed137345ec735669fe7b933857dcc303ee110494.zip |
sys-power/hibernate-script: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-power/hibernate-script')
-rw-r--r-- | sys-power/hibernate-script/files/hibernate-script-2.0-init.d.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/hibernate-script/files/hibernate-script-2.0-init.d.patch b/sys-power/hibernate-script/files/hibernate-script-2.0-init.d.patch index bd82587336c1..9d0157d3f6fb 100644 --- a/sys-power/hibernate-script/files/hibernate-script-2.0-init.d.patch +++ b/sys-power/hibernate-script/files/hibernate-script-2.0-init.d.patch @@ -3,7 +3,7 @@ diff -Nru hibernate-script-2.0.vanilla/init.d/hibernate-cleanup.sh hibernate-scr +++ hibernate-script-2.0/init.d/hibernate-cleanup.sh 2009-05-01 23:03:55.000000000 +0100 @@ -1,4 +1,4 @@ -#!/bin/sh -+#!/sbin/runscript ++#!/sbin/openrc-run # This script invalidates any stale swsusp and TuxOnIce images. It # searches all swap partitions on your machine, as well as TuxOnIce's |