From: Austin English Date: Wed, 18 May 2016 06:33:44 +0000 (-0500) Subject: sys-apps/readahead-list: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=76120535eed31ee407414329e530e759bac44aed;p=gentoo.git sys-apps/readahead-list: use #!/sbin/openrc-run instead of #!/sbin/runscript --- 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 # 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 # 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 # Distributed under the terms of the GNU General Public License v2 # $Id$