From matthew.seaman@tornadogroup.com  Wed Apr 25 04:57:12 2001
Return-Path: <matthew.seaman@tornadogroup.com>
Received: from cyclone.tornadogroup.com (cyclone.tornadogroup.com [212.172.155.83])
	by hub.freebsd.org (Postfix) with ESMTP id 9A8D737B423
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Apr 2001 04:57:11 -0700 (PDT)
	(envelope-from matthew.seaman@tornadogroup.com)
Received: from claudette.e1.tornadogroup.com (root@claudette.e1.tornadogroup.com [192.168.0.77])
	by cyclone.tornadogroup.com (8.10.0.Beta10/8.10.0.Beta10) with ESMTP id f3PBv5D09008
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Apr 2001 12:57:05 +0100 (BST)
Received: (from matthew@localhost)
	by claudette.e1.tornadogroup.com (8.11.3/8.11.3) id f3PBv3U34323;
	Wed, 25 Apr 2001 12:57:03 +0100 (BST)
	(envelope-from matthew)
Message-Id: <200104251157.f3PBv3U34323@claudette.e1.tornadogroup.com>
Date: Wed, 25 Apr 2001 12:57:03 +0100 (BST)
From: matthew.seaman@tornadogroup.com
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: /etc/periodic/daily/100.clean-disks typo
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         26836
>Category:       bin
>Synopsis:       /etc/periodic/daily/100.clean-disks typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brian
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 25 05:00:01 PDT 2001
>Closed-Date:    Wed Apr 25 05:14:42 PDT 2001
>Last-Modified:  Wed Apr 25 05:20:01 PDT 2001
>Originator:     Matthew Seaman
>Release:        FreeBSD 4.3-RC i386
>Organization:
Tornado Entertainment plc
>Environment:
System: FreeBSD claudette.e1.tornadogroup.com 4.3-RC FreeBSD 4.3-RC #5: Fri Apr 20 17:28:56 BST 2001 matthew@claudette.e1.tornadogroup.com:/usr/obj/usr/src/sys/CLAUDETTE i386

>Description:

	The /etc/periodic/daily/100.clean-disks script ignores the
	"daily_clean_disks_verbose" setting, but uses
	"daily_clean_tmps_verbose" instead.

>How-To-Repeat:

		

>Fix:

--- etc/periodic/daily/100.clean-disks.orig	Wed Apr 25 12:47:34 2001
+++ etc/periodic/daily/100.clean-disks	Wed Apr 25 12:47:57 2001
@@ -34,7 +34,7 @@
 		    -e 's/[ 	]*$//' \
 		    -e 's/[ 	][ 	]*/ -o -name /g'`
 
-	    case "$daily_clean_tmps_verbose" in
+	    case "$daily_clean_disks_verbose" in
 		[Yy][Ee][Ss])
 		    print=-print;;
 		*)

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->brian 
Responsible-Changed-By: roam 
Responsible-Changed-When: Wed Apr 25 05:08:04 PDT 2001 
Responsible-Changed-Why:  
This has been with us ever since rev. 1.3, where brian introduced 
parsing and usage of periodic.conf.  Yes, this is a bug; let him fix it :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26836 
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Wed Apr 25 05:14:42 PDT 2001 
State-Changed-Why:  
Committed into -CURRENT and -STABLE, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26836 

From: Peter Pentchev <roam@orbitel.bg>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: bin/26836: /etc/periodic/daily/100.clean-disks typo
Date: Wed, 25 Apr 2001 15:10:08 +0300

 On Wed, Apr 25, 2001 at 05:09:28AM -0700, roam@FreeBSD.org wrote:
 > Synopsis: /etc/periodic/daily/100.clean-disks typo
 > 
 > Responsible-Changed-From-To: freebsd-bugs->brian
 > Responsible-Changed-By: roam
 > Responsible-Changed-When: Wed Apr 25 05:08:04 PDT 2001
 > Responsible-Changed-Why: 
 > This has been with us ever since rev. 1.3, where brian introduced
 > parsing and usage of periodic.conf.  Yes, this is a bug; let him fix it :)
 
 Errrr.  Oops.  I mean rev 1.4, of course.
 
 G'luck,
 Peter
 
 -- 
 I am the thought you are now thinking.
>Unformatted:
