diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:26:47 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 91f4fa495d72825f1d20185c732e1dc8c63cfd19 (patch) | |
tree | a6694af89e3546d0a1d03d593e4464574e6c8b4b /app-admin/supervisor | |
parent | app-admin/sud: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-91f4fa495d72825f1d20185c732e1dc8c63cfd19.tar.gz gentoo-91f4fa495d72825f1d20185c732e1dc8c63cfd19.tar.bz2 gentoo-91f4fa495d72825f1d20185c732e1dc8c63cfd19.zip |
app-admin/supervisor: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-admin/supervisor')
-rw-r--r-- | app-admin/supervisor/files/init.d | 2 | ||||
-rw-r--r-- | app-admin/supervisor/files/init.d-r1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/supervisor/files/init.d b/app-admin/supervisor/files/init.d index 91188b7d36f8..c75902ce8ce4 100644 --- a/app-admin/supervisor/files/init.d +++ b/app-admin/supervisor/files/init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-admin/supervisor/files/init.d-r1 b/app-admin/supervisor/files/init.d-r1 index e1bff4f1c92d..105aa1abc4da 100644 --- a/app-admin/supervisor/files/init.d-r1 +++ b/app-admin/supervisor/files/init.d-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |