diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:26:55 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | f9c5ffc8cef6a11ac8b6b5d9866c8f4278692304 (patch) | |
tree | c16055e7030d9b10f2e5340a6401d2fac59e667c /app-admin/webmin | |
parent | app-admin/verynice: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-f9c5ffc8cef6a11ac8b6b5d9866c8f4278692304.tar.gz gentoo-f9c5ffc8cef6a11ac8b6b5d9866c8f4278692304.tar.bz2 gentoo-f9c5ffc8cef6a11ac8b6b5d9866c8f4278692304.zip |
app-admin/webmin: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-admin/webmin')
-rw-r--r-- | app-admin/webmin/files/init.d.webmin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/webmin/files/init.d.webmin b/app-admin/webmin/files/init.d.webmin index cde2fd4c86d1..a1a431d7fad9 100644 --- a/app-admin/webmin/files/init.d.webmin +++ b/app-admin/webmin/files/init.d.webmin @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |