diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
| commit | 5be28542797ac26e17de490f50e0830003596d38 (patch) | |
| tree | 8069da00bdeed33ee5434671a0bae67379506370 /usr.sbin/rpc.statd | |
| parent | e5eb97b547f5af1e2b6e4396933dc06b93d5590e (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvs
'RELENG_3_3_0_RELEASE'.
This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.sbin/rpc.statd')
| -rw-r--r-- | usr.sbin/rpc.statd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/rpc.statd/procs.c | 2 | ||||
| -rw-r--r-- | usr.sbin/rpc.statd/statd.c | 2 | ||||
| -rw-r--r-- | usr.sbin/rpc.statd/test.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rpc.statd/Makefile b/usr.sbin/rpc.statd/Makefile index 112cc138bbe9..fcf9f53ed347 100644 --- a/usr.sbin/rpc.statd/Makefile +++ b/usr.sbin/rpc.statd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/rpc.statd/Makefile,v 1.8.2.1 1999/08/29 15:47:49 peter Exp $ PROG = rpc.statd SRCS = file.c sm_inter_svc.c sm_inter.h statd.c procs.c diff --git a/usr.sbin/rpc.statd/procs.c b/usr.sbin/rpc.statd/procs.c index 3f27e582197b..a829db30f061 100644 --- a/usr.sbin/rpc.statd/procs.c +++ b/usr.sbin/rpc.statd/procs.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/rpc.statd/procs.c,v 1.3.2.1 1999/08/29 15:47:49 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c index 3b47dfe041bb..b89355a76b7c 100644 --- a/usr.sbin/rpc.statd/statd.c +++ b/usr.sbin/rpc.statd/statd.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/rpc.statd/statd.c,v 1.3.2.1 1999/08/29 15:47:50 peter Exp $"; #endif /* not lint */ /* main() function for status monitor daemon. Some of the code in this */ diff --git a/usr.sbin/rpc.statd/test.c b/usr.sbin/rpc.statd/test.c index 6df15011db3b..e34caabb61d5 100644 --- a/usr.sbin/rpc.statd/test.c +++ b/usr.sbin/rpc.statd/test.c @@ -1,7 +1,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/rpc.statd/test.c,v 1.2.2.1 1999/08/29 15:47:51 peter Exp $"; #endif /* not lint */ #include <stdio.h> |
