From owner-freebsd-stable Fri Sep 8 13:31:35 2000 Delivered-To: freebsd-stable@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1701837B424; Fri, 8 Sep 2000 13:31:33 -0700 (PDT) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id NAA42543; Fri, 8 Sep 2000 13:31:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Fri, 8 Sep 2000 13:31:33 -0700 (PDT) From: Kris Kennaway To: "Kevin T. Likes" Cc: stable@freebsd.org Subject: Re: version updates with no changes In-Reply-To: <200009081519.KAA52468@jaka.isd.state.in.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 8 Sep 2000, Kevin T. Likes wrote: > I've been trying to figure out how to get > /etc/periodic/daily/100.clean-disks to work. I was getting ready to > send in a problem report, but before I did I cvsupped to see if there > was a newer version of the file which may have fixed my problem. Sure > enough, the cvsup had a newer version of the file (minor revision > changed from 1.3.2.1 to 1.3.2.2). I looked at the file, and didn't > see any obvious changes, so I tried diff. The only difference in the > file was the version number line. No whitespace, no variable names, > nothing else, just the version number and date. Index: 100.clean-disks =================================================================== RCS file: /usr2/ncvs//src/etc/periodic/daily/100.clean-disks,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -u -r1.3.2.1 -r1.3.2.2 --- 100.clean-disks 2000/08/08 18:05:35 1.3.2.1 +++ 100.clean-disks 2000/08/25 18:52:36 1.3.2.2 @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: src/etc/periodic/daily/100.clean-disks,v 1.3.2.1 2000/08/08 18:05:35 brian Exp $ +# $FreeBSD: src/etc/periodic/daily/100.clean-disks,v 1.3.2.2 2000/08/25 18:52:36 brian Exp $ # # Remove garbage files more than $daily_clean_disks_days days old # @@ -15,7 +15,7 @@ case "$daily_clean_disks_enable" in [Yy][Ee][Ss]) - if [ -n "$daily_clean_disks_days" -a -n "$daily_clean_disk_files" ] + if [ -n "$daily_clean_disks_days" -a -n "$daily_clean_disks_files" ] then echo "" echo "Removing old temporary files:" Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message