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 *** --- rc.d/init.d/network | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rc.d') 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 --" \ -- cgit v1.2.1