diff options
author | Austin English <wizardedit@gentoo.org> | 2016-04-25 19:17:37 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-04-25 19:17:37 -0500 |
commit | 2bbb3fe2d0784b87beaa66578553f5c483916c83 (patch) | |
tree | 4c9b3b564d09991215f2e082999088a920d5a73a /app-emulation/virtualbox-bin/files | |
parent | app-backup/boxbackup: remove boxbackup-0.11.1 (diff) | |
download | gentoo-2bbb3fe2d0784b87beaa66578553f5c483916c83.tar.gz gentoo-2bbb3fe2d0784b87beaa66578553f5c483916c83.tar.bz2 gentoo-2bbb3fe2d0784b87beaa66578553f5c483916c83.zip |
app-emulation/virtualbox-bin: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573846
Diffstat (limited to 'app-emulation/virtualbox-bin/files')
-rw-r--r-- | app-emulation/virtualbox-bin/files/vboxwebsrv-initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/virtualbox-bin/files/vboxwebsrv-initd b/app-emulation/virtualbox-bin/files/vboxwebsrv-initd index 99db87dc4bbf..28d1ec07438b 100644 --- a/app-emulation/virtualbox-bin/files/vboxwebsrv-initd +++ b/app-emulation/virtualbox-bin/files/vboxwebsrv-initd @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |