From 79c46d1c8108aba1e39c23cddd54a0bc678d9218 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 29 Mar 1999 04:05:15 +0000 Subject: [PATCH] ++version --- BUGS | 2 +- CHANGES | 4 ++++ INSTALL | 6 +++--- Makefile.in | 4 ++-- README | 2 +- alloc.c | 2 +- check.c | 2 +- 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 | 2 +- parse.c | 2 +- parse.lex | 2 +- parse.yacc | 2 +- pathnames.h.in | 2 +- putenv.c | 2 +- secureware.c | 2 +- strdup.c | 2 +- sudo.c | 2 +- sudo.cat | 10 +++++----- sudo.h | 2 +- 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.html | 6 ++++++ visudo.man | 6 +++--- visudo.pod | 4 ++-- 49 files changed, 79 insertions(+), 69 deletions(-) diff --git a/BUGS b/BUGS index 4a2d7d0e9..038110399 100644 --- a/BUGS +++ b/BUGS @@ -1,4 +1,4 @@ -Known bugs in sudo version 1.5.8 +Known bugs in sudo version 1.5.9 ================================ 1) "make install-man" should substitute correct paths into the diff --git a/CHANGES b/CHANGES index 86c72ee34..5a0a7512f 100644 --- a/CHANGES +++ b/CHANGES @@ -1033,3 +1033,7 @@ Sudo 1.5.8p2 released. 324) Fixed a parse bug wrt the ! operator and runas specs. Noted by David A Beck . + +325) Use new emalloc/erealloc/estrdup functions (catch errors and exit). + +Sudo 1.5.9 released. diff --git a/INSTALL b/INSTALL index d29753eb9..52efb2d28 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -Installation instructions for CU sudo 1.5.8 +Installation instructions for CU sudo 1.5.9 =========================================== 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.8 expects the sudoers file to be mode 0440 and +By default, sudo 1.5.9 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.8 encounters a sudoers file +to the new mode and group. If sudo 1.5.9 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 f17bb4183..28931f44e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# CU sudo version 1.5.8 +# CU sudo version 1.5.9 # 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.8 +VERSION = 1.5.9 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL \ INSTALL.configure TODO PORTING README RUNSON \ diff --git a/README b/README index ac6f68ba8..5756f97c1 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is the CU version of sudo, release 1.5.8 +This is the CU version of sudo, release 1.5.9 The sudo philosophy =================== diff --git a/alloc.c b/alloc.c index 78f5c5759..939340d32 100644 --- a/alloc.c +++ b/alloc.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 1133261e6..b6f51b1ab 100644 --- a/check.c +++ b/check.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.9 (based on Root Group sudo version 1.1) * Copyright (c) 1994,1996,1998,1999 Todd C. Miller * * This software comes with no waranty whatsoever, use at your own risk. diff --git a/check_sia.c b/check_sia.c index 4d4b1033a..950fb3f63 100644 --- a/check_sia.c +++ b/check_sia.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 df9d4008b..64f60d237 100644 --- a/compat.h +++ b/compat.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 15941bdca..04ddea27e 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 82a89e2ac..36409fe0b 100755 --- a/configure +++ b/configure @@ -645,7 +645,7 @@ fi -echo "Configuring CU Sudo version 1.5.8" +echo "Configuring CU Sudo version 1.5.9" PROGS="sudo visudo" SUDO_LDFLAGS="" VISUDO_LDFLAGS="" diff --git a/configure.in b/configure.in index 0eef18689..8efab3c30 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.8" +echo "Configuring CU Sudo version 1.5.9" dnl dnl Variables that get substituted in the Makefile dnl diff --git a/dce_pwent.c b/dce_pwent.c index 65b16f7c2..ca0730238 100644 --- a/dce_pwent.c +++ b/dce_pwent.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 2b50ff8ad..cd1592c3a 100644 --- a/emul/utime.h +++ b/emul/utime.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 84a8b38ac..7b43c7eae 100644 --- a/find_path.c +++ b/find_path.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 f81964523..880aef4f3 100644 --- a/getspwuid.c +++ b/getspwuid.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 a9f3f0375..fc50abacb 100644 --- a/goodpath.c +++ b/goodpath.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 3f56105ca..2cfcd7c4d 100644 --- a/ins_2001.h +++ b/ins_2001.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 9497baead..13cb05d9b 100644 --- a/ins_classic.h +++ b/ins_classic.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 4ce635d59..bd1e8bbf5 100644 --- a/ins_csops.h +++ b/ins_csops.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 240459783..ecedd9dcc 100644 --- a/ins_goons.h +++ b/ins_goons.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 40bbb2efd..7bd8847d2 100644 --- a/insults.h +++ b/insults.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 d6b5dbc22..e9b4e6bea 100644 --- a/interfaces.c +++ b/interfaces.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 23b9405c5..10979f087 100644 --- a/lex.yy.c +++ b/lex.yy.c @@ -512,7 +512,7 @@ char *yytext; #define INITIAL 0 #line 2 "parse.lex" /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 f22af1d2c..96deb1c62 100644 --- a/logging.c +++ b/logging.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.9 (based on Root Group sudo version 1.1) * Copyright (c) 1994,1996,1998,1999 Todd C. Miller * * This software comes with no waranty whatsoever, use at your own risk. diff --git a/parse.c b/parse.c index 3662830f5..fd3fba712 100644 --- a/parse.c +++ b/parse.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 53b2df553..6adfbc0aa 100644 --- a/parse.lex +++ b/parse.lex @@ -1,6 +1,6 @@ %{ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 53343be38..15bf137de 100644 --- a/parse.yacc +++ b/parse.yacc @@ -1,7 +1,7 @@ %{ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 e721418c8..0c117b7d9 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 3228133d4..fbafe0bff 100644 --- a/putenv.c +++ b/putenv.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 b3b527613..b70d539c6 100644 --- a/secureware.c +++ b/secureware.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 1c59e8885..759c5020e 100644 --- a/strdup.c +++ b/strdup.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.9 (based on Root Group sudo version 1.1) * Copyright (c) 1994,1996,1998,1999 Todd C. Miller * * This software comes with no waranty whatsoever, use at your own risk. diff --git a/sudo.c b/sudo.c index 3d6cc807b..96ae2132d 100644 --- a/sudo.c +++ b/sudo.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.9 (based on Root Group sudo version 1.1) * Copyright (c) 1994,1996,1998,1999 Todd C. Miller * * This software comes with no waranty whatsoever, use at your own risk. diff --git a/sudo.cat b/sudo.cat index 7f0584266..4d9814048 100644 --- a/sudo.cat +++ b/sudo.cat @@ -61,7 +61,7 @@ OOOOPPPPTTTTIIIIOOOONNNNSSSS -17/Feb/99 1.5.8 1 +17/Feb/99 1.5.9 1 @@ -127,7 +127,7 @@ SSSSEEEECCCCUUUURRRRIIIITTTTYYYY NNNNOOOOTTTTE -17/Feb/99 1.5.8 2 +17/Feb/99 1.5.9 2 @@ -193,7 +193,7 @@ EEEENNNNVVVVIIIIRRRROOOONNNNMMMMEEEENNNNTTTT V -17/Feb/99 1.5.8 3 +17/Feb/99 1.5.9 3 @@ -259,7 +259,7 @@ SSSSEEEEEEEE AAAALLLLSSSSOOOO -17/Feb/99 1.5.8 4 +17/Feb/99 1.5.9 4 @@ -325,6 +325,6 @@ sudo(8) MAINTENANCE COMMANDS sudo(8) -17/Feb/99 1.5.8 5 +17/Feb/99 1.5.9 5 diff --git a/sudo.h b/sudo.h index 32ddd8ac6..b606d9f5a 100644 --- a/sudo.h +++ b/sudo.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 (based on Root Group sudo version 1.1) + * CU sudo version 1.5.9 (based on Root Group sudo version 1.1) * Copyright (c) 1994,1996,1998,1999 Todd C. Miller * * This software comes with no waranty whatsoever, use at your own risk. diff --git a/sudo.man b/sudo.man index 5be2da9ab..5afc6b8e6 100644 --- a/sudo.man +++ b/sudo.man @@ -2,8 +2,8 @@ ''' $RCSfile$$Revision$$Date$ ''' ''' $Log$ -''' Revision 1.30 1999/02/17 16:40:55 millert -''' fix grammar; espie@openbsd.org +''' Revision 1.31 1999/03/29 04:05:13 millert +''' ++version ''' ''' .de Sh @@ -96,7 +96,7 @@ .nr % 0 .rr F .\} -.TH sudo 8 "1.5.8" "17/Feb/99" "MAINTENANCE COMMANDS" +.TH sudo 8 "1.5.9" "17/Feb/99" "MAINTENANCE COMMANDS" .UC .if n .hy 0 .if n .na diff --git a/sudo.tab.c b/sudo.tab.c index fe8210244..2a5f826fb 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.8 + * CU sudo version 1.5.9 * 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 d79f40960..d06ce65f0 100644 --- a/sudo_setenv.c +++ b/sudo_setenv.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 f6ab4e95f..fe06c016f 100644 --- a/sudoers.cat +++ b/sudoers.cat @@ -61,7 +61,7 @@ DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN -6/Feb/98 1.5.8 1 +17/Jan/99 1.5.9 1 @@ -127,7 +127,7 @@ sudoers(5) FILE FORMATS sudoers(5) -6/Feb/98 1.5.8 2 +17/Jan/99 1.5.9 2 @@ -193,7 +193,7 @@ EEEEXXXXAAAAMMMMPPPPLLLLEEEESSSS -6/Feb/98 1.5.8 3 +17/Jan/99 1.5.9 3 @@ -259,7 +259,7 @@ sudoers(5) FILE FORMATS sudoers(5) -6/Feb/98 1.5.8 4 +17/Jan/99 1.5.9 4 @@ -325,7 +325,7 @@ FFFFIIIILLLLEEEESSSS -6/Feb/98 1.5.8 5 +17/Jan/99 1.5.9 5 @@ -391,6 +391,6 @@ SSSSEEEEEEEE AAAALLLLSSSSOOOO -6/Feb/98 1.5.8 6 +17/Jan/99 1.5.9 6 diff --git a/sudoers.man b/sudoers.man index b1f3496f4..c9fc04e69 100644 --- a/sudoers.man +++ b/sudoers.man @@ -2,8 +2,8 @@ ''' $RCSfile$$Revision$$Date$ ''' ''' $Log$ -''' Revision 1.5 1999/01/17 22:40:53 millert -''' crank version and regen files +''' Revision 1.6 1999/03/29 04:05:13 millert +''' ++version ''' ''' .de Sh @@ -96,7 +96,7 @@ .nr % 0 .rr F .\} -.TH sudoers 5 "1.5.8" "6/Feb/98" "FILE FORMATS" +.TH sudoers 5 "1.5.9" "17/Jan/99" "FILE FORMATS" .UC .if n .hy 0 .if n .na diff --git a/testsudoers.c b/testsudoers.c index 970229d28..c04bbe459 100644 --- a/testsudoers.c +++ b/testsudoers.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 203c9192c..b92f0909c 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 597665b93..134135bb2 100644 --- a/utime.c +++ b/utime.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 ef9153e20..890ceea1b 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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.8"; +static const char version[] = "1.5.9"; #endif /* _SUDO_VERSION_H */ diff --git a/visudo.c b/visudo.c index e2a515fd8..b9da8c6a0 100644 --- a/visudo.c +++ b/visudo.c @@ -1,5 +1,5 @@ /* - * CU sudo version 1.5.8 + * CU sudo version 1.5.9 * 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 f1ab65c27..156ce5100 100644 --- a/visudo.cat +++ b/visudo.cat @@ -61,7 +61,7 @@ FFFFIIIILLLLEEEESSSS -17/Oct/98 1.5.8 1 +17/Jan/99 1.5.9 1 @@ -127,7 +127,7 @@ SSSSEEEEEEEE AAAALLLLSSSSOOOO -17/Oct/98 1.5.8 2 +17/Jan/99 1.5.9 2 @@ -193,6 +193,6 @@ visudo(8) MAINTENANCE COMMANDS visudo(8) -17/Oct/98 1.5.8 3 +17/Jan/99 1.5.9 3 diff --git a/visudo.html b/visudo.html index 5413db7cb..e93205e95 100644 --- a/visudo.html +++ b/visudo.html @@ -109,11 +109,17 @@ need to delete.

+

/etc/stmp: Permission denied + +
You didn't run visudo as root.

+

Can't find you in the passwd database + +
Your userid does not appear in the passwd file. diff --git a/visudo.man b/visudo.man index 81653177d..4e832faf5 100644 --- a/visudo.man +++ b/visudo.man @@ -2,8 +2,8 @@ ''' $RCSfile$$Revision$$Date$ ''' ''' $Log$ -''' Revision 1.4 1999/01/17 22:40:55 millert -''' crank version and regen files +''' Revision 1.5 1999/03/29 04:05:14 millert +''' ++version ''' ''' .de Sh @@ -96,7 +96,7 @@ .nr % 0 .rr F .\} -.TH visudo 8 "1.5.8" "17/Oct/98" "MAINTENANCE COMMANDS" +.TH visudo 8 "1.5.9" "17/Jan/99" "MAINTENANCE COMMANDS" .UC .if n .hy 0 .if n .na diff --git a/visudo.pod b/visudo.pod index a8433de25..a08904061 100644 --- a/visudo.pod +++ b/visudo.pod @@ -59,11 +59,11 @@ Either someone is currently editing the I file or there is a stale sudoers lock file (/etc/stmp by default) that you need to delete. -= item /etc/stmp: Permission denied +=item /etc/stmp: Permission denied You didn't run B as root. -= item Can't find you in the passwd database +=item Can't find you in the passwd database Your userid does not appear in the passwd file. -- 2.40.0