#!/bin/sh . /usr/lib/libmodcgi.sh [ -r /etc/options.cfg ] && . /etc/options.cfg check "$PPTPD_ENABLED" yes:auto "*":man check "$PPTPD_ROUTING" yes:routing_yes "*":routing_no sec_begin '$(lang de:"Starttyp" en:"Start type")' cat << EOF
EOF sec_end if [ "$FREETZ_REPLACE_KERNEL" != "y" ]; then sec_begin '$(lang de:"Warnung" en:"Attention")' cat << EOF $(lang de:"Ohne 'replace kernel' kann mppe und mppc nicht genutzt werden." en:"Without 'replace kernel' you can not use mppe and mppc.") EOF sec_end fi sec_begin '$(lang de:"Weitere Konfigurationsdateien" en:"Other configuration files")' cat << EOF EOF sec_end sec_begin '$(lang de:"IP-Routing" en:"IP routing")' cat << EOF $(lang de:"Hier wird das Routing zu Client-Netzen konfiguriert." en:"Here you can configure the routing to client subnets.")