diff options
Diffstat (limited to 'libexec/atrun')
| -rw-r--r-- | libexec/atrun/Makefile | 2 | ||||
| -rw-r--r-- | libexec/atrun/atrun.c | 2 | ||||
| -rw-r--r-- | libexec/atrun/atrun.man | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index cb69fd16980d..d0d3770c911c 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/01/05 01:02:56 nate Exp $ +# $Id: Makefile,v 1.2 1995/04/12 02:52:08 ache Exp $ MAINSRC= ${.CURDIR}/../../usr.bin/at diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index 3ae9ee78decd..c8d12a863cad 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -73,7 +73,7 @@ /* File scope variables */ static char *namep; -static char rcsid[] = "$Id: atrun.c,v 1.3 1995/04/12 19:21:43 ache Exp $"; +static char rcsid[] = "$Id: atrun.c,v 1.4 1995/05/30 05:45:39 rgrimes Exp $"; static debug = 0; /* Local functions */ diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man index abce667bfacc..2172492ab597 100644 --- a/libexec/atrun/atrun.man +++ b/libexec/atrun/atrun.man @@ -1,4 +1,4 @@ -.\" $Id: atrun.man,v 1.1 1994/05/10 18:23:08 kernel Exp $ +.\" $Id: atrun.man,v 1.1 1995/04/12 02:52:21 ache Exp $ .Dd April 12, 1995 .Dt ATRUN 8 .Os "FreeBSD 2.1" |
