Gentoo Archives: gentoo-commits

From: Doug Goldstein <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/xinetd/files/
Date: Sun, 21 Feb 2016 21:28:02
Message-Id: 1456090066.a2d6f1b0d8ef92c3bd7f6d59661c9ca1c4844c09.cardoe@gentoo
1 commit: a2d6f1b0d8ef92c3bd7f6d59661c9ca1c4844c09
2 Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 21 21:27:13 2016 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 21:27:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d6f1b0
7
8 sys-apps/xinetd: adjust init script license
9
10 Per bug 426154 a Gentoo created file had an incorrect license and this
11 adjusts it to BSD.
12
13 Gentoo-Bug: 426154
14
15 Package-Manager: portage-2.2.26
16 Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
17
18 sys-apps/xinetd/files/xinetd.rc6 | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/sys-apps/xinetd/files/xinetd.rc6 b/sys-apps/xinetd/files/xinetd.rc6
22 index 57cee36..7a4a395 100644
23 --- a/sys-apps/xinetd/files/xinetd.rc6
24 +++ b/sys-apps/xinetd/files/xinetd.rc6
25 @@ -1,6 +1,6 @@
26 #!/sbin/runscript
27 # Copyright 1999-2011 Gentoo Foundation
28 -# Distributed under the terms of the GNU General Public License v2
29 +# Distributed under the terms of the BSD License
30 # $Id$
31
32 extra_started_commands="reload dump check"