diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
commit | f78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch) | |
tree | d866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/at | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/at')
-rw-r--r-- | usr.bin/at/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/at/at.1 | 1 | ||||
-rw-r--r-- | usr.bin/at/at.c | 3 | ||||
-rw-r--r-- | usr.bin/at/at.h | 1 | ||||
-rw-r--r-- | usr.bin/at/panic.c | 3 | ||||
-rw-r--r-- | usr.bin/at/panic.h | 1 | ||||
-rw-r--r-- | usr.bin/at/parsetime.c | 3 | ||||
-rw-r--r-- | usr.bin/at/parsetime.h | 1 | ||||
-rw-r--r-- | usr.bin/at/pathnames.h | 1 | ||||
-rw-r--r-- | usr.bin/at/privs.h | 1 |
10 files changed, 13 insertions, 3 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 7fe9731a81c..04608254878 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:31:26 deraadt Exp $ # $NetBSD: Makefile,v 1.2 1995/03/25 18:13:27 glass Exp $ PROG= at diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1 index 329fb2e1084..84df0977c7a 100644 --- a/usr.bin/at/at.1 +++ b/usr.bin/at/at.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: at.1,v 1.2 1996/06/26 05:31:26 deraadt Exp $ .\" $NetBSD: at.1,v 1.6 1995/03/25 18:13:29 glass Exp $ .\" .\" diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index d08f1e22952..d1de84d0c35 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -1,3 +1,4 @@ +/* $OpenBSD: at.c,v 1.2 1996/06/26 05:31:27 deraadt Exp $ */ /* $NetBSD: at.c,v 1.4 1995/03/25 18:13:31 glass Exp $ */ /* @@ -64,7 +65,7 @@ /* File scope variables */ #ifndef lint -static char rcsid[] = "$NetBSD: at.c,v 1.4 1995/03/25 18:13:31 glass Exp $"; +static char rcsid[] = "$OpenBSD: at.c,v 1.2 1996/06/26 05:31:27 deraadt Exp $"; #endif char *no_export[] = diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h index ddbbbae30ea..46b07919f31 100644 --- a/usr.bin/at/at.h +++ b/usr.bin/at/at.h @@ -1,3 +1,4 @@ +/* $OpenBSD: at.h,v 1.2 1996/06/26 05:31:28 deraadt Exp $ */ /* $NetBSD: at.h,v 1.2 1995/03/25 18:13:32 glass Exp $ */ /* diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index 24ab1d2ffdc..b616899085e 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -1,3 +1,4 @@ +/* $OpenBSD: panic.c,v 1.2 1996/06/26 05:31:28 deraadt Exp $ */ /* $NetBSD: panic.c,v 1.2 1995/03/25 18:13:33 glass Exp $ */ /* @@ -41,7 +42,7 @@ /* File scope variables */ #ifndef lint -static char rcsid[] = "$NetBSD: panic.c,v 1.2 1995/03/25 18:13:33 glass Exp $"; +static char rcsid[] = "$OpenBSD: panic.c,v 1.2 1996/06/26 05:31:28 deraadt Exp $"; #endif /* External variables */ diff --git a/usr.bin/at/panic.h b/usr.bin/at/panic.h index ce34cb34937..6b7e468c5ea 100644 --- a/usr.bin/at/panic.h +++ b/usr.bin/at/panic.h @@ -1,3 +1,4 @@ +/* $OpenBSD: panic.h,v 1.2 1996/06/26 05:31:29 deraadt Exp $ */ /* $NetBSD: panic.h,v 1.2 1995/03/25 18:13:35 glass Exp $ */ /* diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 6a5f796ebc9..8f7ff34f7be 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -1,3 +1,4 @@ +/* $OpenBSD: parsetime.c,v 1.3 1996/06/26 05:31:29 deraadt Exp $ */ /* $NetBSD: parsetime.c,v 1.3 1995/03/25 18:13:36 glass Exp $ */ /* @@ -119,7 +120,7 @@ static size_t sc_len; /* scanner - lenght of token buffer */ static int sc_tokid; /* scanner - token id */ #ifndef lint -static char rcsid[] = "$NetBSD: parsetime.c,v 1.3 1995/03/25 18:13:36 glass Exp $"; +static char rcsid[] = "$OpenBSD: parsetime.c,v 1.3 1996/06/26 05:31:29 deraadt Exp $"; #endif /* Local functions */ diff --git a/usr.bin/at/parsetime.h b/usr.bin/at/parsetime.h index f3827271787..827172e3283 100644 --- a/usr.bin/at/parsetime.h +++ b/usr.bin/at/parsetime.h @@ -1,3 +1,4 @@ +/* $OpenBSD: parsetime.h,v 1.2 1996/06/26 05:31:30 deraadt Exp $ */ /* $NetBSD: parsetime.h,v 1.2 1995/03/25 18:13:37 glass Exp $ */ /* diff --git a/usr.bin/at/pathnames.h b/usr.bin/at/pathnames.h index 63df3d3245c..c6062242b09 100644 --- a/usr.bin/at/pathnames.h +++ b/usr.bin/at/pathnames.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pathnames.h,v 1.2 1996/06/26 05:31:31 deraadt Exp $ */ /* $NetBSD: pathnames.h,v 1.3 1995/03/25 18:13:38 glass Exp $ */ /* diff --git a/usr.bin/at/privs.h b/usr.bin/at/privs.h index d01c7a09048..b6790215f40 100644 --- a/usr.bin/at/privs.h +++ b/usr.bin/at/privs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: privs.h,v 1.2 1996/06/26 05:31:31 deraadt Exp $ */ /* $NetBSD: privs.h,v 1.3 1995/03/25 18:13:41 glass Exp $ */ /* |