diff options
Diffstat (limited to 'net-dialup/xl2tpd/files/xl2tpd-init-r1')
-rw-r--r-- | net-dialup/xl2tpd/files/xl2tpd-init-r1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-dialup/xl2tpd/files/xl2tpd-init-r1 b/net-dialup/xl2tpd/files/xl2tpd-init-r1 new file mode 100644 index 000000000000..4e381e795916 --- /dev/null +++ b/net-dialup/xl2tpd/files/xl2tpd-init-r1 @@ -0,0 +1,12 @@ +#!/sbin/runscript +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +command="/usr/sbin/xl2tpd" +pidfile="/var/run/xl2tpd.pid" +required_files="/etc/xl2tpd/xl2tpd.conf" + +start_pre() { + checkpath -d /var/run/xl2tpd +} |