From: Todd C. Miller Date: Fri, 27 Aug 1999 20:09:30 +0000 (+0000) Subject: include auth/API in tarball X-Git-Tag: SUDO_1_6_0~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24f317e1732106635fd53fd7c512c682e8bf0500;p=sudo include auth/API in tarball --- diff --git a/INSTALL b/INSTALL index 94ba18e36..62bc6eaef 100644 --- a/INSTALL +++ b/INSTALL @@ -543,6 +543,11 @@ Linux: the "#define HAVE_LSEARCH 1" line in config.h and add lsearch.o to the LIBOBJS line in the Makefile. + It is not possible to access the sudoers file via NFS on Linux. + This is due to a bug in the Linux client-side NFS implementation. + It has been fixed in the developement kernel but, as of Aug 27, 1999, + the fixes have not made it into the mainstream kernel. + SCO ODT: You'll probably need libcrypt_i.a available via anonymous ftp from sosco.sco.com. The necessary files are /SLS/lng225b.Z diff --git a/Makefile.in b/Makefile.in index ebfea2949..96dabbba3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -146,7 +146,7 @@ DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES FAQ HISTORY INSTALL INSTALL.configure \ configure configure.in fnmatch.3 indent.pro install-sh \ mkinstalldirs pathnames.h.in sample.pam sample.sudoers sudo.cat \ sudo.man sudo.pod sudoers sudoers.cat sudoers.man sudoers.pod \ - visudo.cat visudo.man visudo.pod + visudo.cat visudo.man visudo.pod auth/API SUDODEP = $(srcdir)/sudo.h $(srcdir)/compat.h $(srcdir)/logging.h \ config.h pathnames.h