From 76120535eed31ee407414329e530e759bac44aed Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:33:44 -0500 Subject: [PATCH] sys-apps/readahead-list: use #!/sbin/openrc-run instead of #!/sbin/runscript --- sys-apps/readahead-list/files/conf.d-readahead-list | 2 +- sys-apps/readahead-list/files/init.d-readahead-list | 2 +- 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 # 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$ -- 2.26.2