From efeda983b70a1eb70164bbcfbb42b30c43db2bfd Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 21 Sep 1999 20:51:39 +0000 Subject: *** empty log message *** --- ChangeLog | 21 +++++++++++++++++++++ initscripts.spec | 5 ++++- rc.d/init.d/network | 3 +-- sysconfig.txt | 4 ++++ 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index bd220e3e..5a66b1b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +1999-09-21 Bill Nottingham + + * rc.d/init.d/network: + add a "DEFRAG_IPV4" setting + +1999-09-21 Michael K. Johnson + + * initscripts.spec: new version 4.45 + + * sysconfig/network-scripts/ifup-ppp: + changed defaults + 1999-09-20 Bill Nottingham * Makefile, sys-unconfig.8: @@ -8,8 +20,14 @@ * rc.d/rc.sysinit: look in /proc/cpuinfo for arc console + * rc.d/rc, initscripts.spec, ChangeLog, rc.d/init.d/functions: + *** empty log message *** + * src/process.c: don't dup stdin. + * rc.d/init.d/functions: + pass /dev/null as stdin to daemons. + * rc.d/rc: Don't run rc.local through initlog. @@ -20,6 +38,9 @@ * rc.d/init.d/halt: typo + * ChangeLog, initscripts.spec: + *** empty log message *** + * rc.d/init.d/halt: do process splatting for final umount too. diff --git a/initscripts.spec b/initscripts.spec index f24d357b..4ae4422e 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/rc.d scripts. Name: initscripts -%define version 4.45 +%define version 4.46 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -195,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Sep 21 1999 Bill Nottingham +- add a DEFRAG_IPV4 option + * Mon Sep 20 1999 Michael K. Johnson - changed to more modern defaults for PPP connections diff --git a/rc.d/init.d/network b/rc.d/init.d/network index e43fb433..a7e57385 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -74,8 +74,7 @@ ipv4_forward_set () ipv4_defrag_set () { # Sets whether or not to always defrag packets. - # Good for masquerading, or virtual server stuff. - # Not necessarily so good otherwise. + # Good for masquerading. Not so good otherwise. if [ -d /proc/sys/net/ipv4 ]; then if [ ! -f /proc/sys/net/ipv4/ip_always_defrag ]; then echo "/proc/sys/net/ipv4/ip_always_defrag is missing --" \ diff --git a/sysconfig.txt b/sysconfig.txt index 377725b6..09089463 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -96,6 +96,10 @@ Files in /etc/sysconfig FORWARD_IPV4 is not set at all, forwarding is *enabled* for compatibility with the configuration files used on Red Hat Linux versions 4.2 and earlier.) + DEFRAG_IPV4=yes|no + Set this if you want to automatically defragment IPv4 + packets. This is a good idea for masquerading, and + a bad idea otherwise. It defaults to 'no'. GATEWAY= GATEWAYDEV= (e.g. eth0) NISDOMAIN= -- cgit v1.2.1