#!/bin/sh PATH=/bin:/usr/bin:/sbin:/usr/sbin . /usr/lib/libmodcgi.sh auto_chk=''; man_chk='' catchall_chk=''; confserver_chk=''; if [ "$TINYPROXY_ENABLED" = "yes" ]; then auto_chk=' checked'; else man_chk=' checked'; fi if [ "$TINYPROXY_CATCHALL" = "yes" ]; then catchall_chk=' checked'; fi if [ "$TINYPROXY_CONFSERVER" = "yes" ]; then confserver_chk=' checked'; fi sec_begin 'Starttyp' cat << EOF

Starttyp

EOF sec_end sec_begin 'Proxy-Konfiguration' cat << EOF

Port des Proxyservers:

EOF sec_end sec_begin 'Konfigurationsserver Einstellungen' cat << EOF

Port des Konfigurationsservers:

EOF sec_end