Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 477800 | Differences between
and this patch

Collapse All | Expand All

(-)../../../../../portage/net-dialup/xl2tpd/xl2tpd-1.3.1-r2.ebuild (-1 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit eutils toolchain-funcs vcs-snapshot
7
inherit eutils toolchain-funcs vcs-snapshot systemd
8
8
9
DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon"
9
DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon"
10
HOMEPAGE="http://www.xelerance.com/services/software/xl2tpd/"
10
HOMEPAGE="http://www.xelerance.com/services/software/xl2tpd/"
Lines 50-53 Link Here
50
	cp doc/l2tpd.conf.sample "${ED}/etc/xl2tpd/xl2tpd.conf" || die
50
	cp doc/l2tpd.conf.sample "${ED}/etc/xl2tpd/xl2tpd.conf" || die
51
	fperms 0600 /etc/xl2tpd/l2tp-secrets
51
	fperms 0600 /etc/xl2tpd/l2tp-secrets
52
	newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd
52
	newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd
53
	systemd_dounit "${FILESDIR}"/xl2tpd.service
53
}
54
}

Return to bug 477800