Rename "doc" directory to "docs" for better GitHub compatibility.

This commit is contained in:
Todd C. Miller
2021-11-10 16:45:16 -07:00
parent 5faf46de6f
commit 289a045a4f
52 changed files with 76 additions and 76 deletions

6
.gitignore vendored
View File

@@ -26,9 +26,9 @@ ChangeLog
PVS-Studio.cfg
uncrustify.files
doc/*.man
doc/*.mdoc
doc/fixman.sed
docs/*.man
docs/*.mdoc
docs/fixman.sed
examples/sudo.conf

View File

@@ -22,9 +22,9 @@ Makefile$
^ChangeLog$
^PVS-Studio\.cfg$
^uncrustify\.files$
^doc/.*\.man$
^doc/.*\.mdoc$
^doc/fixman\.sed$
^docs/.*\.man$
^docs/.*\.mdoc$
^docs/fixman\.sed$
^etc/init\.d/sudo\.conf$

View File

@@ -28,7 +28,7 @@ Simple sudo installation
For most systems and configurations it is possible simply to:
0) If you are upgrading from a previous version of sudo
please read the info in the doc/UPGRADE file before proceeding.
please read the info in the docs/UPGRADE file before proceeding.
1) Read the `OS dependent notes' section for any particular
"gotchas" relating to your operating system.
@@ -44,7 +44,7 @@ For most systems and configurations it is possible simply to:
make will probably be required. If `configure' did its job
properly (and you have a supported configuration) there won't
be any problems. If this doesn't work, take a look at the
doc/TROUBLESHOOTING file for tips on what might have gone
docs/TROUBLESHOOTING file for tips on what might have gone
wrong. Please mail us if you have a fix or if you are unable
to come up with a fix (address at EOF).

View File

@@ -12,49 +12,49 @@ autogen.sh
config.h.in
configure
configure.ac
doc/CONTRIBUTORS
doc/HISTORY
doc/LICENSE
doc/Makefile.in
doc/TROUBLESHOOTING
doc/UPGRADE
doc/cvtsudoers.man.in
doc/cvtsudoers.mdoc.in
doc/fixman.sh
doc/fixmdoc.sed
doc/schema.ActiveDirectory
doc/schema.OpenLDAP
doc/schema.iPlanet
doc/schema.olcSudo
doc/sudo.conf.man.in
doc/sudo.conf.man.in.sed
doc/sudo.conf.mdoc.in
doc/sudo.man.in
doc/sudo.man.in.sed
doc/sudo.mdoc.in
doc/sudo_logsrv.proto.man.in
doc/sudo_logsrv.proto.mdoc.in
doc/sudo_logsrvd.conf.man.in
doc/sudo_logsrvd.conf.mdoc.in
doc/sudo_logsrvd.man.in
doc/sudo_logsrvd.mdoc.in
doc/sudo_plugin.man.in
doc/sudo_plugin.mdoc.in
doc/sudo_plugin_python.man.in
doc/sudo_plugin_python.mdoc.in
doc/sudo_sendlog.man.in
doc/sudo_sendlog.mdoc.in
doc/sudoers.ldap.man.in
doc/sudoers.ldap.mdoc.in
doc/sudoers.man.in
doc/sudoers.man.in.sed
doc/sudoers.mdoc.in
doc/sudoers_timestamp.man.in
doc/sudoers_timestamp.mdoc.in
doc/sudoreplay.man.in
doc/sudoreplay.mdoc.in
doc/visudo.man.in
doc/visudo.mdoc.in
docs/CONTRIBUTORS
docs/HISTORY
docs/LICENSE
docs/Makefile.in
docs/TROUBLESHOOTING
docs/UPGRADE
docs/cvtsudoers.man.in
docs/cvtsudoers.mdoc.in
docs/fixman.sh
docs/fixmdoc.sed
docs/schema.ActiveDirectory
docs/schema.OpenLDAP
docs/schema.iPlanet
docs/schema.olcSudo
docs/sudo.conf.man.in
docs/sudo.conf.man.in.sed
docs/sudo.conf.mdoc.in
docs/sudo.man.in
docs/sudo.man.in.sed
docs/sudo.mdoc.in
docs/sudo_logsrv.proto.man.in
docs/sudo_logsrv.proto.mdoc.in
docs/sudo_logsrvd.conf.man.in
docs/sudo_logsrvd.conf.mdoc.in
docs/sudo_logsrvd.man.in
docs/sudo_logsrvd.mdoc.in
docs/sudo_plugin.man.in
docs/sudo_plugin.mdoc.in
docs/sudo_plugin_python.man.in
docs/sudo_plugin_python.mdoc.in
docs/sudo_sendlog.man.in
docs/sudo_sendlog.mdoc.in
docs/sudoers.ldap.man.in
docs/sudoers.ldap.mdoc.in
docs/sudoers.man.in
docs/sudoers.man.in.sed
docs/sudoers.mdoc.in
docs/sudoers_timestamp.man.in
docs/sudoers_timestamp.mdoc.in
docs/sudoreplay.man.in
docs/sudoreplay.mdoc.in
docs/visudo.man.in
docs/visudo.mdoc.in
docker/README
docker/debian/latest/Dockerfile
docker/debian/testing/Dockerfile

View File

@@ -59,7 +59,7 @@ python_version = @PYTHON_VERSION@
SUBDIRS = lib/util @ZLIB_SRC@ lib/eventlog lib/fuzzstub lib/iolog \
lib/protobuf-c @LOGSRV_SRC@ @LOGSRVD_SRC@ plugins/audit_json \
plugins/group_file plugins/sample_approval plugins/sudoers \
plugins/system_group @PYTHON_PLUGIN_SRC@ src include doc examples
plugins/system_group @PYTHON_PLUGIN_SRC@ src include docs examples
SAMPLES = plugins/sample

8
README
View File

@@ -24,10 +24,10 @@ summary of major changes to the current stable release, see the web
page, https://www.sudo.ws/stable.html.
If you are upgrading from an earlier version of Sudo, please see
the UPGRADE file in the doc directory.
the UPGRADE file in the docs directory.
For a history of sudo please see the HISTORY file in the doc directory.
You can find a list of contributors to sudo in the doc/CONTRIBUTORS file.
For a history of sudo please see the HISTORY file in the docs directory.
You can find a list of contributors to sudo in the docs/CONTRIBUTORS file.
Building the release
====================
@@ -78,7 +78,7 @@ Bug reports
If you have found what you believe to be a bug, you can file a bug
report in the sudo bug database, on the web at https://bugzilla.sudo.ws/.
Please read over the `TROUBLESHOOTING' file in the doc directory *before*
Please read over the `TROUBLESHOOTING' file in the docs directory *before*
submitting a bug report. When reporting bugs, please be sure to include
the version of sudo you are using as well as the platform you are running
it on.

4
configure vendored
View File

@@ -32213,7 +32213,7 @@ elif test X"$TMPFILES_D" != X""; then
fi
ac_config_files="$ac_config_files Makefile doc/Makefile examples/Makefile examples/sudo.conf include/Makefile lib/eventlog/Makefile lib/fuzzstub/Makefile lib/iolog/Makefile lib/logsrv/Makefile lib/protobuf-c/Makefile lib/util/Makefile lib/util/util.exp logsrvd/Makefile src/intercept.exp src/sudo_usage.h src/Makefile plugins/audit_json/Makefile plugins/sample/Makefile plugins/group_file/Makefile plugins/sample_approval/Makefile plugins/system_group/Makefile plugins/sudoers/Makefile plugins/sudoers/sudoers"
ac_config_files="$ac_config_files Makefile docs/Makefile examples/Makefile examples/sudo.conf include/Makefile lib/eventlog/Makefile lib/fuzzstub/Makefile lib/iolog/Makefile lib/logsrv/Makefile lib/protobuf-c/Makefile lib/util/Makefile lib/util/util.exp logsrvd/Makefile src/intercept.exp src/sudo_usage.h src/Makefile plugins/audit_json/Makefile plugins/sample/Makefile plugins/group_file/Makefile plugins/sample_approval/Makefile plugins/system_group/Makefile plugins/sudoers/Makefile plugins/sudoers/sudoers"
cat >confcache <<\_ACEOF
@@ -33205,7 +33205,7 @@ do
"etc/init.d/$INIT_SCRIPT") CONFIG_FILES="$CONFIG_FILES etc/init.d/$INIT_SCRIPT" ;;
"etc/init.d/sudo.conf") CONFIG_FILES="$CONFIG_FILES etc/init.d/sudo.conf" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
"docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
"examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
"examples/sudo.conf") CONFIG_FILES="$CONFIG_FILES examples/sudo.conf" ;;
"include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;

View File

@@ -5093,7 +5093,7 @@ elif test X"$TMPFILES_D" != X""; then
AC_CONFIG_FILES([etc/init.d/sudo.conf])
fi
AC_CONFIG_FILES([Makefile doc/Makefile examples/Makefile examples/sudo.conf include/Makefile lib/eventlog/Makefile lib/fuzzstub/Makefile lib/iolog/Makefile lib/logsrv/Makefile lib/protobuf-c/Makefile lib/util/Makefile lib/util/util.exp logsrvd/Makefile src/intercept.exp src/sudo_usage.h src/Makefile plugins/audit_json/Makefile plugins/sample/Makefile plugins/group_file/Makefile plugins/sample_approval/Makefile plugins/system_group/Makefile plugins/sudoers/Makefile plugins/sudoers/sudoers])
AC_CONFIG_FILES([Makefile docs/Makefile examples/Makefile examples/sudo.conf include/Makefile lib/eventlog/Makefile lib/fuzzstub/Makefile lib/iolog/Makefile lib/logsrv/Makefile lib/protobuf-c/Makefile lib/util/Makefile lib/util/util.exp logsrvd/Makefile src/intercept.exp src/sudo_usage.h src/Makefile plugins/audit_json/Makefile plugins/sample/Makefile plugins/group_file/Makefile plugins/sample_approval/Makefile plugins/system_group/Makefile plugins/sudoers/Makefile plugins/sudoers/sudoers])
AC_OUTPUT

View File

@@ -128,7 +128,7 @@ lint: all
depend:
Makefile: $(srcdir)/Makefile.in
cd $(top_builddir) && ./config.status --file doc/Makefile
cd $(top_builddir) && ./config.status --file docs/Makefile
.SUFFIXES: .man
@@ -147,7 +147,7 @@ fixman.sed: $(srcdir)/fixman.sh
(cd $(top_builddir) && $(SHELL) config.status --file=-) < $(srcdir)/sudo.man.in | $(SED) -f fixman.sed > $@
./sudo.mdoc: $(top_builddir)/config.status $(srcdir)/sudo.mdoc.in
cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
cd $(top_builddir) && $(SHELL) config.status --file=docs/$@
$(srcdir)/visudo.man.in: $(srcdir)/visudo.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
@@ -161,7 +161,7 @@ $(srcdir)/visudo.man.in: $(srcdir)/visudo.mdoc.in
(cd $(top_builddir) && $(SHELL) config.status --file=-) < $(srcdir)/visudo.man.in | $(SED) -f fixman.sed > $@
./visudo.mdoc: $(top_builddir)/config.status $(srcdir)/visudo.mdoc.in
cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
cd $(top_builddir) && $(SHELL) config.status --file=docs/$@
$(srcdir)/sudo.conf.man.in: $(srcdir)/sudo.conf.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
@@ -175,7 +175,7 @@ $(srcdir)/sudo.conf.man.in: $(srcdir)/sudo.conf.mdoc.in
(cd $(top_builddir) && $(SHELL) config.status --file=-) < $(srcdir)/sudo.conf.man.in | $(SED) -f fixman.sed > $@
./sudo.conf.mdoc: $(top_builddir)/config.status $(srcdir)/sudo.conf.mdoc.in
cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
cd $(top_builddir) && $(SHELL) config.status --file=docs/$@
$(srcdir)/sudoers.man.in: $(srcdir)/sudoers.mdoc.in $(srcdir)/sudoers.man.in.sed
@if [ -n "$(DEVEL)" ]; then \
@@ -203,7 +203,7 @@ $(srcdir)/sudoers.ldap.man.in: $(srcdir)/sudoers.ldap.mdoc.in
(cd $(top_builddir) && $(SHELL) config.status --file=-) < $(srcdir)/sudoers.ldap.man.in | $(SED) -f fixman.sed > $@
./sudoers.ldap.mdoc: $(top_builddir)/config.status $(srcdir)/sudoers.ldap.mdoc.in
cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
cd $(top_builddir) && $(SHELL) config.status --file=docs/$@
$(srcdir)/sudoers_timestamp.man.in: $(srcdir)/sudoers_timestamp.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
@@ -217,7 +217,7 @@ $(srcdir)/sudoers_timestamp.man.in: $(srcdir)/sudoers_timestamp.mdoc.in
(cd $(top_builddir) && $(SHELL) config.status --file=-) < $(srcdir)/sudoers_timestamp.man.in | $(SED) -f fixman.sed > $@
./sudoers_timestamp.mdoc: $(top_builddir)/config.status $(srcdir)/sudoers_timestamp.mdoc.in
cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
cd $(top_builddir) && $(SHELL) config.status --file=docs/$@
$(srcdir)/cvtsudoers.man.in: $(srcdir)/cvtsudoers.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
@@ -231,7 +231,7 @@ $(srcdir)/cvtsudoers.man.in: $(srcdir)/cvtsudoers.mdoc.in
(cd $(top_builddir) && $(SHELL) config.status --file=-) < $(srcdir)/cvtsudoers.man.in | $(SED) -f fixman.sed > $@
./cvtsudoers.mdoc: $(top_builddir)/config.status $(srcdir)/cvtsudoers.mdoc.in
cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
cd $(top_builddir) && $(SHELL) config.status --file=docs/$@
$(srcdir)/sudoreplay.man.in: $(srcdir)/sudoreplay.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
@@ -245,7 +245,7 @@ $(srcdir)/sudoreplay.man.in: $(srcdir)/sudoreplay.mdoc.in
(cd $(top_builddir) && $(SHELL) config.status --file=-) < $(srcdir)/sudoreplay.man.in | $(SED) -f fixman.sed > $@
./sudoreplay.mdoc: $(top_builddir)/config.status $(srcdir)/sudoreplay.mdoc.in
cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
cd $(top_builddir) && $(SHELL) config.status --file=docs/$@
$(srcdir)/sudo_logsrvd.man.in: $(srcdir)/sudo_logsrvd.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
@@ -259,7 +259,7 @@ $(srcdir)/sudo_logsrvd.man.in: $(srcdir)/sudo_logsrvd.mdoc.in
(cd $(top_builddir) && $(SHELL) config.status --file=-) < $(srcdir)/sudo_logsrvd.man.in | $(SED) -f fixman.sed > $@
./sudo_logsrvd.mdoc: $(top_builddir)/config.status $(srcdir)/sudo_logsrvd.mdoc.in
cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
cd $(top_builddir) && $(SHELL) config.status --file=docs/$@
$(srcdir)/sudo_logsrv.proto.man.in: $(srcdir)/sudo_logsrv.proto.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
@@ -273,7 +273,7 @@ $(srcdir)/sudo_logsrv.proto.man.in: $(srcdir)/sudo_logsrv.proto.mdoc.in
(cd $(top_builddir) && $(SHELL) config.status --file=-) < $(srcdir)/sudo_logsrv.proto.man.in | $(SED) -f fixman.sed > $@
./sudo_logsrv.proto.mdoc: $(top_builddir)/config.status $(srcdir)/sudo_logsrv.proto.mdoc.in
cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
cd $(top_builddir) && $(SHELL) config.status --file=docs/$@
$(srcdir)/sudo_logsrvd.conf.man.in: $(srcdir)/sudo_logsrvd.conf.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
@@ -287,7 +287,7 @@ $(srcdir)/sudo_logsrvd.conf.man.in: $(srcdir)/sudo_logsrvd.conf.mdoc.in
(cd $(top_builddir) && $(SHELL) config.status --file=-) < $(srcdir)/sudo_logsrvd.conf.man.in | $(SED) -f fixman.sed > $@
./sudo_logsrvd.conf.mdoc: $(top_builddir)/config.status $(srcdir)/sudo_logsrvd.conf.mdoc.in
cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
cd $(top_builddir) && $(SHELL) config.status --file=docs/$@
$(srcdir)/sudo_plugin.man.in: $(srcdir)/sudo_plugin.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
@@ -301,7 +301,7 @@ $(srcdir)/sudo_plugin.man.in: $(srcdir)/sudo_plugin.mdoc.in
(cd $(top_builddir) && $(SHELL) config.status --file=-) < $(srcdir)/sudo_plugin.man.in | $(SED) -f fixman.sed > $@
./sudo_plugin.mdoc: $(top_builddir)/config.status $(srcdir)/sudo_plugin.mdoc.in
cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
cd $(top_builddir) && $(SHELL) config.status --file=docs/$@
$(srcdir)/sudo_plugin_python.man.in: $(srcdir)/sudo_plugin_python.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
@@ -315,7 +315,7 @@ $(srcdir)/sudo_plugin_python.man.in: $(srcdir)/sudo_plugin_python.mdoc.in
(cd $(top_builddir) && $(SHELL) config.status --file=-) < $(srcdir)/sudo_plugin_python.man.in | $(SED) -f fixman.sed > $@
./sudo_plugin_python.mdoc: $(top_builddir)/config.status $(srcdir)/sudo_plugin_python.mdoc.in
cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
cd $(top_builddir) && $(SHELL) config.status --file=docs/$@
$(srcdir)/sudo_sendlog.man.in: $(srcdir)/sudo_sendlog.mdoc.in
@if [ -n "$(DEVEL)" ]; then \
@@ -329,7 +329,7 @@ $(srcdir)/sudo_sendlog.man.in: $(srcdir)/sudo_sendlog.mdoc.in
(cd $(top_builddir) && $(SHELL) config.status --file=-) < $(srcdir)/sudo_sendlog.man.in | $(SED) -f fixman.sed > $@
./sudo_sendlog.mdoc: $(top_builddir)/config.status $(srcdir)/sudo_sendlog.mdoc.in
cd $(top_builddir) && $(SHELL) config.status --file=doc/$@
cd $(top_builddir) && $(SHELL) config.status --file=docs/$@
pre-install:

View File

@@ -349,7 +349,7 @@ o Upgrading from a version prior to 1.8.0:
The sudo.conf file, usually stored in /etc, is used to configure
plugins. This file is optional--if no plugins are specified
in sudo.conf, the "sudoers" plugin is used. See the example
sudo.conf file in the doc directory or refer to the updated
sudo.conf file in the docs directory or refer to the updated
sudo manual to see how to configure sudo.conf.
The "askpass" setting has moved from the sudoers file to the

View File

@@ -7,8 +7,8 @@ Makefile\.in
^autogen\.sh$
^config\.h\.in$
^configure$
^doc/.*\.man\.in$
^doc/CONTRIBUTORS$
^docs/.*\.man\.in$
^docs/CONTRIBUTORS$
^etc/codespell
^lib/util/fnmatch\.c$
^lib/util/getaddrinfo\.c$