aboutsummaryrefslogtreecommitdiffstats
path: root/testing/connman/connman.initd
diff options
context:
space:
mode:
authorClayton Craft <clayton@craftyguy.net>2017-09-24 09:16:55 -0700
committerTimo Teräs <timo.teras@iki.fi>2017-09-25 06:03:07 +0000
commit4eaf6ddd7fccce14fac2cdae9011cbefb5681df5 (patch)
treecb14f7d93081f553a498ffe5cdbdb255805ea122 /testing/connman/connman.initd
parentcd993ffdeb097c658c4a09da9bb06993cc2b8a5b (diff)
downloadaports-4eaf6ddd7fccce14fac2cdae9011cbefb5681df5.tar.bz2
aports-4eaf6ddd7fccce14fac2cdae9011cbefb5681df5.tar.xz
testing/connman: move connman to community
Per discussion with kaniini, move connman to community and assume maintainership
Diffstat (limited to 'testing/connman/connman.initd')
-rw-r--r--testing/connman/connman.initd20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/connman/connman.initd b/testing/connman/connman.initd
deleted file mode 100644
index 1728694274..0000000000
--- a/testing/connman/connman.initd
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-
-description="Connection Manager"
-cfgfile=/etc/connman/main.conf
-pidfile=/run/connman/connman.pid
-command=/usr/sbin/connmand
-command_args="$command_args -n -c $cfgfile"
-command_background="yes"
-
-depend() {
- need dbus
- provide net
-}
-
-start_pre() {
- ebegin
- checkpath --directory ${pidfile%/*}
- ln -sf ${pidfile%/*}/resolv.conf /etc/
- eend $?
-}