aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ofono/ofono.initd
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-11-07 12:12:02 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-12 05:42:36 -0300
commitf69e5c19191bd098bded41798f6c2834930be85e (patch)
tree07a1690ba0c58436d73ddfa452322aaf4665123c /testing/ofono/ofono.initd
parent321c84716168d43fb2fa046c3d691737a335bbb6 (diff)
downloadaports-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.initd20
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 $?
-}