Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2000 16:20:02 -0800 (PST)
From:      Norbert Papke <npapke@telus.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/23805: periodic/daily/100.clean-disks doesn't remove files
Message-ID:  <200012240020.eBO0K2v20924@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/23805; it has been noted by GNATS.

From: Norbert Papke <npapke@telus.net>
To: freebsd-gnats-submit@FreeBSD.org, npapke@acm.org
Cc:  
Subject: Re: conf/23805: periodic/daily/100.clean-disks doesn't remove files
Date: Sat, 23 Dec 2000 16:12:24 -0800

 Should have included the diffs in the PR:
 
 --- /usr/src/etc/periodic/daily/100.clean-disks Tue Sep 26 18:39:56 2000
 
 +++ /etc/periodic/daily/100.clean-disks Sat Dec 23 16:08:55 2000
 @@ -27,10 +27,12 @@
             rc=2
         else
             echo ""
 -           echo "Removing old temporary files:"
 +           echo "Cleaning disk:"
             set -f noglob
             args="$args "`echo " ${daily_clean_disks_files% }" |
 -               sed 's/[        ][      ]*/ -name /g'`
 +               sed 's/[        ][      ]*/ -o -name /g'`
 +           args=`echo " $args" |
 +               sed 's/-o//`
 
             case "$daily_clean_tmps_verbose" in
                 [Yy][Ee][Ss])
 
 
 


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?200012240020.eBO0K2v20924>