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

(-)l2tpd-init (-2 / +2 lines)
Lines 1-5 Link Here
1
#!/sbin/runscript
1
#!/sbin/runscript
2
# Copyright 1999-2004 Gentoo Foundation
2
# Copyright 1999-2006 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
# $Header: $
4
# $Header: $
5
5
Lines 9-15 Link Here
9
9
10
start() {
10
start() {
11
	ebegin "Starting l2tpd"
11
	ebegin "Starting l2tpd"
12
	start-stop-daemon --start --quiet --exec /usr/sbin/l2tpd
12
	start-stop-daemon --start --quiet --exec /usr/sbin/l2tpd -- -c /etc/xl2tpd/l2tpd.conf
13
	eend $?
13
	eend $?
14
}
14
}
15
15

Return to bug 134029