diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:53 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 58bd36a2e8ae4364830fc604c747cb753efa27d2 (patch) | |
tree | f40049faca39ee655f079a75dcf075ec36c63384 /sys-power | |
parent | sys-power/nvclock: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-58bd36a2e8ae4364830fc604c747cb753efa27d2.tar.gz gentoo-58bd36a2e8ae4364830fc604c747cb753efa27d2.tar.bz2 gentoo-58bd36a2e8ae4364830fc604c747cb753efa27d2.zip |
sys-power/powernowd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/powernowd/files/powernowd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/powernowd/files/powernowd.initd b/sys-power/powernowd/files/powernowd.initd index 8792a8c5bda9..f02ff66b0129 100644 --- a/sys-power/powernowd/files/powernowd.initd +++ b/sys-power/powernowd/files/powernowd.initd @@ -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$ |