From e6deacb6c4a48cf38186974273d46cdc61721a41 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 5 Apr 1999 20:57:25 +0000 Subject: [PATCH] Crank version to 1.6 and combine copyright statements --- BUGS | 4 ++-- INSTALL | 11 +++++++---- Makefile.in | 4 ++-- README | 2 +- alloc.c | 2 +- check.c | 20 +++++++------------- check_sia.c | 2 +- compat.h | 2 +- config.h.in | 2 +- configure | 2 +- configure.in | 2 +- dce_pwent.c | 2 +- emul/utime.h | 2 +- find_path.c | 2 +- getspwuid.c | 2 +- goodpath.c | 2 +- ins_2001.h | 2 +- ins_classic.h | 2 +- ins_csops.h | 2 +- ins_goons.h | 2 +- insults.h | 2 +- interfaces.c | 2 +- lex.yy.c | 2 +- logging.c | 15 ++++----------- parse.c | 2 +- parse.lex | 2 +- parse.yacc | 2 +- pathnames.h.in | 2 +- putenv.c | 2 +- secureware.c | 2 +- strdup.c | 15 ++++----------- sudo.c | 15 ++++----------- sudo.cat | 10 +++++----- sudo.h | 15 ++++----------- sudo.man | 6 +++--- sudo.tab.c | 2 +- sudo_setenv.c | 2 +- sudoers.cat | 12 ++++++------ sudoers.man | 6 +++--- testsudoers.c | 2 +- tgetpass.c | 2 +- utime.c | 2 +- version.h | 4 ++-- visudo.c | 2 +- visudo.cat | 6 +++--- visudo.man | 6 +++--- 46 files changed, 90 insertions(+), 121 deletions(-) diff --git a/BUGS b/BUGS index 038110399..d38965f60 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ -Known bugs in sudo version 1.5.9 -================================ +Known bugs in sudo version 1.6 +============================== 1) "make install-man" should substitute correct paths into the man pages themselves. diff --git a/INSTALL b/INSTALL index 52efb2d28..8091add5b 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ -Installation instructions for CU sudo 1.5.9 -=========================================== +Installation instructions for CU sudo 1.6 +========================================= Sudo uses a `configure' script to probe the capabilities and type of the system in question. In this release, `configure' takes many @@ -63,11 +63,14 @@ 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.9 expects the sudoers file to be mode 0440 and +As of sudo 1.6, parsing of runas entries and the NOPASSWD tag has +changed. Please read the UPGRADE file. + +By default, sudo 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.9 encounters a sudoers file +to the new mode and group. If sudo 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 c819dfd37..751846329 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# CU sudo version 1.5.9 +# CU sudo version 1.6 # Copyright (c) 1996, 1998, 1999 Todd C. Miller # # This program is free software; you can redistribute it and/or modify @@ -113,7 +113,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.9 +VERSION = 1.6 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL \ INSTALL.configure TODO PORTING README RUNSON \ diff --git a/README b/README index 5756f97c1..17b1a7211 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is the CU version of sudo, release 1.5.9 +This is the CU version of sudo, release 1.6 The sudo philosophy =================== diff --git a/alloc.c b/alloc.c index 939340d32..27380ecf5 100644 --- a/alloc.c +++ b/alloc.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/check.c b/check.c index b6f51b1ab..05fee0c78 100644 --- a/check.c +++ b/check.c @@ -1,16 +1,9 @@ /* - * CU sudo version 1.5.9 (based on Root Group sudo version 1.1) - * Copyright (c) 1994,1996,1998,1999 Todd C. Miller + * CU sudo version 1.6 -- allows users to execute commands as root and others + * Copyright (c) 1991 The Root Group, Inc. + * Copyright (c) 1994,1996,1998,1999 Todd C. Miller * - * This software comes with no waranty whatsoever, use at your own risk. - * - * Please send bugs, changes, problems to sudo-bugs@courtesan.com - * - */ - -/* - * sudo version 1.1 allows users to execute commands as root - * Copyright (C) 1991 The Root Group, Inc. + * Please send bugs, changes, problems to sudo-bugs@courtesan.com * * 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 @@ -1195,8 +1188,9 @@ static void reminder() (void) fprintf(stderr, "\n%s\n%s\n\n%s\n%s\n\n", #else (void) fprintf(stderr, "\n%s%s%s\n%s\n%s\n%s\n\n%s\n%s\n\n%s\n%s\n\n", - " CU Sudo version ", version, ", based on Root Group sudo version 1.1.", - " sudo version 1.1 is Copyright (C) 1991 The Root Group, Inc.", + " CU Sudo version ", version, + ", Copyright (c) 1991 The Root Group, Inc.", + " Copyright (c) 1994, 1996, 1998, 1999 Todd C. Miller.", " sudo comes with ABSOLUTELY NO WARRANTY. This is free software,", " and you are welcome to redistribute it under certain conditions.", #endif diff --git a/check_sia.c b/check_sia.c index 950fb3f63..54c4b12b1 100644 --- a/check_sia.c +++ b/check_sia.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/compat.h b/compat.h index 64f60d237..56662e004 100644 --- a/compat.h +++ b/compat.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/config.h.in b/config.h.in index 04ddea27e..7c844b880 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/configure b/configure index 36409fe0b..162d15684 100755 --- a/configure +++ b/configure @@ -645,7 +645,7 @@ fi -echo "Configuring CU Sudo version 1.5.9" +echo "Configuring CU Sudo version 1.6" PROGS="sudo visudo" SUDO_LDFLAGS="" VISUDO_LDFLAGS="" diff --git a/configure.in b/configure.in index 8efab3c30..2e4b1d4fb 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.9" +echo "Configuring CU Sudo version 1.6" dnl dnl Variables that get substituted in the Makefile dnl diff --git a/dce_pwent.c b/dce_pwent.c index ca0730238..a894aa562 100644 --- a/dce_pwent.c +++ b/dce_pwent.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/emul/utime.h b/emul/utime.h index cd1592c3a..f825422cb 100644 --- a/emul/utime.h +++ b/emul/utime.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/find_path.c b/find_path.c index 7b43c7eae..5d1d0cc36 100644 --- a/find_path.c +++ b/find_path.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/getspwuid.c b/getspwuid.c index 880aef4f3..cf586e006 100644 --- a/getspwuid.c +++ b/getspwuid.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/goodpath.c b/goodpath.c index fc50abacb..c9fe0a262 100644 --- a/goodpath.c +++ b/goodpath.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/ins_2001.h b/ins_2001.h index 2cfcd7c4d..fce1adfd0 100644 --- a/ins_2001.h +++ b/ins_2001.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/ins_classic.h b/ins_classic.h index 13cb05d9b..f624b88b4 100644 --- a/ins_classic.h +++ b/ins_classic.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/ins_csops.h b/ins_csops.h index bd1e8bbf5..6083aafcd 100644 --- a/ins_csops.h +++ b/ins_csops.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/ins_goons.h b/ins_goons.h index ecedd9dcc..9cc2af147 100644 --- a/ins_goons.h +++ b/ins_goons.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/insults.h b/insults.h index 7bd8847d2..c84e67a6e 100644 --- a/insults.h +++ b/insults.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1994,1996,1998,1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/interfaces.c b/interfaces.c index e9b4e6bea..aa583a61b 100644 --- a/interfaces.c +++ b/interfaces.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/lex.yy.c b/lex.yy.c index 8fead41ae..cab2beba9 100644 --- a/lex.yy.c +++ b/lex.yy.c @@ -528,7 +528,7 @@ char *yytext; #define INITIAL 0 #line 2 "parse.lex" /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/logging.c b/logging.c index 96deb1c62..5e0751c3e 100644 --- a/logging.c +++ b/logging.c @@ -1,16 +1,9 @@ /* - * CU sudo version 1.5.9 (based on Root Group sudo version 1.1) - * Copyright (c) 1994,1996,1998,1999 Todd C. Miller + * CU sudo version 1.6 -- allows users to execute commands as root and others + * Copyright (c) 1991 The Root Group, Inc. + * Copyright (c) 1994,1996,1998,1999 Todd C. Miller * - * This software comes with no waranty whatsoever, use at your own risk. - * - * Please send bugs, changes, problems to sudo-bugs@courtesan.com - * - */ - -/* - * sudo version 1.1 allows users to execute commands as root - * Copyright (C) 1991 The Root Group, Inc. + * Please send bugs, changes, problems to sudo-bugs@courtesan.com * * 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.c b/parse.c index ace3f1d8d..8fc9829f2 100644 --- a/parse.c +++ b/parse.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/parse.lex b/parse.lex index b99f7d929..d85049dd7 100644 --- a/parse.lex +++ b/parse.lex @@ -1,6 +1,6 @@ %{ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/parse.yacc b/parse.yacc index 0081780f0..0bd311bef 100644 --- a/parse.yacc +++ b/parse.yacc @@ -1,7 +1,7 @@ %{ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/pathnames.h.in b/pathnames.h.in index 0c117b7d9..c11b77caf 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/putenv.c b/putenv.c index fbafe0bff..926c04b16 100644 --- a/putenv.c +++ b/putenv.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/secureware.c b/secureware.c index b70d539c6..d6320ad28 100644 --- a/secureware.c +++ b/secureware.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/strdup.c b/strdup.c index 759c5020e..36bc5a0d1 100644 --- a/strdup.c +++ b/strdup.c @@ -1,16 +1,9 @@ /* - * CU sudo version 1.5.9 (based on Root Group sudo version 1.1) - * Copyright (c) 1994,1996,1998,1999 Todd C. Miller + * CU sudo version 1.6 -- allows users to execute commands as root and others + * Copyright (c) 1991 The Root Group, Inc. + * Copyright (c) 1994,1996,1998,1999 Todd C. Miller * - * This software comes with no waranty whatsoever, use at your own risk. - * - * Please send bugs, changes, problems to sudo-bugs@courtesan.com - * - */ - -/* - * sudo version 1.1 allows users to execute commands as root - * Copyright (C) 1991 The Root Group, Inc. + * Please send bugs, changes, problems to sudo-bugs@courtesan.com * * 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/sudo.c b/sudo.c index b753e9f95..053fbe982 100644 --- a/sudo.c +++ b/sudo.c @@ -1,16 +1,9 @@ /* - * CU sudo version 1.5.9 (based on Root Group sudo version 1.1) - * Copyright (c) 1994,1996,1998,1999 Todd C. Miller + * CU sudo version 1.6 -- allows users to execute commands as root and others + * Copyright (c) 1991 The Root Group, Inc. + * Copyright (c) 1994,1996,1998,1999 Todd C. Miller * - * This software comes with no waranty whatsoever, use at your own risk. - * - * Please send bugs, changes, problems to sudo-bugs@courtesan.com - * - */ - -/* - * sudo version 1.1 allows users to execute commands as root - * Copyright (C) 1991 The Root Group, Inc. + * Please send bugs, changes, problems to sudo-bugs@courtesan.com * * 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/sudo.cat b/sudo.cat index 4d9814048..28660ba75 100644 --- a/sudo.cat +++ b/sudo.cat @@ -61,7 +61,7 @@ OOOOPPPPTTTTIIIIOOOONNNNSSSS -17/Feb/99 1.5.9 1 +17/Feb/99 1.6 1 @@ -127,7 +127,7 @@ SSSSEEEECCCCUUUURRRRIIIITTTTYYYY NNNNOOOOTTTTE -17/Feb/99 1.5.9 2 +17/Feb/99 1.6 2 @@ -193,7 +193,7 @@ EEEENNNNVVVVIIIIRRRROOOONNNNMMMMEEEENNNNTTTT V -17/Feb/99 1.5.9 3 +17/Feb/99 1.6 3 @@ -259,7 +259,7 @@ SSSSEEEEEEEE AAAALLLLSSSSOOOO -17/Feb/99 1.5.9 4 +17/Feb/99 1.6 4 @@ -325,6 +325,6 @@ sudo(8) MAINTENANCE COMMANDS sudo(8) -17/Feb/99 1.5.9 5 +17/Feb/99 1.6 5 diff --git a/sudo.h b/sudo.h index b606d9f5a..2b598f46a 100644 --- a/sudo.h +++ b/sudo.h @@ -1,16 +1,9 @@ /* - * CU sudo version 1.5.9 (based on Root Group sudo version 1.1) - * Copyright (c) 1994,1996,1998,1999 Todd C. Miller + * CU sudo version 1.6 -- allows users to execute commands as root and others + * Copyright (c) 1991 The Root Group, Inc. + * Copyright (c) 1994,1996,1998,1999 Todd C. Miller * - * This software comes with no waranty whatsoever, use at your own risk. - * - * Please send bugs, changes, problems to sudo-bugs@courtesan.com - * - */ - -/* - * sudo version 1.1 allows users to execute commands as root - * Copyright (C) 1991 The Root Group, Inc. + * Please send bugs, changes, problems to sudo-bugs@courtesan.com * * 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/sudo.man b/sudo.man index 5afc6b8e6..e640a88b4 100644 --- a/sudo.man +++ b/sudo.man @@ -2,8 +2,8 @@ ''' $RCSfile$$Revision$$Date$ ''' ''' $Log$ -''' Revision 1.31 1999/03/29 04:05:13 millert -''' ++version +''' Revision 1.32 1999/04/05 20:57:23 millert +''' Crank version to 1.6 and combine copyright statements ''' ''' .de Sh @@ -96,7 +96,7 @@ .nr % 0 .rr F .\} -.TH sudo 8 "1.5.9" "17/Feb/99" "MAINTENANCE COMMANDS" +.TH sudo 8 "1.6" "17/Feb/99" "MAINTENANCE COMMANDS" .UC .if n .hy 0 .if n .na diff --git a/sudo.tab.c b/sudo.tab.c index d498be0c1..32b570e42 100644 --- a/sudo.tab.c +++ b/sudo.tab.c @@ -19,7 +19,7 @@ static char yyrcsid[] #line 2 "parse.yacc" /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/sudo_setenv.c b/sudo_setenv.c index d06ce65f0..60d44da9e 100644 --- a/sudo_setenv.c +++ b/sudo_setenv.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/sudoers.cat b/sudoers.cat index fe06c016f..b8f2032cc 100644 --- a/sudoers.cat +++ b/sudoers.cat @@ -61,7 +61,7 @@ DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN -17/Jan/99 1.5.9 1 +17/Jan/99 1.6 1 @@ -127,7 +127,7 @@ sudoers(5) FILE FORMATS sudoers(5) -17/Jan/99 1.5.9 2 +17/Jan/99 1.6 2 @@ -193,7 +193,7 @@ EEEEXXXXAAAAMMMMPPPPLLLLEEEESSSS -17/Jan/99 1.5.9 3 +17/Jan/99 1.6 3 @@ -259,7 +259,7 @@ sudoers(5) FILE FORMATS sudoers(5) -17/Jan/99 1.5.9 4 +17/Jan/99 1.6 4 @@ -325,7 +325,7 @@ FFFFIIIILLLLEEEESSSS -17/Jan/99 1.5.9 5 +17/Jan/99 1.6 5 @@ -391,6 +391,6 @@ SSSSEEEEEEEE AAAALLLLSSSSOOOO -17/Jan/99 1.5.9 6 +17/Jan/99 1.6 6 diff --git a/sudoers.man b/sudoers.man index c9fc04e69..f7ce248e3 100644 --- a/sudoers.man +++ b/sudoers.man @@ -2,8 +2,8 @@ ''' $RCSfile$$Revision$$Date$ ''' ''' $Log$ -''' Revision 1.6 1999/03/29 04:05:13 millert -''' ++version +''' Revision 1.7 1999/04/05 20:57:23 millert +''' Crank version to 1.6 and combine copyright statements ''' ''' .de Sh @@ -96,7 +96,7 @@ .nr % 0 .rr F .\} -.TH sudoers 5 "1.5.9" "17/Jan/99" "FILE FORMATS" +.TH sudoers 5 "1.6" "17/Jan/99" "FILE FORMATS" .UC .if n .hy 0 .if n .na diff --git a/testsudoers.c b/testsudoers.c index c04bbe459..18f881b49 100644 --- a/testsudoers.c +++ b/testsudoers.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/tgetpass.c b/tgetpass.c index b92f0909c..468baee8f 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/utime.c b/utime.c index 134135bb2..654d69086 100644 --- a/utime.c +++ b/utime.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/version.h b/version.h index 890ceea1b..151761c6b 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify @@ -24,6 +24,6 @@ #ifndef _SUDO_VERSION_H #define _SUDO_VERSION_H -static const char version[] = "1.5.9"; +static const char version[] = "1.6"; #endif /* _SUDO_VERSION_H */ diff --git a/visudo.c b/visudo.c index ff1ac5527..79b5dc33d 100644 --- a/visudo.c +++ b/visudo.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.9 + * CU sudo version 1.6 * Copyright (c) 1996, 1998, 1999 Todd C. Miller * * This program is free software; you can redistribute it and/or modify diff --git a/visudo.cat b/visudo.cat index 156ce5100..85c0f5e89 100644 --- a/visudo.cat +++ b/visudo.cat @@ -61,7 +61,7 @@ FFFFIIIILLLLEEEESSSS -17/Jan/99 1.5.9 1 +28/Mar/99 1.6 1 @@ -127,7 +127,7 @@ SSSSEEEEEEEE AAAALLLLSSSSOOOO -17/Jan/99 1.5.9 2 +28/Mar/99 1.6 2 @@ -193,6 +193,6 @@ visudo(8) MAINTENANCE COMMANDS visudo(8) -17/Jan/99 1.5.9 3 +28/Mar/99 1.6 3 diff --git a/visudo.man b/visudo.man index 4e832faf5..ec54bebb9 100644 --- a/visudo.man +++ b/visudo.man @@ -2,8 +2,8 @@ ''' $RCSfile$$Revision$$Date$ ''' ''' $Log$ -''' Revision 1.5 1999/03/29 04:05:14 millert -''' ++version +''' Revision 1.6 1999/04/05 20:57:24 millert +''' Crank version to 1.6 and combine copyright statements ''' ''' .de Sh @@ -96,7 +96,7 @@ .nr % 0 .rr F .\} -.TH visudo 8 "1.5.9" "17/Jan/99" "MAINTENANCE COMMANDS" +.TH visudo 8 "1.6" "28/Mar/99" "MAINTENANCE COMMANDS" .UC .if n .hy 0 .if n .na -- 2.40.0