[m-dev.] diff: fix typo in backup scripts.

Tyson Dowd trd at cs.mu.OZ.AU
Wed Jan 26 17:53:54 AEDT 2000


Hi,

If you are using the backup scripts (and why wouldn't you?) you'll
probably want to update the copy you are using.

===================================================================


Estimated hours taken: 0.3

Fix a typo that was stopping old revisions files from being deleted
when making backups.

tools/backupdir:
	s/revision/revisions/


Index: backupdir
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/backupdir,v
retrieving revision 1.1
diff -u -r1.1 backupdir
--- backupdir	1999/12/06 06:41:18	1.1
+++ backupdir	2000/01/26 06:51:55
@@ -49,5 +49,5 @@
 
 # delete all the backups over 7 days old
 find . -name "*.diff.gz" -mtime +7 -exec rm '{}' ';'
-find . -name "*.revision.gz" -mtime +7 -exec rm '{}' ';'
+find . -name "*.revisions.gz" -mtime +7 -exec rm '{}' ';'
 


-- 
       Tyson Dowd           # 
                            #  Surreal humour isn't eveyone's cup of fur.
     trd at cs.mu.oz.au        # 
http://www.cs.mu.oz.au/~trd #
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list