Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2001 12:57:03 +0100 (BST)
From:      matthew.seaman@tornadogroup.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/26836: /etc/periodic/daily/100.clean-disks typo
Message-ID:  <200104251157.f3PBv3U34323@claudette.e1.tornadogroup.com>

next in thread | raw e-mail | index | archive | help

>Number:         26836
>Category:       bin
>Synopsis:       /etc/periodic/daily/100.clean-disks typo
>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:   Wed Apr 25 05:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104251157.f3PBv3U34323>