diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:38 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 0b92ff56025c885b8547fbcf64d42b021bbf6c5b (patch) | |
tree | d57ee942b14f73d6ede23bd7f464e699dbfea1e2 /net-misc/connman | |
parent | net-misc/chrony: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0b92ff56025c885b8547fbcf64d42b021bbf6c5b.tar.gz gentoo-0b92ff56025c885b8547fbcf64d42b021bbf6c5b.tar.bz2 gentoo-0b92ff56025c885b8547fbcf64d42b021bbf6c5b.zip |
net-misc/connman: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/connman')
-rw-r--r-- | net-misc/connman/files/connman.initd2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/connman/files/connman.initd2 b/net-misc/connman/files/connman.initd2 index d65d25998dfa..7b14d074c226 100644 --- a/net-misc/connman/files/connman.initd2 +++ b/net-misc/connman/files/connman.initd2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Purpose License v2 # $Id$ |