Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/bozohttpd/, www-servers/bozohttpd/files/
Date: Wed, 27 Apr 2016 18:30:10
Message-Id: 1461781797.e8a0f64de580662e8caa944908634e786c89a1c0.wizardedit@gentoo
1 commit: e8a0f64de580662e8caa944908634e786c89a1c0
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 16:50:24 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 18:29:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a0f64d
7
8 www-servers/bozohttpd: use #!/sbin/openrc-run instead of #!/sbin/runscript
9
10 Gentoo-Bug: https://bugs.gentoo.org/573846
11
12 Package-Manager: portage-2.2.26
13
14 .../{bozohttpd-20140708-r1.ebuild => bozohttpd-20140708-r2.ebuild} | 2 +-
15 www-servers/bozohttpd/files/bozohttpd.initscript | 4 ++--
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild b/www-servers/bozohttpd/bozohttpd-20140708-r2.ebuild
19 similarity index 94%
20 rename from www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild
21 rename to www-servers/bozohttpd/bozohttpd-20140708-r2.ebuild
22 index 1b68c21..ef88278 100644
23 --- a/www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild
24 +++ b/www-servers/bozohttpd/bozohttpd-20140708-r2.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2016 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31
32 diff --git a/www-servers/bozohttpd/files/bozohttpd.initscript b/www-servers/bozohttpd/files/bozohttpd.initscript
33 index 9374e69..d7a44e7 100644
34 --- a/www-servers/bozohttpd/files/bozohttpd.initscript
35 +++ b/www-servers/bozohttpd/files/bozohttpd.initscript
36 @@ -1,5 +1,5 @@
37 -#!/sbin/runscript
38 -# Copyright 1999-2004 Gentoo Foundation
39 +#!/sbin/openrc-run
40 +# Copyright 1999-2016 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License, v2 or later
42 # $Id$