+userv-utils (0.2.2) unstable; urgency=low
+
+ * udptunnel-reconf default script pauses for 10s between restarts.
+
+ --
+
userv-utils (0.2.1) unstable; urgency=low
* New udptunnel-reconf program for generating invoke scripts, inittab
+userv-utils (0.2.2) unstable; urgency=low
+
+ * udptunnel-reconf default script pauses for 10s between restarts.
+
+ --
+
userv-utils (0.2.1) unstable; urgency=low
* New udptunnel-reconf program for generating invoke scripts, inittab
userv-utils (0.2.1) unstable; urgency=low
* New udptunnel-reconf program for generating invoke scripts, inittab
m4_dnl along with userv-utils; if not, write to the Free Software
m4_dnl Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
m4_dnl
m4_dnl along with userv-utils; if not, write to the Free Software
m4_dnl Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
m4_dnl
-m4_dnl $Id: udptunnel-vpn-defaults,v 1.2 2000/12/11 02:41:27 ian Exp $
+m4_dnl $Id: udptunnel-vpn-defaults,v 1.3 2001/02/20 02:21:55 ian Exp $
SET( lcommand, [udptunnel])
SET( crypto,
SET( lcommand, [udptunnel])
SET( crypto,
m4_dnl rend -- usually set in sites
SET( mtu, [1000])
SET( proto, [cslip])
m4_dnl rend -- usually set in sites
SET( mtu, [1000])
SET( proto, [cslip])
SET( to_poll, [30])
SET( to_quit, [130])
SET( to_report, [1800])
SET( to_poll, [30])
SET( to_quit, [130])
SET( to_report, [1800])
[set -e
V_invoke_hook
echo "STARTING TUNNEL `date`" >&2
[set -e
V_invoke_hook
echo "STARTING TUNNEL `date`" >&2
echo "TUNNEL CLOSED rc=$rc" >&2
echo "TUNNEL CLOSED rc=$rc" >&2
+sleep V_to_restart
+echo "TUNNEL MAYRESTART" >&2