Index: l2tpd-init =================================================================== --- l2tpd-init (révision 646) +++ l2tpd-init (copie de travail) @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -9,7 +9,7 @@ start() { ebegin "Starting l2tpd" - start-stop-daemon --start --quiet --exec /usr/sbin/l2tpd + start-stop-daemon --start --quiet --exec /usr/sbin/l2tpd -- -c /etc/xl2tpd/l2tpd.conf eend $? }