From lambert@lambertfam.org  Fri Dec 12 12:28:22 2003
Return-Path: <lambert@lambertfam.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B294916A4CE; Fri, 12 Dec 2003 12:28:22 -0800 (PST)
Received: from mail.lambertfam.org (www.lambertfam.org [216.223.208.55])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BED4043D33; Fri, 12 Dec 2003 12:28:21 -0800 (PST)
	(envelope-from lambert@lambertfam.org)
Received: by mail.lambertfam.org (Postfix, from userid 999)
	id 2EE5134D44; Fri, 12 Dec 2003 15:28:17 -0500 (EST)
Message-Id: <20031212202817.2EE5134D44@mail.lambertfam.org>
Date: Fri, 12 Dec 2003 15:28:17 -0500 (EST)
From: Scott Lambert <lambert@lambertfam.org>
Reply-To: Scott Lambert <lambert@lambertfam.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jesper@freebsd.org
Subject: typo in /etc/defaults/periodic.conf for 405.status-ata_raid option
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         60189
>Category:       conf
>Synopsis:       typo in /etc/defaults/periodic.conf for 405.status-ata_raid option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 12 12:30:20 PST 2003
>Closed-Date:    Fri Dec 12 13:26:32 PST 2003
>Last-Modified:  Fri Dec 12 13:26:32 PST 2003
>Originator:     Scott Lambert
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD www.lambertfam.org 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Fri Dec 12 13:02:47 EST 2003 lambert@www.lambertfam.org:/usr/obj/usr/src/sys/EQUIUMS i386


	
>Description:
	typo in /etc/defaults/periodic.conf for 405.status-ata_raid option
>How-To-Repeat:

405.status-ata_raid doesn't work when you copy the
defaults/periodic.conf line to /etc/periodic.conf and change it to
"YES".

This is because there is a typo in defaults/periodic.conf where jesper
apparantly forgot to add daily_ to the front of the name of the option.

>Fix:

simple patch 

--- periodic.conf.diff begins here ---
--- periodic.conf	Fri Dec 12 15:14:00 2003
+++ periodic.conf.new	Fri Dec 12 15:14:39 2003
@@ -86,7 +86,7 @@
 daily_status_disks_df_flags="-k -t nonfs"		# df(1) flags for check
 
 # 405.status-ata_raid
-status_ata_raid_enable="NO"				# Check ATA raid status
+daily_status_ata_raid_enable="NO"			# Check ATA raid status
 
 # 420.status-network
 daily_status_network_enable="YES"			# Check network status
--- periodic.conf.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jesper 
State-Changed-When: Fri Dec 12 13:26:14 PST 2003 
State-Changed-Why:  
Fix committed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60189 
>Unformatted:
