From owner-freebsd-bugs Fri Aug 25 7:30: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB70137B43C for ; Fri, 25 Aug 2000 07:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA59234; Fri, 25 Aug 2000 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from jaka.isd.state.in.us (jaka.isd.state.in.us [199.8.63.68]) by hub.freebsd.org (Postfix) with ESMTP id E2FD237B440 for ; Fri, 25 Aug 2000 07:23:20 -0700 (PDT) Received: (from sfra15@localhost) by jaka.isd.state.in.us (8.9.3/8.9.0) id JAA56323; Fri, 25 Aug 2000 09:23:20 -0500 (EST) Message-Id: <200008251423.JAA56323@jaka.isd.state.in.us> Date: Fri, 25 Aug 2000 09:23:20 -0500 (EST) From: "Kevin T. Likes" Reply-To: klikes@isd.state.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/20841: variable misspelled in /etc/periodic/daily/100.clean-disks Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20841 >Category: bin >Synopsis: variable misspelled in /etc/periodic/daily/100.clean-disks >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 25 07:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kevin T. Likes >Release: FreeBSD 4.1-STABLE i386 >Organization: State of Indiana >Environment: CVSUP on 8/23 at 4pm >Description: Configuration variable is spelled "daily_clean_disks_files" in /etc/defaults/periodic.conf but referenced as "daily_clean_disk_files" (notice the missing 's' in 'disks') in /etc/periodic/daily/100.clean-disks. This causes the script to not run, even if enabled. >How-To-Repeat: Configure script to run, and attempt to run manually. >Fix: Correct spelling of variable to daily_clean_disks_files. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message