diff options
author | 2016-05-18 01:33:44 -0500 | |
---|---|---|
committer | 2016-05-18 01:38:34 -0500 | |
commit | 76120535eed31ee407414329e530e759bac44aed (patch) | |
tree | 275bf7e612b3b5a0389a6335ad8b6c409bfd9201 /sys-apps | |
parent | sys-apps/razercfg: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-76120535eed31ee407414329e530e759bac44aed.tar.gz gentoo-76120535eed31ee407414329e530e759bac44aed.tar.bz2 gentoo-76120535eed31ee407414329e530e759bac44aed.zip |
sys-apps/readahead-list: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/readahead-list/files/conf.d-readahead-list | 2 | ||||
-rw-r--r-- | sys-apps/readahead-list/files/init.d-readahead-list | 2 | ||||
-rw-r--r-- | sys-apps/readahead-list/files/init.d-readahead-list-early | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/readahead-list/files/conf.d-readahead-list b/sys-apps/readahead-list/files/conf.d-readahead-list index 2a79bec158a8..b8725124488c 100644 --- a/sys-apps/readahead-list/files/conf.d-readahead-list +++ b/sys-apps/readahead-list/files/conf.d-readahead-list @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2005 Robin H. Johnson <robbat2@orbis-terrarum.net> # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-apps/readahead-list/files/init.d-readahead-list b/sys-apps/readahead-list/files/init.d-readahead-list index c2a90aceff0b..02c3a80f0cb4 100644 --- a/sys-apps/readahead-list/files/init.d-readahead-list +++ b/sys-apps/readahead-list/files/init.d-readahead-list @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2005 Robin H. Johnson <robbat2@orbis-terrarum.net> # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-apps/readahead-list/files/init.d-readahead-list-early b/sys-apps/readahead-list/files/init.d-readahead-list-early index d6a936febb6c..40fcb7ad4511 100644 --- a/sys-apps/readahead-list/files/init.d-readahead-list-early +++ b/sys-apps/readahead-list/files/init.d-readahead-list-early @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2005 Robin H. Johnson <robbat2@orbis-terrarum.net> # Distributed under the terms of the GNU General Public License v2 # $Id$ |