view debian/static/etc/network/if-down.d/quicktun @ 19:3400045a57b8 V2.1.6

Version 2.1.6, changed sourcecode archive generation, use NaCl version 20110221, do not duplicate NaCl sourcecode, support iproute2 for persistent tunnel creation on Debian, support running as root on Debian, removed autogenerated header files
author Ivo Smits <Ivo@UCIS.nl>
date Sun, 27 Feb 2011 22:42:27 +0100
parents 65c01f57bdce
children
line wrap: on
line source

#!/bin/sh
test -n "${IF_QT_REMOTE_ADDRESS}" || exit 0
if [ -z "${IF_QT_NO_PRECREATE}" ]; then
        RUNUSER="quicktun"
else
        RUNUSER="root"
fi
daemon -n "quicktun.${IFACE}" -u "${RUNUSER}" --stop