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 PVS-Studio.cfg
uncrustify.files uncrustify.files
doc/*.man docs/*.man
doc/*.mdoc docs/*.mdoc
doc/fixman.sed docs/fixman.sed
examples/sudo.conf examples/sudo.conf

View File

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

View File

@@ -28,7 +28,7 @@ Simple sudo installation
For most systems and configurations it is possible simply to: For most systems and configurations it is possible simply to:
0) If you are upgrading from a previous version of sudo 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 1) Read the `OS dependent notes' section for any particular
"gotchas" relating to your operating system. "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 make will probably be required. If `configure' did its job
properly (and you have a supported configuration) there won't properly (and you have a supported configuration) there won't
be any problems. If this doesn't work, take a look at the 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 wrong. Please mail us if you have a fix or if you are unable
to come up with a fix (address at EOF). to come up with a fix (address at EOF).

View File

@@ -12,49 +12,49 @@ autogen.sh
config.h.in config.h.in
configure configure
configure.ac configure.ac
doc/CONTRIBUTORS docs/CONTRIBUTORS
doc/HISTORY docs/HISTORY
doc/LICENSE docs/LICENSE
doc/Makefile.in docs/Makefile.in
doc/TROUBLESHOOTING docs/TROUBLESHOOTING
doc/UPGRADE docs/UPGRADE
doc/cvtsudoers.man.in docs/cvtsudoers.man.in
doc/cvtsudoers.mdoc.in docs/cvtsudoers.mdoc.in
doc/fixman.sh docs/fixman.sh
doc/fixmdoc.sed docs/fixmdoc.sed
doc/schema.ActiveDirectory docs/schema.ActiveDirectory
doc/schema.OpenLDAP docs/schema.OpenLDAP
doc/schema.iPlanet docs/schema.iPlanet
doc/schema.olcSudo docs/schema.olcSudo
doc/sudo.conf.man.in docs/sudo.conf.man.in
doc/sudo.conf.man.in.sed docs/sudo.conf.man.in.sed
doc/sudo.conf.mdoc.in docs/sudo.conf.mdoc.in
doc/sudo.man.in docs/sudo.man.in
doc/sudo.man.in.sed docs/sudo.man.in.sed
doc/sudo.mdoc.in docs/sudo.mdoc.in
doc/sudo_logsrv.proto.man.in docs/sudo_logsrv.proto.man.in
doc/sudo_logsrv.proto.mdoc.in docs/sudo_logsrv.proto.mdoc.in
doc/sudo_logsrvd.conf.man.in docs/sudo_logsrvd.conf.man.in
doc/sudo_logsrvd.conf.mdoc.in docs/sudo_logsrvd.conf.mdoc.in
doc/sudo_logsrvd.man.in docs/sudo_logsrvd.man.in
doc/sudo_logsrvd.mdoc.in docs/sudo_logsrvd.mdoc.in
doc/sudo_plugin.man.in docs/sudo_plugin.man.in
doc/sudo_plugin.mdoc.in docs/sudo_plugin.mdoc.in
doc/sudo_plugin_python.man.in docs/sudo_plugin_python.man.in
doc/sudo_plugin_python.mdoc.in docs/sudo_plugin_python.mdoc.in
doc/sudo_sendlog.man.in docs/sudo_sendlog.man.in
doc/sudo_sendlog.mdoc.in docs/sudo_sendlog.mdoc.in
doc/sudoers.ldap.man.in docs/sudoers.ldap.man.in
doc/sudoers.ldap.mdoc.in docs/sudoers.ldap.mdoc.in
doc/sudoers.man.in docs/sudoers.man.in
doc/sudoers.man.in.sed docs/sudoers.man.in.sed
doc/sudoers.mdoc.in docs/sudoers.mdoc.in
doc/sudoers_timestamp.man.in docs/sudoers_timestamp.man.in
doc/sudoers_timestamp.mdoc.in docs/sudoers_timestamp.mdoc.in
doc/sudoreplay.man.in docs/sudoreplay.man.in
doc/sudoreplay.mdoc.in docs/sudoreplay.mdoc.in
doc/visudo.man.in docs/visudo.man.in
doc/visudo.mdoc.in docs/visudo.mdoc.in
docker/README docker/README
docker/debian/latest/Dockerfile docker/debian/latest/Dockerfile
docker/debian/testing/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 \ SUBDIRS = lib/util @ZLIB_SRC@ lib/eventlog lib/fuzzstub lib/iolog \
lib/protobuf-c @LOGSRV_SRC@ @LOGSRVD_SRC@ plugins/audit_json \ lib/protobuf-c @LOGSRV_SRC@ @LOGSRVD_SRC@ plugins/audit_json \
plugins/group_file plugins/sample_approval plugins/sudoers \ 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 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. page, https://www.sudo.ws/stable.html.
If you are upgrading from an earlier version of Sudo, please see 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. 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 doc/CONTRIBUTORS file. You can find a list of contributors to sudo in the docs/CONTRIBUTORS file.
Building the release 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 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/. 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 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 the version of sudo you are using as well as the platform you are running
it on. it on.

4
configure vendored
View File

@@ -32213,7 +32213,7 @@ elif test X"$TMPFILES_D" != X""; then
fi 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 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/$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" ;; "etc/init.d/sudo.conf") CONFIG_FILES="$CONFIG_FILES etc/init.d/sudo.conf" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "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/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
"examples/sudo.conf") CONFIG_FILES="$CONFIG_FILES examples/sudo.conf" ;; "examples/sudo.conf") CONFIG_FILES="$CONFIG_FILES examples/sudo.conf" ;;
"include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; "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]) AC_CONFIG_FILES([etc/init.d/sudo.conf])
fi 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 AC_OUTPUT

View File

@@ -128,7 +128,7 @@ lint: all
depend: depend:
Makefile: $(srcdir)/Makefile.in Makefile: $(srcdir)/Makefile.in
cd $(top_builddir) && ./config.status --file doc/Makefile cd $(top_builddir) && ./config.status --file docs/Makefile
.SUFFIXES: .man .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 > $@ (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 ./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 $(srcdir)/visudo.man.in: $(srcdir)/visudo.mdoc.in
@if [ -n "$(DEVEL)" ]; then \ @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 > $@ (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 ./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 $(srcdir)/sudo.conf.man.in: $(srcdir)/sudo.conf.mdoc.in
@if [ -n "$(DEVEL)" ]; then \ @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 > $@ (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 ./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 $(srcdir)/sudoers.man.in: $(srcdir)/sudoers.mdoc.in $(srcdir)/sudoers.man.in.sed
@if [ -n "$(DEVEL)" ]; then \ @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 > $@ (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 ./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 $(srcdir)/sudoers_timestamp.man.in: $(srcdir)/sudoers_timestamp.mdoc.in
@if [ -n "$(DEVEL)" ]; then \ @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 > $@ (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 ./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 $(srcdir)/cvtsudoers.man.in: $(srcdir)/cvtsudoers.mdoc.in
@if [ -n "$(DEVEL)" ]; then \ @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 > $@ (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 ./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 $(srcdir)/sudoreplay.man.in: $(srcdir)/sudoreplay.mdoc.in
@if [ -n "$(DEVEL)" ]; then \ @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 > $@ (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 ./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 $(srcdir)/sudo_logsrvd.man.in: $(srcdir)/sudo_logsrvd.mdoc.in
@if [ -n "$(DEVEL)" ]; then \ @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 > $@ (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 ./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 $(srcdir)/sudo_logsrv.proto.man.in: $(srcdir)/sudo_logsrv.proto.mdoc.in
@if [ -n "$(DEVEL)" ]; then \ @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 > $@ (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 ./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 $(srcdir)/sudo_logsrvd.conf.man.in: $(srcdir)/sudo_logsrvd.conf.mdoc.in
@if [ -n "$(DEVEL)" ]; then \ @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 > $@ (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 ./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 $(srcdir)/sudo_plugin.man.in: $(srcdir)/sudo_plugin.mdoc.in
@if [ -n "$(DEVEL)" ]; then \ @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 > $@ (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 ./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 $(srcdir)/sudo_plugin_python.man.in: $(srcdir)/sudo_plugin_python.mdoc.in
@if [ -n "$(DEVEL)" ]; then \ @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 > $@ (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 ./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 $(srcdir)/sudo_sendlog.man.in: $(srcdir)/sudo_sendlog.mdoc.in
@if [ -n "$(DEVEL)" ]; then \ @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 > $@ (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 ./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: 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 The sudo.conf file, usually stored in /etc, is used to configure
plugins. This file is optional--if no plugins are specified plugins. This file is optional--if no plugins are specified
in sudo.conf, the "sudoers" plugin is used. See the example 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. sudo manual to see how to configure sudo.conf.
The "askpass" setting has moved from the sudoers file to the The "askpass" setting has moved from the sudoers file to the

View File

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