Date: Fri, 12 Dec 2003 15:28:17 -0500 (EST) From: Scott Lambert <lambert@lambertfam.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jesper@FreeBSD.org Subject: conf/60189: typo in /etc/defaults/periodic.conf for 405.status-ata_raid option Message-ID: <20031212202817.2EE5134D44@mail.lambertfam.org> Resent-Message-ID: <200312122030.hBCKULcq007833@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 12 12:30:20 PST 2003 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031212202817.2EE5134D44>
