Date: Fri, 08 Sep 2000 15:42:19 -0500 From: "Kevin T. Likes" <klikes@isd.state.in.us> To: Kris Kennaway <kris@FreeBSD.ORG> Cc: stable@FreeBSD.ORG Subject: Re: version updates with no changes Message-ID: <200009082042.PAA66786@jaka.isd.state.in.us> In-Reply-To: Your message of "Fri, 08 Sep 2000 13:31:33 MST." <Pine.BSF.4.21.0009081330190.40730-100000@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[Hits head with hand] Oops. I forgot I'd sent in that problem report, and had put in the change manually. Okay, bad example. :-) But that's only on this one file. The last couple of times I've run mergemaster, I've seen files come up where the only change was the revision id. Of course, the real reason is probably someone checking it in without a fix they thought they'd put in (understandable as a small percentage). Bound to happen. By the way, has anyone gotten this script to actually delete files? I've been trying to debug why it won't work on my system, and the best I can figure out is that 1) it excludes everything (at lease the find2perl version does an lstat and excludes all files with any dev number) and 2) it wants files to match all patterns in a list instead of just one. But I'm probably missing something really simple. (Given the spelling mistake which would prevent it from running, I wonder if everyone is just leaving it off by default.) --Kevin T. Likes In message <Pine.BSF.4.21.0009081330190.40730-100000@freefall.freebsd.org>, Kri s Kennaway writes: >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 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?200009082042.PAA66786>