diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:24 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 37fd2f94cf3cf85390143ea022d1e8fa85f0f119 (patch) | |
tree | 88b900a7d1326b28586cfb06f28b4a3bfbe0fe0d /app-laptop/laptop-mode-tools | |
parent | app-laptop/i8kutils: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-37fd2f94cf3cf85390143ea022d1e8fa85f0f119.tar.gz gentoo-37fd2f94cf3cf85390143ea022d1e8fa85f0f119.tar.bz2 gentoo-37fd2f94cf3cf85390143ea022d1e8fa85f0f119.zip |
app-laptop/laptop-mode-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-laptop/laptop-mode-tools')
-rw-r--r-- | app-laptop/laptop-mode-tools/files/laptop_mode.init-1.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-laptop/laptop-mode-tools/files/laptop_mode.init-1.4 b/app-laptop/laptop-mode-tools/files/laptop_mode.init-1.4 index ba97adfe0a0a..87360d5c8ddb 100644 --- a/app-laptop/laptop-mode-tools/files/laptop_mode.init-1.4 +++ b/app-laptop/laptop-mode-tools/files/laptop_mode.init-1.4 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |