The BUGS file is history
This commit is contained in:
@@ -136,7 +136,7 @@ LIB_OBJS = @LIBOBJS@ @ALLOCA@
|
|||||||
|
|
||||||
VERSION = 1.7
|
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 \
|
LICENSE Makefile.in PORTING README README.LDAP TODO \
|
||||||
TROUBLESHOOTING UPGRADE aclocal.m4 acsite.m4 aixcrypt.exp \
|
TROUBLESHOOTING UPGRADE aclocal.m4 acsite.m4 aixcrypt.exp \
|
||||||
config.guess config.h.in config.sub configure configure.in \
|
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 \
|
sudoers.man.in sudoers.pod sudoers2ldif visudo.cat \
|
||||||
visudo.man.in visudo.pod auth/API
|
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 \
|
UPGRADE install-sh mkinstalldirs sample.syslog.conf sample.sudoers \
|
||||||
sudo sudo.cat sudo.man sudo.pod sudoers sudoers.cat sudoers.man \
|
sudo sudo.cat sudo.man sudo.pod sudoers sudoers.cat sudoers.man \
|
||||||
sudoers.pod visudo visudo.cat visudo.man visudo.pod
|
sudoers.pod visudo visudo.cat visudo.man visudo.pod
|
||||||
@@ -475,7 +475,7 @@ depot:
|
|||||||
( \
|
( \
|
||||||
tdir=tmp.depot ; \
|
tdir=tmp.depot ; \
|
||||||
mkdir $$tdir ; \
|
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 \
|
if [ -f $$i ]; then \
|
||||||
cp $$i $$tdir ; \
|
cp $$i $$tdir ; \
|
||||||
elif [ -f $(srcdir)/$$i ]; then \
|
elif [ -f $(srcdir)/$$i ]; then \
|
||||||
|
11
README
11
README
@@ -80,15 +80,14 @@ for the appropriate links.
|
|||||||
|
|
||||||
Web page
|
Web page
|
||||||
========
|
========
|
||||||
There is a sudo `web page' at http://www.sudo.ws/sudo/
|
There is a sudo web page at http://www.sudo.ws/sudo/ that contains
|
||||||
that contains an overview of sudo as well as pointers to BETA versions
|
an overview of sudo, documentation, downloads, information about
|
||||||
and other useful info.
|
beta versions and other useful info.
|
||||||
|
|
||||||
Bug reports
|
Bug reports
|
||||||
===========
|
===========
|
||||||
A list of known bugs may be found in the `BUGS' file. If you have
|
If you have found what you believe to be a bug, you can file a bug
|
||||||
found what you believe to be a bug, you can file a bug report with
|
report with the sudo bug database, on at web at http://www.sudo.ws/bugs/.
|
||||||
the sudo bug database, on at web at http://www.sudo.ws/bugs/.
|
|
||||||
|
|
||||||
Please read over the `TROUBLESHOOTING' file *before* submitting a
|
Please read over the `TROUBLESHOOTING' file *before* submitting a
|
||||||
bug report. When reporting bugs, please be sure to include the
|
bug report. When reporting bugs, please be sure to include the
|
||||||
|
Reference in New Issue
Block a user