home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / FIND / RTR / FIND. next >
Encoding:
Text File  |  1998-07-24  |  1.7 KB  |  52 lines

  1. --- ./locate/Makefile.in.orig    Thu Nov  3 23:29:41 1994
  2. +++ ./locate/Makefile.in    Mon Dec 12 10:49:34 1994
  3. @@ -25,7 +25,7 @@
  4.  
  5.  bindir = $(exec_prefix)/bin
  6.  sbindir = <installsharedir>/sbin
  7. -libexecdir = $(exec_prefix)/libexec
  8. +libexecdir = $(exec_prefix)/lib/exec
  9.  datadir = $(prefix)/share
  10.  sysconfdir = $(prefix)/etc
  11.  sharedstatedir = $(prefix)/com
  12. @@ -68,7 +68,7 @@
  13.  DIST_FILES = $(DIST_CONF) $(SOURCES) $(TEXINFOS) $(INFOS) $(MANS) $(DIST_OTHER)
  14.  
  15.  # The default database to build and search.
  16. -LOCATE_DB = $(localstatedir)/locatedb
  17. +LOCATE_DB = $(prefix)/spool/find/locatedb
  18.  
  19.  PROGRAMS = locate
  20.  LIBPROGRAMS = frcode code bigram
  21. --- ./doc/find.texi.orig    Thu Nov  3 23:13:50 1994
  22. +++ ./doc/find.texi    Mon Dec 12 10:45:52 1994
  23. @@ -1869,7 +1869,7 @@
  24.  
  25.  @item --output=@var{dbfile}
  26.  The database file to build.
  27. -Default is system-dependent, but typically @file{/usr/local/var/locatedb}.
  28. +Default is system-dependent, but typically @file{/usr/local/spool/find/locatedb}.
  29.  
  30.  @item --netuser=@var{user}
  31.  The user to search network directories as, using @code{su}.
  32. @@ -2085,7 +2085,7 @@
  33.  
  34.  @item --output=@var{dbfile}
  35.  The database file to build.
  36. -Default is system-dependent, but typically @file{/usr/local/var/locatedb}.
  37. +Default is system-dependent, but typically @file{/usr/local/spool/find/locatedb}.
  38.  
  39.  @item --netuser=@var{user}
  40.  The user to search network directories as, using @code{su}(1).
  41. --- ./Makefile.in.orig    Thu Nov  3 23:11:52 1994
  42. +++ ./Makefile.in    Mon Dec 12 08:33:28 1994
  43. @@ -29,7 +29,7 @@
  44.  datadir = $(prefix)/share
  45.  sysconfdir = $(prefix)/etc
  46.  sharedstatedir = $(prefix)/com
  47. -localstatedir = $(prefix)/var
  48. +localstatedir = $(prefix)/spool/find
  49.  libdir = $(exec_prefix)/lib
  50.  infodir = $(prefix)/info
  51.  mandir = <installsharedir>/man
  52.