diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
commit | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (patch) | |
tree | 0cf37f427c704496510156e28ccd8cd233f9d688 /libexec/rbootd | |
parent | e6c8b48d908090e196f36bb181e0f8b5c7c80f1a (diff) | |
download | src-7f3dea244c40159a41ab22da77a434d7c5b5e85a.tar.gz src-7f3dea244c40159a41ab22da77a434d7c5b5e85a.zip |
Notes
Diffstat (limited to 'libexec/rbootd')
-rw-r--r-- | libexec/rbootd/Makefile | 2 | ||||
-rw-r--r-- | libexec/rbootd/bpf.c | 2 | ||||
-rw-r--r-- | libexec/rbootd/conf.c | 2 | ||||
-rw-r--r-- | libexec/rbootd/parseconf.c | 2 | ||||
-rw-r--r-- | libexec/rbootd/rbootd.8 | 2 | ||||
-rw-r--r-- | libexec/rbootd/rbootd.c | 2 | ||||
-rw-r--r-- | libexec/rbootd/rmpproto.c | 2 | ||||
-rw-r--r-- | libexec/rbootd/utils.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/libexec/rbootd/Makefile b/libexec/rbootd/Makefile index 0cc5ac279374..f4ad590f046a 100644 --- a/libexec/rbootd/Makefile +++ b/libexec/rbootd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.7 1997/02/22 14:21:57 peter Exp $ +# $FreeBSD$ PROG= rbootd SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c diff --git a/libexec/rbootd/bpf.c b/libexec/rbootd/bpf.c index 758e421b4bd8..98d6e00908ee 100644 --- a/libexec/rbootd/bpf.c +++ b/libexec/rbootd/bpf.c @@ -49,7 +49,7 @@ static const char sccsid[] = "@(#)bpf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/conf.c b/libexec/rbootd/conf.c index e2d964330f3e..74ff341095f9 100644 --- a/libexec/rbootd/conf.c +++ b/libexec/rbootd/conf.c @@ -49,7 +49,7 @@ static const char sccsid[] = "@(#)conf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: conf.c,v 1.3 1997/11/24 07:33:40 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/parseconf.c b/libexec/rbootd/parseconf.c index 1260c29b9a0b..21e4c0b1b2a1 100644 --- a/libexec/rbootd/parseconf.c +++ b/libexec/rbootd/parseconf.c @@ -49,7 +49,7 @@ static const char sccsid[] = "@(#)parseconf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/rbootd.8 b/libexec/rbootd/rbootd.8 index df5adcc4b638..c18558d42f22 100644 --- a/libexec/rbootd/rbootd.8 +++ b/libexec/rbootd/rbootd.8 @@ -38,7 +38,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rbootd.8 8.2 (Berkeley) 12/11/93 -.\" $Id: rbootd.8,v 1.7 1997/06/29 19:00:13 steve Exp $ +.\" $FreeBSD$ .\" .\" Utah Hdr: rbootd.man 3.1 92/07/06 .\" Author: Jeff Forys, University of Utah CSS diff --git a/libexec/rbootd/rbootd.c b/libexec/rbootd/rbootd.c index b8e384d7dc4d..2f7c38435364 100644 --- a/libexec/rbootd/rbootd.c +++ b/libexec/rbootd/rbootd.c @@ -55,7 +55,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)rbootd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: rbootd.c,v 1.9 1997/11/24 07:33:41 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/rmpproto.c b/libexec/rbootd/rmpproto.c index 989ba8649e08..80ce805db586 100644 --- a/libexec/rbootd/rmpproto.c +++ b/libexec/rbootd/rmpproto.c @@ -49,7 +49,7 @@ static const char sccsid[] = "@(#)rmpproto.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: rmpproto.c,v 1.4 1997/11/24 07:33:41 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/rbootd/utils.c b/libexec/rbootd/utils.c index 9dbcf2056930..936451385930 100644 --- a/libexec/rbootd/utils.c +++ b/libexec/rbootd/utils.c @@ -49,7 +49,7 @@ static const char sccsid[] = "@(#)utils.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> |