@@ -2,7 +2,8 @@
[userv-utils] / ipif / udptunnel-vpn-defaults
index b0104c6..efb6f45 100644 (file)
@@ -1,3 +1,21 @@
+m4_dnl udptunnel-vpn-defaults: default settings for udptunnel-reconf
+
+m4_dnl This is free software; you can redistribute it and/or modify it
+m4_dnl under the terms of the GNU General Public License as published by
+m4_dnl the Free Software Foundation; either version 2 of the License, or
+m4_dnl (at your option) any later version.
+m4_dnl
+m4_dnl This program is distributed in the hope that it will be useful, but
+m4_dnl WITHOUT ANY WARRANTY; without even the implied warranty of
+m4_dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+m4_dnl General Public License for more details.
+m4_dnl
+m4_dnl You should have received a copy of the GNU General Public License
+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.1.2.4 2000/12/11 01:53:01 ian Exp $
+
 SET(   lcommand,       [udptunnel])
 SET( crypto,
        [-e nonce -e timestamp/10/30 -e pkcs5/8 \
@@ -25,9 +43,11 @@ SET( rcommand,       [V_rcommandprefix udptunnel])
 SET( sshprotoka,       [-o 'ProtocolKeepAlives 300'])
 SET( sshstdopts, [-o 'ForwardAgent no' -o 'ForwardX11 no' -o 'BatchMode yes'])
 SET( sshverbose,       [-v])
+SET( sshopts,          [])
 SET( ssh,
        [ssh    V_sshstdopts \
-               V_sshprotoka V_sshverbose])
+               V_sshprotoka V_sshverbose \
+               V_ssopts])
 
 SET(   sshdest,        [V_rpublic])
 
@@ -36,15 +56,15 @@ SET(        tunnels,        [tunnels])
 
 m4_dnl varlibvpn       -- global can override
 
-SET(   ipifnetsfile,   [V_varlib/ipif-networks])
-SET(   activesfile,    [V_varlib/active-sites])
+SET(   ipifnetsfile,   [V_varlibvpn/ipif-networks])
+SET(   activesfile,    [V_varlibvpn/active-sites])
 SET(   activesxinfo,   [])
-SET(   passivesfile,   [passive-sites])
+SET(   passivesfile,   [V_varlibvpn/passive-sites])
 SET(   passivesxinfo,  [])
 
 SET(   postconfigure,  [])
 
-SET(   invoke_file,    [V_varlib/V_site.command])
+SET(   invoke_file,    [V_varlibvpn/command.V_site])
 SET(   invoke_head,    [#!/bin/sh])
 SET(   invoke_hook,    [])
 
@@ -52,7 +72,6 @@ SET(  syslog_facility,        local2)
 SET(   syslog_priority,        info)
 
 SET(   inittab_runlevels,      2345)
-SET(   inittab_fragfile,       [inittab-fragment])
 SET(   inittab_pfx,            [])
 SET(   inittab_sfx,
  [2>&1 | logger -p V_syslog_facility.V_syslog_priority -t tunnel-V_site])