From: Todd C. Miller Date: Sun, 17 Jan 1999 22:40:55 +0000 (+0000) Subject: crank version and regen files X-Git-Tag: SUDO_1_5_8~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3aaf522839525c0755862b1d9b56a0612a852b0;p=sudo crank version and regen files --- diff --git a/BUGS b/BUGS index 1aeb31b02..a379ecf04 100644 --- a/BUGS +++ b/BUGS @@ -1,4 +1,4 @@ -Known bugs in sudo version 1.5.7 +Known bugs in sudo version 1.5.8 ================================ 1) "make install-man" should substitute correct paths into the diff --git a/INSTALL b/INSTALL index f99ba3551..9b0128e39 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -Installation instructions for CU sudo 1.5.7 +Installation instructions for CU sudo 1.5.8 =========================================== Sudo uses a `configure' script to probe the capabilities and type @@ -63,11 +63,11 @@ significantly as compared to previous versions. All options are now set via the configure script. See below for a list of all the configure options and their meanings. -By default, sudo 1.5.7 expects the sudoers file to be mode 0440 and +By default, sudo 1.5.8 expects the sudoers file to be mode 0440 and to be owned by user and group 0. This differs from version 1.4 and below which expected the sudoers file to be mode 0400 and to be owned by root. Doing a `make install' will set the sudoers file -to the new mode and group. If sudo 1.5.7 encounters a sudoers file +to the new mode and group. If sudo 1.5.8 encounters a sudoers file with the old permissions it will attempt to update it to the new scheme. You cannot, however, use a sudoers file with the new permissions with an old sudo binary. It is suggested that if have diff --git a/Makefile.in b/Makefile.in index fe56c8c83..93086fd7b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ #* -#* CU sudo version 1.5.7 (based on Root Group sudo version 1.1) +#* CU sudo version 1.5.8 (based on Root Group sudo version 1.1) #* #* This software comes with no waranty whatsoever, use at your own risk. #* @@ -116,7 +116,7 @@ LIBOBJS = @LIBOBJS@ @ALLOCA@ HDRS = sudo.h compat.h version.h insults.h \ ins_2001.h ins_classic.h ins_goons.h ins_csops.h sudo.tab.h -VERSION = 1.5.7 +VERSION = 1.5.8 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL \ INSTALL.configure TODO PORTING README RUNSON \ diff --git a/README b/README index 5bb93db79..ac6f68ba8 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is the CU version of sudo, release 1.5.7 +This is the CU version of sudo, release 1.5.8 The sudo philosophy =================== diff --git a/check.c b/check.c index 26623d51e..c507a4f05 100644 --- a/check.c +++ b/check.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.8 (based on Root Group sudo version 1.1) * * This software comes with no waranty whatsoever, use at your own risk. * diff --git a/check_sia.c b/check_sia.c index 67ff6ab72..ed4bb6a2f 100644 --- a/check_sia.c +++ b/check_sia.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/compat.h b/compat.h index b4e8dd288..beb1fef41 100644 --- a/compat.h +++ b/compat.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/config.h.in b/config.h.in index 977036eba..85e6bab8a 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/configure b/configure index 1156549d9..494e7a0d8 100755 --- a/configure +++ b/configure @@ -643,7 +643,7 @@ fi -echo "Configuring CU Sudo version 1.5.7" +echo "Configuring CU Sudo version 1.5.8" PROGS="sudo visudo" SUDO_LDFLAGS="" VISUDO_LDFLAGS="" diff --git a/configure.in b/configure.in index 353ad04e2..ecca498c0 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_CONFIG_HEADER(config.h pathnames.h) dnl dnl This won't work before AC_INIT() dnl -echo "Configuring CU Sudo version 1.5.7" +echo "Configuring CU Sudo version 1.5.8" dnl dnl Variables that get substituted in the Makefile dnl diff --git a/dce_pwent.c b/dce_pwent.c index 88c9f9004..eb7768241 100644 --- a/dce_pwent.c +++ b/dce_pwent.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/emul/utime.h b/emul/utime.h index 94a9eb32b..a3140e797 100644 --- a/emul/utime.h +++ b/emul/utime.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/find_path.c b/find_path.c index d9c9d3f3d..a38020037 100644 --- a/find_path.c +++ b/find_path.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/getspwuid.c b/getspwuid.c index 29fdb09f0..2d4a07e45 100644 --- a/getspwuid.c +++ b/getspwuid.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/goodpath.c b/goodpath.c index aed31cc39..68a56813b 100644 --- a/goodpath.c +++ b/goodpath.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/ins_2001.h b/ins_2001.h index 805efc428..3eaed34a2 100644 --- a/ins_2001.h +++ b/ins_2001.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/ins_classic.h b/ins_classic.h index 66ea75966..108f64351 100644 --- a/ins_classic.h +++ b/ins_classic.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/ins_csops.h b/ins_csops.h index 382248034..ab3c0fa7e 100644 --- a/ins_csops.h +++ b/ins_csops.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/ins_goons.h b/ins_goons.h index 556a45947..28b70c769 100644 --- a/ins_goons.h +++ b/ins_goons.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/insults.h b/insults.h index 47b2f4491..d5153b817 100644 --- a/insults.h +++ b/insults.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/interfaces.c b/interfaces.c index 31a4185d8..a83937a4d 100644 --- a/interfaces.c +++ b/interfaces.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/lex.yy.c b/lex.yy.c index 101e23b08..84c43afd7 100644 --- a/lex.yy.c +++ b/lex.yy.c @@ -514,7 +514,7 @@ char *yytext; #define INITIAL 0 #line 2 "parse.lex" /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/logging.c b/logging.c index 74ab13d0c..3358caab9 100644 --- a/logging.c +++ b/logging.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.8 (based on Root Group sudo version 1.1) * * This software comes with no waranty whatsoever, use at your own risk. * diff --git a/parse.c b/parse.c index 876190713..57ac8031f 100644 --- a/parse.c +++ b/parse.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/parse.lex b/parse.lex index 3011d5b7d..32264290c 100644 --- a/parse.lex +++ b/parse.lex @@ -1,6 +1,6 @@ %{ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/parse.yacc b/parse.yacc index 7a7cfd8e5..f87345ba4 100644 --- a/parse.yacc +++ b/parse.yacc @@ -1,7 +1,7 @@ %{ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/pathnames.h.in b/pathnames.h.in index 3f2dd92d9..d2a8d491d 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/putenv.c b/putenv.c index 765f98411..7543e7488 100644 --- a/putenv.c +++ b/putenv.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/secureware.c b/secureware.c index 7d80d035c..d6c589044 100644 --- a/secureware.c +++ b/secureware.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/strdup.c b/strdup.c index 2d9835066..00b7ba2ca 100644 --- a/strdup.c +++ b/strdup.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.8 (based on Root Group sudo version 1.1) * * This software comes with no waranty whatsoever, use at your own risk. * diff --git a/sudo.c b/sudo.c index 4bc164e1c..7b306d33e 100644 --- a/sudo.c +++ b/sudo.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.8 (based on Root Group sudo version 1.1) * * This software comes with no waranty whatsoever, use at your own risk. * diff --git a/sudo.cat b/sudo.cat index 860c5d9d5..cad6f5cb9 100644 --- a/sudo.cat +++ b/sudo.cat @@ -8,8 +8,8 @@ NNNNAAAAMMMMEEEE sudo - execute a command as the superuser SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS - ssssuuuuddddoooo ----VVVV | ----hhhh | ----llll | ----vvvv | ----kkkk | ----ssss | ----HHHH | [ ----bbbb ] | [ ----pppp - prompt ] [ ----uuuu username/#uid] _c_o_m_m_a_n_d + ssssuuuuddddoooo ----VVVV | ----hhhh | ----llll | ----vvvv | ----kkkk | ----ssss | ----HHHH | [ ----bbbb ] | [ ----rrrr + realm ] | [ ----pppp prompt ] [ ----uuuu username/#uid] _c_o_m_m_a_n_d DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN ssssuuuuddddoooo allows a permitted user to execute a _c_o_m_m_a_n_d as the @@ -61,7 +61,7 @@ OOOOPPPPTTTTIIIIOOOONNNNSSSS -5/Nov/98 1.5.7 1 +17/Jan/99 1.5.8 1 @@ -73,6 +73,12 @@ sudo(8) MAINTENANCE COMMANDS sudo(8) -b option you cannot use shell job control to manipulate the command. + -r The -r (_r_e_a_l_m) option is only available if ssssuuuuddddoooo was + configured with KKKKeeeerrrrbbbbeeeerrrroooossss version 5 support. It allows + the user to specify a KKKKeeeerrrrbbbbeeeerrrroooossss realm other than the + system default to use when authenticating the user via + KKKKeeeerrrrbbbbeeeerrrroooossss. + -p The -p (_p_r_o_m_p_t) option allows you to override the default password prompt and use a custom one. If the password prompt contains the %u escape, %u will be @@ -119,15 +125,9 @@ SSSSEEEECCCCUUUURRRRIIIITTTTYYYY NNNNOOOOTTTTE ssssuuuuddddoooo will also remove the IFS, ENV, BASH_ENV and KRB_CONF variables as they too can pose a threat. - To prevent command spoofing, ssssuuuuddddoooo checks "." and "" (both - denoting current directory) last when searching for a - command in the user's PATH (if one or both are in the - PATH). Note, however, that the actual PATH environment - variable is _n_o_t modified and is passed unchanged to the - -5/Nov/98 1.5.7 2 +17/Jan/99 1.5.8 2 @@ -136,6 +136,11 @@ SSSSEEEECCCCUUUURRRRIIIITTTTYYYY NNNNOOOOTTTTE sudo(8) MAINTENANCE COMMANDS sudo(8) + To prevent command spoofing, ssssuuuuddddoooo checks "." and "" (both + denoting current directory) last when searching for a + command in the user's PATH (if one or both are in the + PATH). Note, however, that the actual PATH environment + variable is _n_o_t modified and is passed unchanged to the program that ssssuuuuddddoooo executes. For security reasons, if your OS supports shared @@ -186,14 +191,9 @@ EEEENNNNVVVVIIIIRRRROOOONNNNMMMMEEEENNNNTTTT V SUDO_PS1 If set, PS1 will be set to its value -AAAAUUUUTTTTHHHHOOOORRRRSSSS - Many people have worked on ssssuuuuddddoooo over the years, this - version consists of code written primarily by: - - -5/Nov/98 1.5.7 3 +17/Jan/99 1.5.8 3 @@ -202,6 +202,10 @@ AAAAUUUUTTTTHHHHOOOORRRRSSSS sudo(8) MAINTENANCE COMMANDS sudo(8) +AAAAUUUUTTTTHHHHOOOORRRRSSSS + Many people have worked on ssssuuuuddddoooo over the years, this + version consists of code written primarily by: + Jeff Nieusma David Hieb Todd Miller @@ -255,11 +259,7 @@ SSSSEEEEEEEE AAAALLLLSSSSOOOO - - - - -5/Nov/98 1.5.7 4 +17/Jan/99 1.5.8 4 @@ -325,6 +325,6 @@ sudo(8) MAINTENANCE COMMANDS sudo(8) -5/Nov/98 1.5.7 5 +17/Jan/99 1.5.8 5 diff --git a/sudo.h b/sudo.h index b636b957e..6128ee0e5 100644 --- a/sudo.h +++ b/sudo.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.8 (based on Root Group sudo version 1.1) * * This software comes with no waranty whatsoever, use at your own risk. * diff --git a/sudo.man b/sudo.man index 9d163130e..0d632ea1d 100644 --- a/sudo.man +++ b/sudo.man @@ -2,8 +2,8 @@ ''' $RCSfile$$Revision$$Date$ ''' ''' $Log$ -''' Revision 1.26 1999/01/17 21:31:37 millert -''' regen based on sudo.pod, sudoers.pod, and visudo.pod +''' Revision 1.27 1999/01/17 22:40:53 millert +''' crank version and regen files ''' ''' .de Sh @@ -96,7 +96,7 @@ .nr % 0 .rr F .\} -.TH sudo 8 "1.5.7" "5/Nov/98" "MAINTENANCE COMMANDS" +.TH sudo 8 "1.5.8" "17/Jan/99" "MAINTENANCE COMMANDS" .UC .if n .hy 0 .if n .na @@ -194,7 +194,7 @@ sudo \- execute a command as the superuser .SH "SYNOPSIS" \fBsudo\fR \fB\-V\fR | \fB\-h\fR | \fB\-l\fR | \fB\-v\fR | \fB\-k\fR | \fB\-s\fR | \fB\-H\fR | -[ \fB\-b\fR ] | [ \fB\-p\fR prompt ] [ \fB\-u\fR username/#uid] \fIcommand\fR +[ \fB\-b\fR ] | [ \fB\-r\fR realm ] | [ \fB\-p\fR prompt ] [ \fB\-u\fR username/#uid] \fIcommand\fR .SH "DESCRIPTION" \fBsudo\fR allows a permitted user to execute a \fIcommand\fR as the superuser (real and effective uid and gid are set @@ -238,6 +238,11 @@ allow a user to revoke \fBsudo\fR permissions from a .logout file. The \f(CW-b\fR (\fIbackground\fR) option tells \fBsudo\fR to run the given command in the background. Note that if you use the \f(CW-b\fR option you cannot use shell job control to manipulate the command. +.Ip "-r" 4 +The \f(CW-r\fR (\fIrealm\fR) option is only available if \fBsudo\fR was configured +with \fBKerberos\fR version 5 support. It allows the user to specify a +\fBKerberos\fR realm other than the system default to use when authenticating +the user via \fBKerberos\fR. .Ip "-p" 4 The \f(CW-p\fR (\fIprompt\fR) option allows you to override the default password prompt and use a custom one. If the password prompt @@ -397,6 +402,8 @@ that make setuid shell scripts unsafe on some operating systems. .IX Item "-b" +.IX Item "-r" + .IX Item "-p" .IX Item "-u" diff --git a/sudo_setenv.c b/sudo_setenv.c index 97a9bd546..d9525045e 100644 --- a/sudo_setenv.c +++ b/sudo_setenv.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/sudoers.cat b/sudoers.cat index 9f0b89cd8..f6ab4e95f 100644 --- a/sudoers.cat +++ b/sudoers.cat @@ -61,7 +61,7 @@ DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN -17/Oct/98 1.5.7 1 +6/Feb/98 1.5.8 1 @@ -127,7 +127,7 @@ sudoers(5) FILE FORMATS sudoers(5) -17/Oct/98 1.5.7 2 +6/Feb/98 1.5.8 2 @@ -193,7 +193,7 @@ EEEEXXXXAAAAMMMMPPPPLLLLEEEESSSS -17/Oct/98 1.5.7 3 +6/Feb/98 1.5.8 3 @@ -259,7 +259,7 @@ sudoers(5) FILE FORMATS sudoers(5) -17/Oct/98 1.5.7 4 +6/Feb/98 1.5.8 4 @@ -325,7 +325,7 @@ FFFFIIIILLLLEEEESSSS -17/Oct/98 1.5.7 5 +6/Feb/98 1.5.8 5 @@ -391,6 +391,6 @@ SSSSEEEEEEEE AAAALLLLSSSSOOOO -17/Oct/98 1.5.7 6 +6/Feb/98 1.5.8 6 diff --git a/sudoers.man b/sudoers.man index 7fc53a19d..b1f3496f4 100644 --- a/sudoers.man +++ b/sudoers.man @@ -2,8 +2,8 @@ ''' $RCSfile$$Revision$$Date$ ''' ''' $Log$ -''' Revision 1.4 1999/01/17 21:31:37 millert -''' regen based on sudo.pod, sudoers.pod, and visudo.pod +''' Revision 1.5 1999/01/17 22:40:53 millert +''' crank version and regen files ''' ''' .de Sh @@ -96,7 +96,7 @@ .nr % 0 .rr F .\} -.TH sudoers 5 "1.5.7" "17/Oct/98" "FILE FORMATS" +.TH sudoers 5 "1.5.8" "6/Feb/98" "FILE FORMATS" .UC .if n .hy 0 .if n .na diff --git a/testsudoers.c b/testsudoers.c index 01a14202b..a650ab6c5 100644 --- a/testsudoers.c +++ b/testsudoers.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/tgetpass.c b/tgetpass.c index 11bca9dee..bdc215672 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/utime.c b/utime.c index 9ce675869..4a02ef2ed 100644 --- a/utime.c +++ b/utime.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/version.h b/version.h index 93d56129c..2c0031f4f 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 @@ -23,6 +23,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.5.7"; +static const char version[] = "1.5.8"; #endif /* _SUDO_VERSION_H */ diff --git a/visudo.c b/visudo.c index 8e67bf5a7..c916c8b8c 100644 --- a/visudo.c +++ b/visudo.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.7 + * CU sudo version 1.5.8 * * 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 diff --git a/visudo.cat b/visudo.cat index 1b1a390db..f1ab65c27 100644 --- a/visudo.cat +++ b/visudo.cat @@ -61,7 +61,7 @@ FFFFIIIILLLLEEEESSSS -17/Oct/98 1.5.7 1 +17/Oct/98 1.5.8 1 @@ -127,7 +127,7 @@ SSSSEEEEEEEE AAAALLLLSSSSOOOO -17/Oct/98 1.5.7 2 +17/Oct/98 1.5.8 2 @@ -193,6 +193,6 @@ visudo(8) MAINTENANCE COMMANDS visudo(8) -17/Oct/98 1.5.7 3 +17/Oct/98 1.5.8 3 diff --git a/visudo.man b/visudo.man index 460281843..81653177d 100644 --- a/visudo.man +++ b/visudo.man @@ -2,8 +2,8 @@ ''' $RCSfile$$Revision$$Date$ ''' ''' $Log$ -''' Revision 1.3 1999/01/17 21:31:37 millert -''' regen based on sudo.pod, sudoers.pod, and visudo.pod +''' Revision 1.4 1999/01/17 22:40:55 millert +''' crank version and regen files ''' ''' .de Sh @@ -96,7 +96,7 @@ .nr % 0 .rr F .\} -.TH visudo 8 "1.5.7" "17/Oct/98" "MAINTENANCE COMMANDS" +.TH visudo 8 "1.5.8" "17/Oct/98" "MAINTENANCE COMMANDS" .UC .if n .hy 0 .if n .na