commit: 4972ae1be7501d9acc84269262ea5d642127eb5b Author: Austin English <wizardedit <AT> gentoo <DOT> org> AuthorDate: Tue Apr 26 22:49:38 2016 +0000 Commit: Austin English <wizardedit <AT> gentoo <DOT> org> CommitDate: Wed Apr 27 18:29:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4972ae1b
www-servers/webfs: use #!/sbin/openrc-run instead of #!/sbin/runscript Gentoo-Bug: https://bugs.gentoo.org/573846 Package-Manager: portage-2.2.26 www-servers/webfs/files/webfs.initd-r1 | 4 ++-- www-servers/webfs/{webfs-1.21-r4.ebuild => webfs-1.21-r5.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 1327756..bcf7b49 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 similarity index 97% rename from www-servers/webfs/webfs-1.21-r4.ebuild rename to www-servers/webfs/webfs-1.21-r5.ebuild index 219938b..2f65449 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$
