diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:31 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | d86b412ffb58cfdb4c5f7fc35bf6af1169a19afc (patch) | |
tree | 63fd5098effa9d7ee0f02bd29c3cfe0d9159922d /sys-apps/hdparm | |
parent | sys-apps/haveged: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-d86b412ffb58cfdb4c5f7fc35bf6af1169a19afc.tar.gz gentoo-d86b412ffb58cfdb4c5f7fc35bf6af1169a19afc.tar.bz2 gentoo-d86b412ffb58cfdb4c5f7fc35bf6af1169a19afc.zip |
sys-apps/hdparm: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps/hdparm')
-rw-r--r-- | sys-apps/hdparm/files/hdparm-init-8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/hdparm/files/hdparm-init-8 b/sys-apps/hdparm/files/hdparm-init-8 index 9bf23850a80d..e12660040190 100644 --- a/sys-apps/hdparm/files/hdparm-init-8 +++ b/sys-apps/hdparm/files/hdparm-init-8 @@ -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$ |