The BUGS file is history
This commit is contained 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 \
|
||||
|
11
README
11
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
|
||||
|
Reference in New Issue
Block a user