summaryrefslogtreecommitdiffstats
path: root/etc/network.subr
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-03 11:22:17 +0000
committerjkh <jkh@FreeBSD.org>1997-05-03 11:22:17 +0000
commitaf4383e1b67df81e99a9fce13089d834220e8928 (patch)
tree306b768e5faa6abdc6ab38cba90ee8df594be76c /etc/network.subr
parentfe8101c0866e92737fd07af50822dd6c8f0ceed8 (diff)
downloadFreeBSD-src-af4383e1b67df81e99a9fce13089d834220e8928.zip
FreeBSD-src-af4383e1b67df81e99a9fce13089d834220e8928.tar.gz
Update the etc world from RELENG_2_2 which is now more up-to-date
(gotta get myself -current again, this is a drag). Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch
Diffstat (limited to 'etc/network.subr')
-rw-r--r--etc/network.subr10
1 files changed, 3 insertions, 7 deletions
diff --git a/etc/network.subr b/etc/network.subr
index 95f04f4..9714eb7 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.4 1997/05/01 20:04:42 jkh Exp $
+# $Id: rc.network,v 1.1.2.6 1997/05/01 23:42:19 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -99,8 +99,8 @@ network_pass1() {
network_pass2() {
echo -n 'Doing additional network setup:'
- if [ -n "$tcp_extentions" -a "x$tcp_extentions" != "xYES" ] ; then
- echo -n ' tcp extentions=NO'
+ if [ -n "$tcp_extensions" -a "x$tcp_extensions" != "xYES" ] ; then
+ echo -n ' tcp extensions=NO'
sysctl -w net.inet.tcp.rfc1323=0 >/dev/null 2>&1
sysctl -w net.inet.tcp.rfc1644=0 >/dev/null 2>&1
fi
@@ -109,10 +109,6 @@ network_pass2() {
fi
if [ "X${ntpdate_enable}" = X"YES" -o "X${xntpd_enable}" = X"YES" ]; then
- if [ "X${tickadj_enable}" = X"YES" ]; then
- echo -n ' tickadj'; tickadj ${tickadj_flags--Aq}
- fi
-
if [ "X${ntpdate_enable}" = X"YES" ]; then
echo -n ' ntpdate'; ntpdate ${ntpdate_flags} >/dev/null 2>&1
fi
OpenPOWER on IntegriCloud