head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.54 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.52 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.50 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.48 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.46 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2003.03.04.14.11.29; author seb; state dead; branches; next 1.2; 1.2 date 2000.02.13.00.18.27; author tron; state Exp; branches; next 1.1; 1.1 date 2000.02.13.00.14.49; author tron; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.02.13.00.14.49; author tron; state Exp; branches; next ; desc @@ 1.3 log @Remove this old sendmail package: there is no quick and easy fix for the latest sendmail security advisory. See http://www.cert.org/advisories/CA-2003-07.html People using such an old sendmail really should upgrade. @ text @$NetBSD: patch-av,v 1.2 2000/02/13 00:18:27 tron Exp $ --- src/conf.c.orig Mon Oct 20 17:41:38 1997 +++ src/conf.c Sat Feb 12 23:28:27 2000 @@@@ -2997,7 +2997,7 @@@@ static void fmtstr __P((char *value, int ljust, int len, int zpad, int maxwidth)); static void fmtnum __P((long value, int base, int dosign, int ljust, int len, int zpad)); -static void dostr __P(( char * , int )); +static void dostr __P(( const char * , int )); static char *output; static void dopr_outch __P(( int c )); static int SyslogErrno; @@@@ -3218,7 +3218,7 @@@@ static void dostr( str , cut) - char *str; + const char *str; int cut; { if (cut) { @@@@ -3315,8 +3315,7 @@@@ char *shell; { #if HASGETUSERSHELL - register char *p; - extern char *getusershell(); + register const char *p; if (shell == NULL || shell[0] == '\0' || wordinclass(user, 't') || ConfigLevel <= 1) @ 1.2 log @Avoid CVS lossage caused by RCS Ids in patches. @ text @d1 1 a1 1 $NetBSD: patch-av,v 1.1.1.1 2000/02/13 00:14:49 tron Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ a4 18 @@@@ -1973,7 +1973,7 @@@@ /* Non Apollo stuff removed by Don Lewis 11/15/93 */ #ifndef lint -static char rcsid[] = "@@(#)$Id: getloadavg.c,v 1.16 1991/06/21 12:51:15 paul Exp $"; +static char rcsid[] = "@@(#)$Id: conf.c,v 1.23 1998/07/26 15:54:42 mycroft Exp $"; #endif /* !lint */ #ifdef apollo @@@@ -2939,7 +2939,7 @@@@ * causing nast effects. **************************************************************/ -/*static char _id[] = "$Id: snprintf.c,v 1.2 1995/10/09 11:19:47 roberto Exp $";*/ +/*static char _id[] = "$Id: conf.c,v 1.23 1998/07/26 15:54:42 mycroft Exp $";*/ static void sm_dopr(); static char *DoprEnd; static int SnprfOverflow; @ 1.1.1.1 log @Initial import of "sendmail88" package: The well known Mail Transport Agent This package replaces the "sendmail" 8.8.8 distribution in the main source tree. @ text @@