diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-04-07 20:02:10 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-04-07 20:02:10 +0000 |
commit | 145abdf7387b01e69b19a8fea1a2427353c76f32 (patch) | |
tree | 4e4207493b02a5877cec41488981fd8455662458 /usr.sbin | |
parent | c3f1f3d9e1ef757181e83481b5ec20a52b403af8 (diff) |
$OpenBSD$ here too.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/timed/CHANGES | 2 | ||||
-rw-r--r-- | usr.sbin/timed/timedc/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/timed/timedc/cmds.c | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timedc/cmdtab.c | 2 | ||||
-rw-r--r-- | usr.sbin/timed/timedc/timedc-extern.h | 2 | ||||
-rw-r--r-- | usr.sbin/timed/timedc/timedc.c | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timedc/timedc.h | 2 |
7 files changed, 16 insertions, 2 deletions
diff --git a/usr.sbin/timed/CHANGES b/usr.sbin/timed/CHANGES index 773f4774905..a1da6e633f2 100644 --- a/usr.sbin/timed/CHANGES +++ b/usr.sbin/timed/CHANGES @@ -1,3 +1,5 @@ +# $OpenBSD: CHANGES,v 1.2 2001/04/07 20:02:08 ho Exp $ +# # @(#)CHANGES 5.1 (Berkeley) 5/11/93 This new version is almost identical to the timed and timedc code diff --git a/usr.sbin/timed/timedc/Makefile b/usr.sbin/timed/timedc/Makefile index ccc6f8fc36a..f48782a30b4 100644 --- a/usr.sbin/timed/timedc/Makefile +++ b/usr.sbin/timed/timedc/Makefile @@ -1,3 +1,5 @@ +# $Id: Makefile,v 1.4 2001/04/07 20:02:09 ho Exp $ +# # @(#)Makefile 5.4 (Berkeley) 5/11/93 PROG= timedc diff --git a/usr.sbin/timed/timedc/cmds.c b/usr.sbin/timed/timedc/cmds.c index 8e4e198a401..c339675b6d2 100644 --- a/usr.sbin/timed/timedc/cmds.c +++ b/usr.sbin/timed/timedc/cmds.c @@ -1,3 +1,5 @@ +/* $Id: cmds.c,v 1.10 2001/04/07 20:02:09 ho Exp $ */ + /*- * Copyright (c) 1985, 1993 The Regents of the University of California. * All rights reserved. @@ -36,7 +38,7 @@ static char sccsid[] = "@(#)cmds.c 5.1 (Berkeley) 5/11/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.9 $" +#ident "$Revision: 1.10 $" #endif #include "timedc.h" diff --git a/usr.sbin/timed/timedc/cmdtab.c b/usr.sbin/timed/timedc/cmdtab.c index d89f4446ac3..d36ff2810a4 100644 --- a/usr.sbin/timed/timedc/cmdtab.c +++ b/usr.sbin/timed/timedc/cmdtab.c @@ -1,3 +1,5 @@ +/* $Id: cmdtab.c,v 1.2 2001/04/07 20:02:09 ho Exp $ */ + /* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. diff --git a/usr.sbin/timed/timedc/timedc-extern.h b/usr.sbin/timed/timedc/timedc-extern.h index 81a45c8ddac..448a01f16f4 100644 --- a/usr.sbin/timed/timedc/timedc-extern.h +++ b/usr.sbin/timed/timedc/timedc-extern.h @@ -1,3 +1,5 @@ +/* $Id: timedc-extern.h,v 1.2 2001/04/07 20:02:09 ho Exp $ */ + /*- * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. diff --git a/usr.sbin/timed/timedc/timedc.c b/usr.sbin/timed/timedc/timedc.c index b1362416cf1..06c1a77b348 100644 --- a/usr.sbin/timed/timedc/timedc.c +++ b/usr.sbin/timed/timedc/timedc.c @@ -1,3 +1,5 @@ +/* $Id: timedc.c,v 1.4 2001/04/07 20:02:09 ho Exp $ */ + /*- * Copyright (c) 1985, 1993 The Regents of the University of California. * All rights reserved. @@ -42,7 +44,7 @@ static char sccsid[] = "@(#)timedc.c 5.1 (Berkeley) 5/11/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.3 $" +#ident "$Revision: 1.4 $" #endif #include "timedc.h" diff --git a/usr.sbin/timed/timedc/timedc.h b/usr.sbin/timed/timedc/timedc.h index 971467f46da..fd9e20ebb36 100644 --- a/usr.sbin/timed/timedc/timedc.h +++ b/usr.sbin/timed/timedc/timedc.h @@ -1,3 +1,5 @@ +/* $Id: timedc.h,v 1.2 2001/04/07 20:02:09 ho Exp $ */ + /*- * Copyright (c) 1985, 1993 The Regents of the University of California. * All rights reserved. |