From 58fd9b25b3fdeef3c8ea89188f1bccb7b2433dc8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 22 Aug 2007 10:35:40 +0000 Subject: [PATCH] The BUGS file is history --- Makefile.in | 6 +++--- README | 11 +++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6420d1695..b5e37da50 100644 --- a/Makefile.in +++ b/Makefile.in @@ -136,7 +136,7 @@ LIB_OBJS = @LIBOBJS@ @ALLOCA@ VERSION = 1.7 -DISTFILES = $(SRCS) $(HDRS) BUGS ChangeLog HISTORY INSTALL INSTALL.configure \ +DISTFILES = $(SRCS) $(HDRS) ChangeLog HISTORY INSTALL INSTALL.configure \ LICENSE Makefile.in PORTING README README.LDAP TODO \ TROUBLESHOOTING UPGRADE aclocal.m4 acsite.m4 aixcrypt.exp \ config.guess config.h.in config.sub configure configure.in \ @@ -147,7 +147,7 @@ DISTFILES = $(SRCS) $(HDRS) BUGS ChangeLog HISTORY INSTALL INSTALL.configure \ sudoers.man.in sudoers.pod sudoers2ldif visudo.cat \ visudo.man.in visudo.pod auth/API -BINFILES= BUGS ChangeLog HISTORY LICENSE README TODO TROUBLESHOOTING \ +BINFILES= ChangeLog HISTORY LICENSE README TODO TROUBLESHOOTING \ UPGRADE install-sh mkinstalldirs sample.syslog.conf sample.sudoers \ sudo sudo.cat sudo.man sudo.pod sudoers sudoers.cat sudoers.man \ sudoers.pod visudo visudo.cat visudo.man visudo.pod @@ -475,7 +475,7 @@ depot: ( \ tdir=tmp.depot ; \ mkdir $$tdir ; \ - for i in sudo visudo sudo.man visudo.man sudoers.man sudoers BUGS ChangeLog HISTORY LICENSE README TODO TROUBLESHOOTING UPGRADE sample.syslog.conf sample.sudoers; do \ + for i in sudo visudo sudo.man visudo.man sudoers.man sudoers ChangeLog HISTORY LICENSE README TODO TROUBLESHOOTING UPGRADE sample.syslog.conf sample.sudoers; do \ if [ -f $$i ]; then \ cp $$i $$tdir ; \ elif [ -f $(srcdir)/$$i ]; then \ diff --git a/README b/README index 355c4c39a..14e550ea2 100644 --- a/README +++ b/README @@ -80,15 +80,14 @@ for the appropriate links. Web page ======== -There is a sudo `web page' at http://www.sudo.ws/sudo/ -that contains an overview of sudo as well as pointers to BETA versions -and other useful info. +There is a sudo web page at http://www.sudo.ws/sudo/ that contains +an overview of sudo, documentation, downloads, information about +beta versions and other useful info. Bug reports =========== -A list of known bugs may be found in the `BUGS' file. If you have -found what you believe to be a bug, you can file a bug report with -the sudo bug database, on at web at http://www.sudo.ws/bugs/. +If you have found what you believe to be a bug, you can file a bug +report with the sudo bug database, on at web at http://www.sudo.ws/bugs/. Please read over the `TROUBLESHOOTING' file *before* submitting a bug report. When reporting bugs, please be sure to include the -- 2.40.0