diff options
author | Austin English <wizardedit@gentoo.org> | 2016-04-26 17:49:38 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-04-27 13:29:57 -0500 |
commit | 4972ae1be7501d9acc84269262ea5d642127eb5b (patch) | |
tree | 0c17c57b09c75af0f78db254b17ddc55975f2bb8 | |
parent | sys-boot/grub: populate MULTIBUILD_VARIANTS in a more PMS-defined way (diff) | |
download | gentoo-4972ae1be7501d9acc84269262ea5d642127eb5b.tar.gz gentoo-4972ae1be7501d9acc84269262ea5d642127eb5b.tar.bz2 gentoo-4972ae1be7501d9acc84269262ea5d642127eb5b.zip |
www-servers/webfs: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/573846
Package-Manager: portage-2.2.26
-rw-r--r-- | www-servers/webfs/files/webfs.initd-r1 | 4 | ||||
-rw-r--r-- | www-servers/webfs/webfs-1.21-r5.ebuild (renamed from www-servers/webfs/webfs-1.21-r4.ebuild) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/webfs/files/webfs.initd-r1 b/www-servers/webfs/files/webfs.initd-r1 index 1327756145aa..bcf7b492d77f 100644 --- a/www-servers/webfs/files/webfs.initd-r1 +++ b/www-servers/webfs/files/webfs.initd-r1 @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2013 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/www-servers/webfs/webfs-1.21-r4.ebuild b/www-servers/webfs/webfs-1.21-r5.ebuild index 219938b780d0..2f65449135c6 100644 --- a/www-servers/webfs/webfs-1.21-r4.ebuild +++ b/www-servers/webfs/webfs-1.21-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |