diff options
author | Thomas Nordin <nordin@cvs.openbsd.org> | 2002-07-06 19:14:21 +0000 |
---|---|---|
committer | Thomas Nordin <nordin@cvs.openbsd.org> | 2002-07-06 19:14:21 +0000 |
commit | adb28585e4802d642142e770be7ef276683bb58f (patch) | |
tree | 6016909e7ec82b58a471cd40838fb68a0d275d3d /sys/arch/i386/conf | |
parent | 4f23015d08ae2c991a6560c6d70151190bec00b8 (diff) |
Remove kernel support for NTP. ok deraadt@ and tholo@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/DISKLESS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 56e49ee07a4..38e1415e2e9 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.44 2002/06/18 01:00:04 nate Exp $ +# $OpenBSD: DISKLESS,v 1.45 2002/07/06 19:14:20 nordin Exp $ # $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $ # # DISKLESS -- Generic machine setup for diskless boot. @@ -36,7 +36,6 @@ option CRYPTO # Cryptographic framework maxusers 32 # estimated number of users option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC -option NTP # hooks supporting the Network Time Protocol option DDB # in-kernel debugger #option DDB_SAFE_CONSOLE # allow break into ddb during boot |