home *** CD-ROM | disk | FTP | other *** search
- --- ./locate/Makefile.in.orig Thu Nov 3 23:29:41 1994
- +++ ./locate/Makefile.in Mon Dec 12 10:49:34 1994
- @@ -25,7 +25,7 @@
-
- bindir = $(exec_prefix)/bin
- sbindir = <installsharedir>/sbin
- -libexecdir = $(exec_prefix)/libexec
- +libexecdir = $(exec_prefix)/lib/exec
- datadir = $(prefix)/share
- sysconfdir = $(prefix)/etc
- sharedstatedir = $(prefix)/com
- @@ -68,7 +68,7 @@
- DIST_FILES = $(DIST_CONF) $(SOURCES) $(TEXINFOS) $(INFOS) $(MANS) $(DIST_OTHER)
-
- # The default database to build and search.
- -LOCATE_DB = $(localstatedir)/locatedb
- +LOCATE_DB = $(prefix)/spool/find/locatedb
-
- PROGRAMS = locate
- LIBPROGRAMS = frcode code bigram
- --- ./doc/find.texi.orig Thu Nov 3 23:13:50 1994
- +++ ./doc/find.texi Mon Dec 12 10:45:52 1994
- @@ -1869,7 +1869,7 @@
-
- @item --output=@var{dbfile}
- The database file to build.
- -Default is system-dependent, but typically @file{/usr/local/var/locatedb}.
- +Default is system-dependent, but typically @file{/usr/local/spool/find/locatedb}.
-
- @item --netuser=@var{user}
- The user to search network directories as, using @code{su}.
- @@ -2085,7 +2085,7 @@
-
- @item --output=@var{dbfile}
- The database file to build.
- -Default is system-dependent, but typically @file{/usr/local/var/locatedb}.
- +Default is system-dependent, but typically @file{/usr/local/spool/find/locatedb}.
-
- @item --netuser=@var{user}
- The user to search network directories as, using @code{su}(1).
- --- ./Makefile.in.orig Thu Nov 3 23:11:52 1994
- +++ ./Makefile.in Mon Dec 12 08:33:28 1994
- @@ -29,7 +29,7 @@
- datadir = $(prefix)/share
- sysconfdir = $(prefix)/etc
- sharedstatedir = $(prefix)/com
- -localstatedir = $(prefix)/var
- +localstatedir = $(prefix)/spool/find
- libdir = $(exec_prefix)/lib
- infodir = $(prefix)/info
- mandir = <installsharedir>/man
-