++version
This commit is contained in:
4
INSTALL
4
INSTALL
@@ -1,5 +1,5 @@
|
|||||||
Installation instructions for CU sudo 1.3.8
|
Installation instructions for CU sudo 1.4
|
||||||
===========================================
|
=========================================
|
||||||
|
|
||||||
Sudo uses a `configure' script to probe the capabilities and type
|
Sudo uses a `configure' script to probe the capabilities and type
|
||||||
of the system in question. Please read this document fully before
|
of the system in question. Please read this document fully before
|
||||||
|
2
OPTIONS
2
OPTIONS
@@ -1,4 +1,4 @@
|
|||||||
The following options may be used to configure sudo 1.3.8
|
The following options may be used to configure sudo 1.4
|
||||||
|
|
||||||
FQDN
|
FQDN
|
||||||
Define this if you want to put fully qualified hostnames in the sudoers
|
Define this if you want to put fully qualified hostnames in the sudoers
|
||||||
|
4
README
4
README
@@ -1,4 +1,4 @@
|
|||||||
This is the CU version of sudo, release 1.3.8 (GAMMA)
|
This is the CU version of sudo, release 1.4
|
||||||
|
|
||||||
The sudo philosophy
|
The sudo philosophy
|
||||||
===================
|
===================
|
||||||
@@ -26,7 +26,7 @@ Group's sudo 1.1, the code has been changed significantly, so please
|
|||||||
do not bother them with bugs in CU sudo. Bug reports for this sudo
|
do not bother them with bugs in CU sudo. Bug reports for this sudo
|
||||||
should be sent to sudo-bugs@cs.colorado.edu.
|
should be sent to sudo-bugs@cs.colorado.edu.
|
||||||
|
|
||||||
CU sudo 1.3.8 represents a huge change from the 1.3.1 code base.
|
CU sudo 1.4 represents a huge change from the 1.3.1 code base.
|
||||||
It includes a completely rewritten parser contributed by Chris Jepeway,
|
It includes a completely rewritten parser contributed by Chris Jepeway,
|
||||||
a smarter and easier to use visudo, an updated configure script along
|
a smarter and easier to use visudo, an updated configure script along
|
||||||
with the usual bug fixes and portability changes. See the CHANGES file
|
with the usual bug fixes and portability changes. See the CHANGES file
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* CU sudo version 1.3.8
|
* CU sudo version 1.4
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(config.h)
|
|||||||
dnl
|
dnl
|
||||||
dnl This won't work before AC_INIT()
|
dnl This won't work before AC_INIT()
|
||||||
dnl
|
dnl
|
||||||
echo "Configuring CU Sudo version 1.3.8"
|
echo "Configuring CU Sudo version 1.4"
|
||||||
dnl
|
dnl
|
||||||
dnl Variables that get substituted in the Makefile
|
dnl Variables that get substituted in the Makefile
|
||||||
dnl
|
dnl
|
||||||
|
Reference in New Issue
Block a user