diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 00:00:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 00:00:00 +0000 |
commit | d6f987883e262363e2689803a36a7c32736476cc (patch) | |
tree | 1158893c08ead8fccdd4ac523d3492f68c4c1cda /libexec/tcpd | |
parent | 94ea65f5c4b7bedff1d6c9caca5363f926955d43 (diff) |
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
Diffstat (limited to 'libexec/tcpd')
-rw-r--r-- | libexec/tcpd/safe_finger/safe_finger.c | 10 | ||||
-rw-r--r-- | libexec/tcpd/tcpd/tcpd.c | 10 | ||||
-rw-r--r-- | libexec/tcpd/tcpdchk/inetcf.c | 10 | ||||
-rw-r--r-- | libexec/tcpd/tcpdchk/scaffold.c | 10 | ||||
-rw-r--r-- | libexec/tcpd/tcpdchk/tcpdchk.c | 10 | ||||
-rw-r--r-- | libexec/tcpd/tcpdmatch/tcpdmatch.c | 10 |
6 files changed, 6 insertions, 54 deletions
diff --git a/libexec/tcpd/safe_finger/safe_finger.c b/libexec/tcpd/safe_finger/safe_finger.c index 0b8692dded9..6b4c4a8858a 100644 --- a/libexec/tcpd/safe_finger/safe_finger.c +++ b/libexec/tcpd/safe_finger/safe_finger.c @@ -1,4 +1,4 @@ -/* $OpenBSD: safe_finger.c,v 1.3 2002/02/16 21:27:31 millert Exp $ */ +/* $OpenBSD: safe_finger.c,v 1.4 2009/10/27 23:59:31 deraadt Exp $ */ /* * safe_finger - finger client wrapper that protects against nasty stuff @@ -16,14 +16,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) safe_finger.c 1.4 94/12/28 17:42:41"; -#else -static char rcsid[] = "$OpenBSD: safe_finger.c,v 1.3 2002/02/16 21:27:31 millert Exp $"; -#endif -#endif - /* System libraries */ #include <sys/types.h> diff --git a/libexec/tcpd/tcpd/tcpd.c b/libexec/tcpd/tcpd/tcpd.c index 84122c15ce5..18cc19b4079 100644 --- a/libexec/tcpd/tcpd/tcpd.c +++ b/libexec/tcpd/tcpd/tcpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcpd.c,v 1.3 2003/06/26 07:53:26 deraadt Exp $ */ +/* $OpenBSD: tcpd.c,v 1.4 2009/10/27 23:59:31 deraadt Exp $ */ /* * General front end for stream and datagram IP services. This program logs @@ -12,14 +12,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) tcpd.c 1.10 96/02/11 17:01:32"; -#else -static char rcsid[] = "$OpenBSD: tcpd.c,v 1.3 2003/06/26 07:53:26 deraadt Exp $"; -#endif -#endif - /* System libraries. */ #include <sys/types.h> diff --git a/libexec/tcpd/tcpdchk/inetcf.c b/libexec/tcpd/tcpdchk/inetcf.c index ba13ab4ef16..96f1b460b78 100644 --- a/libexec/tcpd/tcpdchk/inetcf.c +++ b/libexec/tcpd/tcpdchk/inetcf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inetcf.c,v 1.4 2003/06/26 07:53:27 deraadt Exp $ */ +/* $OpenBSD: inetcf.c,v 1.5 2009/10/27 23:59:32 deraadt Exp $ */ /* * Routines to parse an inetd.conf or tlid.conf file. This would be a great @@ -7,14 +7,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) inetcf.c 1.7 97/02/12 02:13:23"; -#else -static char rcsid[] = "$OpenBSD: inetcf.c,v 1.4 2003/06/26 07:53:27 deraadt Exp $"; -#endif -#endif - #include <sys/types.h> #include <sys/stat.h> #include <stdio.h> diff --git a/libexec/tcpd/tcpdchk/scaffold.c b/libexec/tcpd/tcpdchk/scaffold.c index da0467d383b..ac8b05ba5e6 100644 --- a/libexec/tcpd/tcpdchk/scaffold.c +++ b/libexec/tcpd/tcpdchk/scaffold.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scaffold.c,v 1.7 2002/07/30 22:27:20 deraadt Exp $ */ +/* $OpenBSD: scaffold.c,v 1.8 2009/10/27 23:59:32 deraadt Exp $ */ /* * Routines for testing only. Not really industrial strength. @@ -6,14 +6,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccs_id[] = "@(#) scaffold.c 1.5 95/01/03 09:13:48"; -#else -static char rcsid[] = "$OpenBSD: scaffold.c,v 1.7 2002/07/30 22:27:20 deraadt Exp $"; -#endif -#endif - /* System libraries. */ #include <sys/types.h> diff --git a/libexec/tcpd/tcpdchk/tcpdchk.c b/libexec/tcpd/tcpdchk/tcpdchk.c index 28e361a6e4b..20213a83465 100644 --- a/libexec/tcpd/tcpdchk/tcpdchk.c +++ b/libexec/tcpd/tcpdchk/tcpdchk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcpdchk.c,v 1.10 2008/05/17 23:31:52 sobrado Exp $ */ +/* $OpenBSD: tcpdchk.c,v 1.11 2009/10/27 23:59:32 deraadt Exp $ */ /* * tcpdchk - examine all tcpd access control rules and inetd.conf entries @@ -16,14 +16,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) tcpdchk.c 1.8 97/02/12 02:13:25"; -#else -static char rcsid[] = "$OpenBSD: tcpdchk.c,v 1.10 2008/05/17 23:31:52 sobrado Exp $"; -#endif -#endif - /* System libraries. */ #include <sys/types.h> diff --git a/libexec/tcpd/tcpdmatch/tcpdmatch.c b/libexec/tcpd/tcpdmatch/tcpdmatch.c index af71303d672..ebb94f76227 100644 --- a/libexec/tcpd/tcpdmatch/tcpdmatch.c +++ b/libexec/tcpd/tcpdmatch/tcpdmatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcpdmatch.c,v 1.7 2003/06/26 07:53:27 deraadt Exp $ */ +/* $OpenBSD: tcpdmatch.c,v 1.8 2009/10/27 23:59:32 deraadt Exp $ */ /* * tcpdmatch - explain what tcpd would do in a specific case @@ -15,14 +15,6 @@ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#) tcpdmatch.c 1.5 96/02/11 17:01:36"; -#else -static char rcsid[] = "$OpenBSD: tcpdmatch.c,v 1.7 2003/06/26 07:53:27 deraadt Exp $"; -#endif -#endif - /* System libraries. */ #include <sys/types.h> |