From: Todd C. Miller Date: Sun, 17 Jan 1999 23:16:20 +0000 (+0000) Subject: add sudo tags X-Git-Tag: SUDO_1_5_8~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=826fe213f247e3674d9191e149e4356f316cdf43;p=sudo add sudo tags --- diff --git a/Makefile.in b/Makefile.in index 93086fd7b..0117b5a45 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,30 +1,26 @@ -#* -#* 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. -#* -#* 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. -#* -#* 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 -#* the Free Software Foundation; either version 1, or (at your option) -#* any later version. -#* -#* This program is distributed in the hope that it will be useful, -#* but WITHOUT ANY WARRANTY; without even the implied warranty of -#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -#* GNU General Public License for more details. -#* -#* You should have received a copy of the GNU General Public License -#* along with this program; if not, write to the Free Software -#* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#* -#* @configure_input@ -#* +# +# 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 +# the Free Software Foundation; either version 1, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Please send bugs, changes, problems to sudo-bugs@courtesan.com +# +# @configure_input@ +# +# $Sudo$ +# #### Start of system configuration section. #### diff --git a/check.c b/check.c index c507a4f05..741a0fdbd 100644 --- a/check.c +++ b/check.c @@ -97,7 +97,7 @@ #include "version.h" #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ /* diff --git a/check_sia.c b/check_sia.c index ed4bb6a2f..05e7a978e 100644 --- a/check_sia.c +++ b/check_sia.c @@ -51,7 +51,7 @@ #include "sudo.h" #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ /* diff --git a/compat.h b/compat.h index beb1fef41..18264f608 100644 --- a/compat.h +++ b/compat.h @@ -17,7 +17,7 @@ * * Please send bugs, changes, problems to sudo-bugs@courtesan.com * - * $Id$ + * $Sudo$ */ #ifndef _SUDO_COMPAT_H diff --git a/config.h.in b/config.h.in index 85e6bab8a..400bd75c2 100644 --- a/config.h.in +++ b/config.h.in @@ -17,7 +17,7 @@ * * Please send bugs, changes, problems to sudo-bugs@courtesan.com * - * $Id$ + * $Sudo$ */ /* diff --git a/configure.in b/configure.in index ecca498c0..c877bc0b6 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl dnl Process this file with GNU autoconf to produce a configure script. -dnl $Id$ +dnl $Sudo$ dnl AC_INIT(sudo.h) AC_CONFIG_HEADER(config.h pathnames.h) diff --git a/dce_pwent.c b/dce_pwent.c index eb7768241..3f4437a1e 100644 --- a/dce_pwent.c +++ b/dce_pwent.c @@ -34,7 +34,7 @@ * * Use at your own risk!!! (But I would like to hear about bugs.) * - * $Id$ + * $Sudo$ */ #include "config.h" diff --git a/emul/search.h b/emul/search.h index 04f3d3d87..ec0994765 100644 --- a/emul/search.h +++ b/emul/search.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Sudo$ */ #ifndef _SEARCH_H_ diff --git a/emul/utime.h b/emul/utime.h index a3140e797..3e2dccfa1 100644 --- a/emul/utime.h +++ b/emul/utime.h @@ -17,7 +17,7 @@ * * Please send bugs, changes, problems to sudo-bugs@cs.colorado.edu * - * $Id$ + * $Sudo$ */ #ifndef _UTIME_H diff --git a/find_path.c b/find_path.c index a38020037..f84349f4f 100644 --- a/find_path.c +++ b/find_path.c @@ -76,7 +76,7 @@ extern char *strdup __P((const char *)); #endif /* _S_IFLNK */ #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ /******************************************************************* diff --git a/getspwuid.c b/getspwuid.c index 2d4a07e45..f9530893d 100644 --- a/getspwuid.c +++ b/getspwuid.c @@ -70,7 +70,7 @@ #include "sudo.h" #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ #ifndef STDC_HEADERS diff --git a/goodpath.c b/goodpath.c index 68a56813b..85a7986cd 100644 --- a/goodpath.c +++ b/goodpath.c @@ -53,7 +53,7 @@ extern int stat __P((const char *, struct stat *)); #endif /* !STDC_HEADERS */ #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ /****************************************************************** diff --git a/ins_2001.h b/ins_2001.h index 3eaed34a2..be897a588 100644 --- a/ins_2001.h +++ b/ins_2001.h @@ -17,7 +17,7 @@ * * Please send bugs, changes, problems to sudo-bugs@courtesan.com * - * $Id$ + * $Sudo$ */ #ifndef _SUDO_INS_2001_H diff --git a/ins_classic.h b/ins_classic.h index 108f64351..b02431d66 100644 --- a/ins_classic.h +++ b/ins_classic.h @@ -17,7 +17,7 @@ * * Please send bugs, changes, problems to sudo-bugs@courtesan.com * - * $Id$ + * $Sudo$ */ #ifndef _SUDO_INS_CLASSIC_H diff --git a/ins_csops.h b/ins_csops.h index ab3c0fa7e..d34efa557 100644 --- a/ins_csops.h +++ b/ins_csops.h @@ -17,7 +17,7 @@ * * Please send bugs, changes, problems to sudo-bugs@courtesan.com * - * $Id$ + * $Sudo$ */ #ifndef _SUDO_INS_CSOPS_H diff --git a/ins_goons.h b/ins_goons.h index 28b70c769..892a050c7 100644 --- a/ins_goons.h +++ b/ins_goons.h @@ -17,7 +17,7 @@ * * Please send bugs, changes, problems to sudo-bugs@courtesan.com * - * $Id$ + * $Sudo$ */ #ifndef _SUDO_INS_GOONS_H diff --git a/insults.h b/insults.h index d5153b817..daf8367b3 100644 --- a/insults.h +++ b/insults.h @@ -17,7 +17,7 @@ * * Please send bugs, changes, problems to sudo-bugs@courtesan.com * - * $Id$ + * $Sudo$ */ #ifndef _SUDO_INSULTS_H diff --git a/interfaces.c b/interfaces.c index a83937a4d..2f56cff49 100644 --- a/interfaces.c +++ b/interfaces.c @@ -79,7 +79,7 @@ extern char *realloc __P((VOID *, size_t)); #endif /* !STDC_HEADERS && !__GNUC__ */ #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ /* diff --git a/lex.yy.c b/lex.yy.c index 84c43afd7..4473dcfe7 100644 --- a/lex.yy.c +++ b/lex.yy.c @@ -561,7 +561,7 @@ char *yytext; #include "sudo.tab.h" #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ #undef yywrap /* guard against a yywrap macro */ diff --git a/logging.c b/logging.c index 3358caab9..f6fd01396 100644 --- a/logging.c +++ b/logging.c @@ -67,7 +67,7 @@ #include "sudo.h" #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ /* diff --git a/lsearch.c b/lsearch.c index 7de302ba2..79ae11674 100644 --- a/lsearch.c +++ b/lsearch.c @@ -49,7 +49,7 @@ static const char sccsid[] = "@(#)lsearch.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ typedef int (*cmp_fn_t) __P((const VOID *, const VOID *)); diff --git a/parse.c b/parse.c index 57ac8031f..db430f3d4 100644 --- a/parse.c +++ b/parse.c @@ -81,7 +81,7 @@ #include "sudo.h" #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ /* diff --git a/parse.lex b/parse.lex index 32264290c..c7a889e1d 100644 --- a/parse.lex +++ b/parse.lex @@ -47,7 +47,7 @@ #include "sudo.tab.h" #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ #undef yywrap /* guard against a yywrap macro */ diff --git a/parse.yacc b/parse.yacc index f87345ba4..74eb6a522 100644 --- a/parse.yacc +++ b/parse.yacc @@ -62,7 +62,7 @@ #endif /* !HAVE_STRCASECMP */ #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ /* diff --git a/pathnames.h.in b/pathnames.h.in index d2a8d491d..c722e3839 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -17,7 +17,7 @@ * * Please send bugs, changes, problems to sudo-bugs@courtesan.com * - * $Id$ + * $Sudo$ */ /* diff --git a/putenv.c b/putenv.c index 7543e7488..a4de385bd 100644 --- a/putenv.c +++ b/putenv.c @@ -47,7 +47,7 @@ extern char *malloc __P((size_t)); #endif /* !STDC_HEADERS && !gcc */ #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ diff --git a/secureware.c b/secureware.c index d6c589044..9caabd393 100644 --- a/secureware.c +++ b/secureware.c @@ -55,7 +55,7 @@ #include "sudo.h" #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ diff --git a/strdup.c b/strdup.c index 00b7ba2ca..8229d4da6 100644 --- a/strdup.c +++ b/strdup.c @@ -58,7 +58,7 @@ extern char *strcpy __P((char *, const char *)); #endif /* !STDC_HEADERS */ #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ diff --git a/sudo.c b/sudo.c index 7b306d33e..f1c39025f 100644 --- a/sudo.c +++ b/sudo.c @@ -99,7 +99,7 @@ extern char *getenv __P((char *)); #endif /* STDC_HEADERS */ #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ diff --git a/sudo.pod b/sudo.pod index 723ff8136..9f2010d8a 100644 --- a/sudo.pod +++ b/sudo.pod @@ -1,5 +1,5 @@ =cut -$Id$ +$Sudo$ =pod =head1 NAME diff --git a/sudo_setenv.c b/sudo_setenv.c index d9525045e..2d9c6a5a9 100644 --- a/sudo_setenv.c +++ b/sudo_setenv.c @@ -53,7 +53,7 @@ extern int setenv __P((char *, char *, int)); #endif /* !STDC_HEADERS */ #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ diff --git a/sudoers.pod b/sudoers.pod index 6d9ad9ed4..5d7b8b81c 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -1,5 +1,5 @@ =cut -$Id$ +$Sudo$ =pod =head1 NAME diff --git a/testsudoers.c b/testsudoers.c index a650ab6c5..0dd88a290 100644 --- a/testsudoers.c +++ b/testsudoers.c @@ -65,7 +65,7 @@ #include "sudo.h" #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ /* diff --git a/tgetpass.c b/tgetpass.c index bdc215672..f2cd1d7bf 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -82,7 +82,7 @@ #endif /* TCSASOFT */ #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ diff --git a/utime.c b/utime.c index 4a02ef2ed..adced0c13 100644 --- a/utime.c +++ b/utime.c @@ -40,7 +40,7 @@ #include "emul/utime.h" #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ diff --git a/visudo.c b/visudo.c index c916c8b8c..519ac758a 100644 --- a/visudo.c +++ b/visudo.c @@ -70,7 +70,7 @@ extern int stat __P((const char *, struct stat *)); #endif /* POSIX_SIGNALS && !SA_RESETHAND */ #ifndef lint -static const char rcsid[] = "$Id$"; +static const char rcsid[] = "$Sudo$"; #endif /* lint */ /* diff --git a/visudo.pod b/visudo.pod index 8fad47639..a8433de25 100644 --- a/visudo.pod +++ b/visudo.pod @@ -1,5 +1,5 @@ =cut -$Id$ +$Sudo$ =pod =head1 NAME