diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-17 11:53:30 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-17 11:53:30 +0000 |
commit | 08166bb0b90a045d238c2e37bbb8038b592587ad (patch) | |
tree | b5b629730f2a3435ba1175defea80fb1f1f15a4b /testing/ofono | |
parent | c107ed195b688f1f4679f53cceb4ce030bfbb4c2 (diff) | |
download | aports-08166bb0b90a045d238c2e37bbb8038b592587ad.tar.bz2 aports-08166bb0b90a045d238c2e37bbb8038b592587ad.tar.xz |
testing/ofono: fixed initd with correct openrc-run
Diffstat (limited to 'testing/ofono')
-rw-r--r-- | testing/ofono/ofono.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ofono/ofono.initd b/testing/ofono/ofono.initd index 517b3a2b11..ad555f63f5 100644 --- a/testing/ofono/ofono.initd +++ b/testing/ofono/ofono.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Purpose License v2 # $Header: ./gentoo-x86-cvsroot/net-misc/ofono/files/ofono.initd,v 1.1 2009/08/24 13:20:40 dagger Exp $ |