From 289a045a4fb35a128b0c58eb37b5de73be0e49ee Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 10 Nov 2021 16:45:16 -0700 Subject: [PATCH] Rename "doc" directory to "docs" for better GitHub compatibility. --- .gitignore | 6 +- .hgignore | 6 +- INSTALL | 4 +- MANIFEST | 86 ++++++++++++------------ Makefile.in | 2 +- README | 8 +-- configure | 4 +- configure.ac | 2 +- {doc => docs}/CONTRIBUTORS | 0 {doc => docs}/HISTORY | 0 {doc => docs}/LICENSE | 0 {doc => docs}/Makefile.in | 28 ++++---- {doc => docs}/TROUBLESHOOTING | 0 {doc => docs}/UPGRADE | 2 +- {doc => docs}/cvtsudoers.man.in | 0 {doc => docs}/cvtsudoers.mdoc.in | 0 {doc => docs}/fixman.sh | 0 {doc => docs}/fixmdoc.sed | 0 {doc => docs}/schema.ActiveDirectory | 0 {doc => docs}/schema.OpenLDAP | 0 {doc => docs}/schema.iPlanet | 0 {doc => docs}/schema.olcSudo | 0 {doc => docs}/sudo.conf.man.in | 0 {doc => docs}/sudo.conf.man.in.sed | 0 {doc => docs}/sudo.conf.mdoc.in | 0 {doc => docs}/sudo.man.in | 0 {doc => docs}/sudo.man.in.sed | 0 {doc => docs}/sudo.mdoc.in | 0 {doc => docs}/sudo_logsrv.proto.man.in | 0 {doc => docs}/sudo_logsrv.proto.mdoc.in | 0 {doc => docs}/sudo_logsrvd.conf.man.in | 0 {doc => docs}/sudo_logsrvd.conf.mdoc.in | 0 {doc => docs}/sudo_logsrvd.man.in | 0 {doc => docs}/sudo_logsrvd.mdoc.in | 0 {doc => docs}/sudo_plugin.man.in | 0 {doc => docs}/sudo_plugin.mdoc.in | 0 {doc => docs}/sudo_plugin_python.man.in | 0 {doc => docs}/sudo_plugin_python.mdoc.in | 0 {doc => docs}/sudo_sendlog.man.in | 0 {doc => docs}/sudo_sendlog.mdoc.in | 0 {doc => docs}/sudoers.ldap.man.in | 0 {doc => docs}/sudoers.ldap.mdoc.in | 0 {doc => docs}/sudoers.man.in | 0 {doc => docs}/sudoers.man.in.sed | 0 {doc => docs}/sudoers.mdoc.in | 0 {doc => docs}/sudoers_timestamp.man.in | 0 {doc => docs}/sudoers_timestamp.mdoc.in | 0 {doc => docs}/sudoreplay.man.in | 0 {doc => docs}/sudoreplay.mdoc.in | 0 {doc => docs}/visudo.man.in | 0 {doc => docs}/visudo.mdoc.in | 0 etc/codespell.skip | 4 +- 52 files changed, 76 insertions(+), 76 deletions(-) rename {doc => docs}/CONTRIBUTORS (100%) rename {doc => docs}/HISTORY (100%) rename {doc => docs}/LICENSE (100%) rename {doc => docs}/Makefile.in (95%) rename {doc => docs}/TROUBLESHOOTING (100%) rename {doc => docs}/UPGRADE (99%) rename {doc => docs}/cvtsudoers.man.in (100%) rename {doc => docs}/cvtsudoers.mdoc.in (100%) rename {doc => docs}/fixman.sh (100%) rename {doc => docs}/fixmdoc.sed (100%) rename {doc => docs}/schema.ActiveDirectory (100%) rename {doc => docs}/schema.OpenLDAP (100%) rename {doc => docs}/schema.iPlanet (100%) rename {doc => docs}/schema.olcSudo (100%) rename {doc => docs}/sudo.conf.man.in (100%) rename {doc => docs}/sudo.conf.man.in.sed (100%) rename {doc => docs}/sudo.conf.mdoc.in (100%) rename {doc => docs}/sudo.man.in (100%) rename {doc => docs}/sudo.man.in.sed (100%) rename {doc => docs}/sudo.mdoc.in (100%) rename {doc => docs}/sudo_logsrv.proto.man.in (100%) rename {doc => docs}/sudo_logsrv.proto.mdoc.in (100%) rename {doc => docs}/sudo_logsrvd.conf.man.in (100%) rename {doc => docs}/sudo_logsrvd.conf.mdoc.in (100%) rename {doc => docs}/sudo_logsrvd.man.in (100%) rename {doc => docs}/sudo_logsrvd.mdoc.in (100%) rename {doc => docs}/sudo_plugin.man.in (100%) rename {doc => docs}/sudo_plugin.mdoc.in (100%) rename {doc => docs}/sudo_plugin_python.man.in (100%) rename {doc => docs}/sudo_plugin_python.mdoc.in (100%) rename {doc => docs}/sudo_sendlog.man.in (100%) rename {doc => docs}/sudo_sendlog.mdoc.in (100%) rename {doc => docs}/sudoers.ldap.man.in (100%) rename {doc => docs}/sudoers.ldap.mdoc.in (100%) rename {doc => docs}/sudoers.man.in (100%) rename {doc => docs}/sudoers.man.in.sed (100%) rename {doc => docs}/sudoers.mdoc.in (100%) rename {doc => docs}/sudoers_timestamp.man.in (100%) rename {doc => docs}/sudoers_timestamp.mdoc.in (100%) rename {doc => docs}/sudoreplay.man.in (100%) rename {doc => docs}/sudoreplay.mdoc.in (100%) rename {doc => docs}/visudo.man.in (100%) rename {doc => docs}/visudo.mdoc.in (100%) diff --git a/.gitignore b/.gitignore index 68957e11e..83be825f9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.hgignore b/.hgignore index 8f638b489..027bf1383 100644 --- a/.hgignore +++ b/.hgignore @@ -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$ diff --git a/INSTALL b/INSTALL index 53442429b..9f07fdd09 100644 --- a/INSTALL +++ b/INSTALL @@ -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). diff --git a/MANIFEST b/MANIFEST index cd7dd24ac..6f97179f8 100644 --- a/MANIFEST +++ b/MANIFEST @@ -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 diff --git a/Makefile.in b/Makefile.in index e004280bc..359ae4a0d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/README b/README index 61cc6bc37..abb828098 100644 --- a/README +++ b/README @@ -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. diff --git a/configure b/configure index 8eb62a8ed..62703e53f 100755 --- a/configure +++ b/configure @@ -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" ;; diff --git a/configure.ac b/configure.ac index b56bd24b4..ad7d004ab 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/doc/CONTRIBUTORS b/docs/CONTRIBUTORS similarity index 100% rename from doc/CONTRIBUTORS rename to docs/CONTRIBUTORS diff --git a/doc/HISTORY b/docs/HISTORY similarity index 100% rename from doc/HISTORY rename to docs/HISTORY diff --git a/doc/LICENSE b/docs/LICENSE similarity index 100% rename from doc/LICENSE rename to docs/LICENSE diff --git a/doc/Makefile.in b/docs/Makefile.in similarity index 95% rename from doc/Makefile.in rename to docs/Makefile.in index 7f154282c..1526891c7 100644 --- a/doc/Makefile.in +++ b/docs/Makefile.in @@ -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: diff --git a/doc/TROUBLESHOOTING b/docs/TROUBLESHOOTING similarity index 100% rename from doc/TROUBLESHOOTING rename to docs/TROUBLESHOOTING diff --git a/doc/UPGRADE b/docs/UPGRADE similarity index 99% rename from doc/UPGRADE rename to docs/UPGRADE index 80cc89cbd..c893e0f4e 100644 --- a/doc/UPGRADE +++ b/docs/UPGRADE @@ -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 diff --git a/doc/cvtsudoers.man.in b/docs/cvtsudoers.man.in similarity index 100% rename from doc/cvtsudoers.man.in rename to docs/cvtsudoers.man.in diff --git a/doc/cvtsudoers.mdoc.in b/docs/cvtsudoers.mdoc.in similarity index 100% rename from doc/cvtsudoers.mdoc.in rename to docs/cvtsudoers.mdoc.in diff --git a/doc/fixman.sh b/docs/fixman.sh similarity index 100% rename from doc/fixman.sh rename to docs/fixman.sh diff --git a/doc/fixmdoc.sed b/docs/fixmdoc.sed similarity index 100% rename from doc/fixmdoc.sed rename to docs/fixmdoc.sed diff --git a/doc/schema.ActiveDirectory b/docs/schema.ActiveDirectory similarity index 100% rename from doc/schema.ActiveDirectory rename to docs/schema.ActiveDirectory diff --git a/doc/schema.OpenLDAP b/docs/schema.OpenLDAP similarity index 100% rename from doc/schema.OpenLDAP rename to docs/schema.OpenLDAP diff --git a/doc/schema.iPlanet b/docs/schema.iPlanet similarity index 100% rename from doc/schema.iPlanet rename to docs/schema.iPlanet diff --git a/doc/schema.olcSudo b/docs/schema.olcSudo similarity index 100% rename from doc/schema.olcSudo rename to docs/schema.olcSudo diff --git a/doc/sudo.conf.man.in b/docs/sudo.conf.man.in similarity index 100% rename from doc/sudo.conf.man.in rename to docs/sudo.conf.man.in diff --git a/doc/sudo.conf.man.in.sed b/docs/sudo.conf.man.in.sed similarity index 100% rename from doc/sudo.conf.man.in.sed rename to docs/sudo.conf.man.in.sed diff --git a/doc/sudo.conf.mdoc.in b/docs/sudo.conf.mdoc.in similarity index 100% rename from doc/sudo.conf.mdoc.in rename to docs/sudo.conf.mdoc.in diff --git a/doc/sudo.man.in b/docs/sudo.man.in similarity index 100% rename from doc/sudo.man.in rename to docs/sudo.man.in diff --git a/doc/sudo.man.in.sed b/docs/sudo.man.in.sed similarity index 100% rename from doc/sudo.man.in.sed rename to docs/sudo.man.in.sed diff --git a/doc/sudo.mdoc.in b/docs/sudo.mdoc.in similarity index 100% rename from doc/sudo.mdoc.in rename to docs/sudo.mdoc.in diff --git a/doc/sudo_logsrv.proto.man.in b/docs/sudo_logsrv.proto.man.in similarity index 100% rename from doc/sudo_logsrv.proto.man.in rename to docs/sudo_logsrv.proto.man.in diff --git a/doc/sudo_logsrv.proto.mdoc.in b/docs/sudo_logsrv.proto.mdoc.in similarity index 100% rename from doc/sudo_logsrv.proto.mdoc.in rename to docs/sudo_logsrv.proto.mdoc.in diff --git a/doc/sudo_logsrvd.conf.man.in b/docs/sudo_logsrvd.conf.man.in similarity index 100% rename from doc/sudo_logsrvd.conf.man.in rename to docs/sudo_logsrvd.conf.man.in diff --git a/doc/sudo_logsrvd.conf.mdoc.in b/docs/sudo_logsrvd.conf.mdoc.in similarity index 100% rename from doc/sudo_logsrvd.conf.mdoc.in rename to docs/sudo_logsrvd.conf.mdoc.in diff --git a/doc/sudo_logsrvd.man.in b/docs/sudo_logsrvd.man.in similarity index 100% rename from doc/sudo_logsrvd.man.in rename to docs/sudo_logsrvd.man.in diff --git a/doc/sudo_logsrvd.mdoc.in b/docs/sudo_logsrvd.mdoc.in similarity index 100% rename from doc/sudo_logsrvd.mdoc.in rename to docs/sudo_logsrvd.mdoc.in diff --git a/doc/sudo_plugin.man.in b/docs/sudo_plugin.man.in similarity index 100% rename from doc/sudo_plugin.man.in rename to docs/sudo_plugin.man.in diff --git a/doc/sudo_plugin.mdoc.in b/docs/sudo_plugin.mdoc.in similarity index 100% rename from doc/sudo_plugin.mdoc.in rename to docs/sudo_plugin.mdoc.in diff --git a/doc/sudo_plugin_python.man.in b/docs/sudo_plugin_python.man.in similarity index 100% rename from doc/sudo_plugin_python.man.in rename to docs/sudo_plugin_python.man.in diff --git a/doc/sudo_plugin_python.mdoc.in b/docs/sudo_plugin_python.mdoc.in similarity index 100% rename from doc/sudo_plugin_python.mdoc.in rename to docs/sudo_plugin_python.mdoc.in diff --git a/doc/sudo_sendlog.man.in b/docs/sudo_sendlog.man.in similarity index 100% rename from doc/sudo_sendlog.man.in rename to docs/sudo_sendlog.man.in diff --git a/doc/sudo_sendlog.mdoc.in b/docs/sudo_sendlog.mdoc.in similarity index 100% rename from doc/sudo_sendlog.mdoc.in rename to docs/sudo_sendlog.mdoc.in diff --git a/doc/sudoers.ldap.man.in b/docs/sudoers.ldap.man.in similarity index 100% rename from doc/sudoers.ldap.man.in rename to docs/sudoers.ldap.man.in diff --git a/doc/sudoers.ldap.mdoc.in b/docs/sudoers.ldap.mdoc.in similarity index 100% rename from doc/sudoers.ldap.mdoc.in rename to docs/sudoers.ldap.mdoc.in diff --git a/doc/sudoers.man.in b/docs/sudoers.man.in similarity index 100% rename from doc/sudoers.man.in rename to docs/sudoers.man.in diff --git a/doc/sudoers.man.in.sed b/docs/sudoers.man.in.sed similarity index 100% rename from doc/sudoers.man.in.sed rename to docs/sudoers.man.in.sed diff --git a/doc/sudoers.mdoc.in b/docs/sudoers.mdoc.in similarity index 100% rename from doc/sudoers.mdoc.in rename to docs/sudoers.mdoc.in diff --git a/doc/sudoers_timestamp.man.in b/docs/sudoers_timestamp.man.in similarity index 100% rename from doc/sudoers_timestamp.man.in rename to docs/sudoers_timestamp.man.in diff --git a/doc/sudoers_timestamp.mdoc.in b/docs/sudoers_timestamp.mdoc.in similarity index 100% rename from doc/sudoers_timestamp.mdoc.in rename to docs/sudoers_timestamp.mdoc.in diff --git a/doc/sudoreplay.man.in b/docs/sudoreplay.man.in similarity index 100% rename from doc/sudoreplay.man.in rename to docs/sudoreplay.man.in diff --git a/doc/sudoreplay.mdoc.in b/docs/sudoreplay.mdoc.in similarity index 100% rename from doc/sudoreplay.mdoc.in rename to docs/sudoreplay.mdoc.in diff --git a/doc/visudo.man.in b/docs/visudo.man.in similarity index 100% rename from doc/visudo.man.in rename to docs/visudo.man.in diff --git a/doc/visudo.mdoc.in b/docs/visudo.mdoc.in similarity index 100% rename from doc/visudo.mdoc.in rename to docs/visudo.mdoc.in diff --git a/etc/codespell.skip b/etc/codespell.skip index 407c7f5b5..bbf3d0298 100644 --- a/etc/codespell.skip +++ b/etc/codespell.skip @@ -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$