updated version number and took out jeff's email (since it is invalid)

This commit is contained in:
Todd C. Miller
1993-11-27 23:42:49 +00:00
parent b736fa27f8
commit 594284b224
8 changed files with 107 additions and 46 deletions

View File

@@ -1,3 +1,12 @@
/*
* CU sudo version 1.3 (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.cs.colorado.edu
*
*/
/*
* sudo version 1.1 allows users to execute commands as root
* Copyright (C) 1991 The Root Group, Inc.
@@ -16,12 +25,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* If you make modifications to the source, we would be happy to have
* them to include in future releases. Feel free to send them to:
* Jeff Nieusma nieusma@rootgroup.com
* 3959 Arbol CT (303) 447-8093
* Boulder, CO 80301-1752
*
****************************************************************
*
* logging.c
@@ -33,6 +36,10 @@
* Jeff Nieusma Thu Mar 21 23:39:04 MST 1991
*/
#ifndef lint
static char rcsid[] = "$Id$";
#endif /* lint */
#include <stdio.h>
#include <string.h>
#include <signal.h>