home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume3 / can2 / ReadMe < prev    next >
Text File  |  1989-02-03  |  2KB  |  57 lines

  1. Well, I am back again and you may not be rejoicing.
  2.  
  3. This is CAN 2.0.
  4. Yes it is all (almost all) new.
  5.  
  6. First, what you need to do to make this nifty thing for yourself
  7. or your system (if you are the system manager)
  8.  
  9. 1.  Copy the appropriate Makefile to Makefile and then compile.
  10. 2.  Edit emptytrash to make it look in the trashcans of your system.
  11. 3.  Install all of this wonderful stuff (Don't forget the man pages).
  12.     Make sure to make "emptytrash" executable by the crontab that will run it.
  13.  
  14. Second, So why have you wasted my time again or why version 2.0?
  15.  
  16. 1.  Well, I rewrote the entire can in C.  This made it move twice as fast.
  17.     Still a little slower than rm but certainly much nicer.
  18. 2.  In the process of rewriting it, I added the verbose option and the 
  19.     interactive option.
  20.  
  21. Third, There are some things about this that you should know.
  22.  
  23. 1.  This is my first attempt at a "C" utility but as far as I can tell,
  24.     it does the trick.
  25. 2.  It only changes the access time, not the modification time and then
  26.     empties trash on the basis of access time.  So, if you are really
  27.     hard-core, you can see if the one you removed and then recovered is
  28.     really the version you want.
  29. 3.  This has the same handicap as my original script.  You can only recover
  30.     one file at a time, and you must know it's specific name.  If I have
  31.     time I will try my best to fix this problem.
  32. 4.  The listing option is very primitive but since it traverses the
  33.     directory tree by where it is placed, the last things canned are
  34.     usually at the end of the list.  I, once again, will do what I can
  35.     to repair these features (bugs?).
  36. 5.  This is my first time passing around multiple system designs.
  37.     If I have a poor conception of what any system is like please let
  38.     me know at the address below. (rhyme?)
  39. 6.  You may have the possibility of a pathname greater than 80.  I rarely do.
  40.     To remedy any problems caused by this, simply change the define
  41.     entitled MAXPATHLEN.
  42. 7.  May be possible to add a force option, but I don't see the necessity
  43.     of it right now.
  44.  
  45. If you have any complaints or you have bug fixes or
  46. anything of the sort please write me at
  47.  
  48.             "athey@nosc.mil"
  49.  
  50. Please write me if you install this and find it useful.
  51. Just a quick note would be great, everybody.
  52. I mean let me know if I should keep posting this artwork (junk?).
  53.         -the bit butcher
  54.  
  55. NOTE: CAN 2.01  now we can deal with cross device canning.
  56. NOTE: CAN 2.02  segmented and cleaned code.
  57.