diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2019-11-07 12:12:02 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-12 05:42:36 -0300 |
| commit | f69e5c19191bd098bded41798f6c2834930be85e (patch) | |
| tree | 07a1690ba0c58436d73ddfa452322aaf4665123c /testing/ofono/ofono.initd | |
| parent | 321c84716168d43fb2fa046c3d691737a335bbb6 (diff) | |
| download | aports-f69e5c19191bd098bded41798f6c2834930be85e.tar.bz2 aports-f69e5c19191bd098bded41798f6c2834930be85e.tar.xz | |
community/ofono: move from testing
Diffstat (limited to 'testing/ofono/ofono.initd')
| -rw-r--r-- | testing/ofono/ofono.initd | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/ofono/ofono.initd b/testing/ofono/ofono.initd deleted file mode 100644 index ad555f63f5..0000000000 --- a/testing/ofono/ofono.initd +++ /dev/null @@ -1,20 +0,0 @@ -#!/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 $ - -depend() { - need dbus -} - -start() { - ebegin "Starting oFono" - start-stop-daemon --start --quiet --exec /usr/sbin/ofonod - eend $? -} - -stop() { - ebegin "Stopping oFono" - start-stop-daemon --stop --quiet --exec /usr/sbin/ofonod - eend $? -} |
