diff options
Diffstat (limited to 'usr.sbin/inetd')
| -rw-r--r-- | usr.sbin/inetd/inetd.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/inetd/inetd.c | 2 | ||||
| -rw-r--r-- | usr.sbin/inetd/pathnames.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index cea86331b93e..aeb8eaf2b1df 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94 -.\" $Id: inetd.8,v 1.9.2.2 1997/03/06 07:59:33 mpp Exp $ +.\" $Id: inetd.8,v 1.9.2.3 1997/09/22 06:23:24 charnier Exp $ .\" .Dd February 7, 1996 .Dt INETD 8 diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c index 7eff1c7b9621..4eed02a88c8a 100644 --- a/usr.sbin/inetd/inetd.c +++ b/usr.sbin/inetd/inetd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from: inetd.c 8.4 (Berkeley) 4/13/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: inetd.c,v 1.15.2.5 1997/09/22 06:23:24 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/inetd/pathnames.h b/usr.sbin/inetd/pathnames.h index 503cd212a2c5..1382a468edfc 100644 --- a/usr.sbin/inetd/pathnames.h +++ b/usr.sbin/inetd/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: pathnames.h,v 1.3 1996/05/07 03:16:43 gpalmer Exp $ */ #include <paths.h> |
