Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site rti-sel.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!houxm!mhuxj!mhuxr!ulysses!allegra!mit-eddie!genrad!decvax!mcnc!rti-sel!trt From: trt@rti-sel.UUCP (Tom Truscott) Newsgroups: net.bugs.uucp,net.unix Subject: Re: 4.2 uucp SUBDIRS ordering? Message-ID: <110@rti-sel.UUCP> Date: Mon, 25-Feb-85 22:16:52 EST Article-I.D.: rti-sel.110 Posted: Mon Feb 25 22:16:52 1985 Date-Received: Fri, 1-Mar-85 05:52:45 EST References: <185@cadtroy.UUCP> <454@down.FUN> <555@astrovax.UUCP> Organization: Research Triangle Institute, NC Lines: 15 Xref: watmath net.bugs.uucp:472 net.unix:3735 One of the last things Bob Gray and I did to the uucp in 4.2 BSD was clean up the Makefile and add some morsels of documentation. One feature that did not quite make it was make mvspoolfiles which moved spool files into the appropriate subdirectories. The code would have been something like cd /usr/spool/uucp for i in D.`uuname -l`X D.`uuname -l` D. X. TM. STST. do mv $i?* $i done The order of the directories was crucial, hence the warning. We could never quite get it to work just right (e.g. empty directories) so 'mvspoolfiles' disappeared, leaving only a scar behind. Tom Truscott