Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: init.d/
Date: Thu, 26 May 2016 15:56:15
Message-Id: 1464278157.98e65b8774bfc30e30785e4cb24c9b5daba423a0.williamh@gentoo
1 commit: 98e65b8774bfc30e30785e4cb24c9b5daba423a0
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Thu May 26 15:55:57 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 15:55:57 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/commit/?id=98e65b87
7
8 fix shebang line in udev service script
9
10 init.d/udev | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/init.d/udev b/init.d/udev
14 index 458a737..6ff21b2 100644
15 --- a/init.d/udev
16 +++ b/init.d/udev
17 @@ -1,4 +1,4 @@
18 -#!/sbin/runscript
19 +#!/sbin/openrc-run
20 # Copyright 1999-2013 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2