[sudo-commits] sudo changeset 12189:0be8e958cbc2

Todd C. Miller Todd.Miller at sudo.ws
Thu Feb 6 14:30:58 MST 2020


changeset:	12189:0be8e958cbc2 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/0be8e958cbc2
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Feb 06 14:30:26 2020 -0700

Log Message:
	Move some scripts from the top level src dir to a scripts dir.

diffstat:

 MANIFEST                            |    11 +-
 Makefile.in                         |    11 +-
 doc/Makefile.in                     |     3 +-
 examples/Makefile.in                |     3 +-
 generate_test_coverage.sh           |    28 -
 include/Makefile.in                 |     3 +-
 lib/iolog/Makefile.in               |     3 +-
 lib/logsrv/Makefile.in              |     3 +-
 lib/util/Makefile.in                |     5 +-
 lib/zlib/Makefile.in                |     3 +-
 log2cl.pl                           |   104 -
 logsrvd/Makefile.in                 |     5 +-
 mkdep.pl                            |   291 -
 mkinstalldirs                       |    84 -
 mkpkg                               |   418 -
 plugins/audit_json/Makefile.in      |     5 +-
 plugins/group_file/Makefile.in      |     5 +-
 plugins/python/Makefile.in          |     5 +-
 plugins/sample/Makefile.in          |     5 +-
 plugins/sample_approval/Makefile.in |     5 +-
 plugins/sudoers/Makefile.in         |     5 +-
 plugins/system_group/Makefile.in    |     5 +-
 pp                                  |  8804 -----------------------------------
 scripts/generate_test_coverage.sh   |    28 +
 scripts/log2cl.pl                   |   104 +
 scripts/mkdep.pl                    |   291 +
 scripts/mkinstalldirs               |    84 +
 scripts/mkpkg                       |   419 +
 scripts/pp                          |  8804 +++++++++++++++++++++++++++++++++++
 src/Makefile.in                     |    11 +-
 30 files changed, 9787 insertions(+), 9768 deletions(-)


More information about the sudo-commits mailing list