Date: Fri, 8 Sep 2000 13:31:33 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: "Kevin T. Likes" <klikes@isd.state.in.us> Cc: stable@freebsd.org Subject: Re: version updates with no changes Message-ID: <Pine.BSF.4.21.0009081330190.40730-100000@freefall.freebsd.org> In-Reply-To: <200009081519.KAA52468@jaka.isd.state.in.us>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <forsythe@alum.mit.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0009081330190.40730-100000>