Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prelude-lml/files/
Date: Wed, 24 Aug 2016 10:38:23
Message-Id: 1472035079.7ecfdfd3f91a4f41d21bbea2b40d030c52d91138.pacho@gentoo
1 commit: 7ecfdfd3f91a4f41d21bbea2b40d030c52d91138
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 10:36:05 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 10:37:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecfdfd3
7
8 net-analyzer/prelude-lml: use #!/sbin/openrc-run instead of #!/sbin/runscript
9
10 Package-Manager: portage-2.3.0
11
12 net-analyzer/prelude-lml/files/prelude-lml.initd | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/prelude-lml/files/prelude-lml.initd b/net-analyzer/prelude-lml/files/prelude-lml.initd
16 index 411e027..c4c352a 100755
17 --- a/net-analyzer/prelude-lml/files/prelude-lml.initd
18 +++ b/net-analyzer/prelude-lml/files/prelude-lml.initd
19 @@ -1,4 +1,4 @@
20 -#!/sbin/runscript
21 +#!/sbin/openrc-run
22 # Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$