+ * udptunnel-reconf inittab entries default to having </dev/null.
userv-utils (0.2.2) unstable; urgency=low
* udptunnel-reconf default script pauses for 10s between restarts.
userv-utils (0.2.2) unstable; urgency=low
* udptunnel-reconf default script pauses for 10s between restarts.
+ * udptunnel-reconf inittab entries default to having </dev/null.
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.3 2001/02/20 02:21:55 ian Exp $
+m4_dnl $Id: udptunnel-vpn-defaults,v 1.4 2001/03/10 17:32:29 ian Exp $
SET( lcommand, [udptunnel])
SET( crypto,
SET( lcommand, [udptunnel])
SET( crypto,
SET( inittab_runlevels, 2345)
SET( inittab_pfx, [])
SET( inittab_sfx,
SET( inittab_runlevels, 2345)
SET( inittab_pfx, [])
SET( inittab_sfx,
- [2>&1 | logger -p V_syslog_facility.V_syslog_priority -t tunnel-V_site])
+ [</dev/null 2>&1 | logger -p V_syslog_facility.V_syslog_priority -t tunnel-V_site])
SET( inittab_command,[V_inittab_pfx V_invoke_file V_inittab_sfx])
SET( inittab_line, [V_inittab_runlevels:respawn:V_inittab_command])
SET( inittab_command,[V_inittab_pfx V_invoke_file V_inittab_sfx])
SET( inittab_line, [V_inittab_runlevels:respawn:V_inittab_command])