chiark / gitweb /
@@ -1,6 +1,7 @@
authorian <ian>
Sat, 10 Mar 2001 17:32:29 +0000 (17:32 +0000)
committerian <ian>
Sat, 10 Mar 2001 17:32:29 +0000 (17:32 +0000)
+  * udptunnel-reconf inittab entries default to having </dev/null.

changelog
ipif/udptunnel-vpn-defaults

index 342861d7fb1b2c31450e67d9dd36037aab550750..4bba8f586c1fb2549a058977f4b547e511460273 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,6 +1,7 @@
 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.
 
  --
 
index 4b7477294696ca6268ded4a7287f928580c81c63..a0b9c0ca1b93a57cf690f9a8a0e668a6ab9efc34 100644 (file)
@@ -14,7 +14,7 @@ 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.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,
@@ -75,7 +75,7 @@ SET(  syslog_priority,        info)
 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])