Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 685588
Collapse All | Expand All

(-)2/iwd-0.17-r1.ebuild (+4 lines)
Lines 107-112 Link Here
107
107
108
	newinitd "${FILESDIR}/iwd.initd" iwd
108
	newinitd "${FILESDIR}/iwd.initd" iwd
109
109
110
	if use wired;then
111
		newinitd "${FILESDIR}/ead.initd" ead
112
	fi
113
110
	if [[ ${PV} == "9999" ]] ; then
114
	if [[ ${PV} == "9999" ]] ; then
111
		exeinto /usr/share/iwd/scripts/
115
		exeinto /usr/share/iwd/scripts/
112
		doexe test/*
116
		doexe test/*
(-)2/files/ead.initd (+12 lines)
Line 0 Link Here
1
#!/sbin/openrc-run
2
# Copyright 1999-2018 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
4
5
pidfile="/run/ead.pid"
6
command="/usr/libexec/ead"
7
command_background="yes"
8
9
depend() {
10
	need dbus
11
	keyword -shutdown
12
}

Return to bug 685588