home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / bugs / sys5 / 177 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.4 KB  |  29 lines

  1. Newsgroups: comp.bugs.sys5
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!daffy!uwvax!ssec.wisc.edu!dws
  3. From: dws@ssec.wisc.edu (DaviD W. Sanderson)
  4. Subject: Re: Improving "file" (was Re: Making Solaris 2.1 smarter...)
  5. Message-ID: <1993Jan12.035032.23598@cs.wisc.edu>
  6. Sender: news@cs.wisc.edu (The News)
  7. Organization: UW-Madison Space Science and Engineering Center
  8. References: <1993Jan10.183451.7302@cs.wisc.edu> <16330@auspex-gw.auspex.com> <16348@auspex-gw.auspex.com>
  9. Distribution: na
  10. Date: Tue, 12 Jan 1993 03:50:32 GMT
  11. Lines: 16
  12.  
  13. >Or, alternatively, it could have all of the "standard" smarts built in,
  14. >but, if possible, source another script that contains local additions;
  15. >that way, you can keep the standard distribution and local additions
  16. >separate, and be able to drop in an updated standard distribution
  17. >without necessarily having to hack local additions in....
  18.  
  19. My perl script is designed to make it easy to add in new modules for
  20. local additions at 'make' time.  (And of course, you can also
  21. selectively omit any recognition modules you don't want.)  It does not
  22. use an external database because no matter how many little fobs and
  23. bells you allow in such a specification there will always be something
  24. it can't describe that you want it to.  E.g. determining whether a NeXT
  25. Mach executable is stripped requires traipsing through the file using
  26. values you pick up along the way.
  27.  
  28. DaviD W. Sanderson (dws@ssec.wisc.edu)
  29.