From owner-freebsd-bugs Wed Jun 4 15:50:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA24646 for bugs-outgoing; Wed, 4 Jun 1997 15:50:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA24637; Wed, 4 Jun 1997 15:50:04 -0700 (PDT) Resent-Date: Wed, 4 Jun 1997 15:50:04 -0700 (PDT) Resent-Message-Id: <199706042250.PAA24637@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, smc@itsy.com Received: from beastie.isc.itsy.com (vm.itsy.com [199.92.100.7]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA22570 for ; Wed, 4 Jun 1997 15:41:33 -0700 (PDT) Received: (from smc@localhost) by beastie.isc.itsy.com (8.8.2/8.8.5) id SAA02790; Wed, 4 Jun 1997 18:43:57 -0400 (EDT) Message-Id: <199706042243.SAA02790@beastie.isc.itsy.com> Date: Wed, 4 Jun 1997 18:43:57 -0400 (EDT) From: smc@itsy.com Reply-To: smc@itsy.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/3781: "timed_enabled" != "timed_enable" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3781 >Category: conf >Synopsis: timed does not start when "timed_enabled"=YES in rc.conf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 4 15:50:01 PDT 1997 >Last-Modified: >Originator: Shawn M. Carey >Organization: >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: timed does not start after rebooting with the "timed_enabled" variable set to "YES" in /etc/rc.conf, because /etc/rc.network is testing the value of "timed_enable". >How-To-Repeat: Set timed_enabled to YES in /etc/rc.conf. reboot. >Fix: Apply the following patch to /usr/src/etc/rc.conf: *** rc.conf.orig Wed Jun 4 18:41:27 1997 --- rc.conf Wed Jun 4 18:40:40 1997 *************** *** 54,60 **** xtend_flags="" # Flags to xtend (if enabled). ### Network Time Services options: ### ! timed_enabled="NO" # Run the time daemon (or NO). timed_flags="" # Flags to timed (if enabled). ntpdate_enable="NO" # Run the ntpdate to sync time (or NO). ntpdate_flags="" # Flags to ntpdate (if enabled). --- 54,60 ---- xtend_flags="" # Flags to xtend (if enabled). ### Network Time Services options: ### ! timed_enable="NO" # Run the time daemon (or NO). timed_flags="" # Flags to timed (if enabled). ntpdate_enable="NO" # Run the ntpdate to sync time (or NO). ntpdate_flags="" # Flags to ntpdate (if enabled). >Audit-Trail: >Unformatted: