From smc@itsy.com  Wed Jun  4 15:41:39 1997
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 <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: "timed_enabled" != "timed_enable"
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun  4 15:50:01 PDT 1997
>Closed-Date:    Wed Jun 4 17:02:27 PDT 1997
>Last-Modified:  Wed Jun  4 17:02:42 PDT 1997
>Originator:     Shawn M. Carey
>Release:        FreeBSD 2.2.2-RELEASE i386
>Organization:
>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).


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Wed Jun 4 17:02:27 PDT 1997 
State-Changed-Why:  
Fixed in both branches on June 2nd. 
>Unformatted:
