diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
| commit | 6dde85226565322f6651945e2b1205a7ff770536 (patch) | |
| tree | 2ea5e05a3721d70eac53686e4099e293bf209718 /libexec/revnetgroup | |
| parent | 148a348454a0bbec0dab6f790e7d47c9850c0128 (diff) | |
Diffstat (limited to 'libexec/revnetgroup')
| -rw-r--r-- | libexec/revnetgroup/Makefile | 2 | ||||
| -rw-r--r-- | libexec/revnetgroup/hash.c | 2 | ||||
| -rw-r--r-- | libexec/revnetgroup/hash.h | 2 | ||||
| -rw-r--r-- | libexec/revnetgroup/parse_netgroup.c | 2 | ||||
| -rw-r--r-- | libexec/revnetgroup/revnetgroup.8 | 2 | ||||
| -rw-r--r-- | libexec/revnetgroup/revnetgroup.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/libexec/revnetgroup/Makefile b/libexec/revnetgroup/Makefile index 708837141347..ce75f210610e 100644 --- a/libexec/revnetgroup/Makefile +++ b/libexec/revnetgroup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/revnetgroup/Makefile,v 1.4.2.1 2001/04/25 10:40:54 ru Exp $ PROG= revnetgroup SRCS= revnetgroup.c hash.c parse_netgroup.c diff --git a/libexec/revnetgroup/hash.c b/libexec/revnetgroup/hash.c index c11244ac3b9c..8a1f3c132eb8 100644 --- a/libexec/revnetgroup/hash.c +++ b/libexec/revnetgroup/hash.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/revnetgroup/hash.c,v 1.6 1999/08/28 00:09:47 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/revnetgroup/hash.h b/libexec/revnetgroup/hash.h index 04a44d67a8fa..e172a42f1222 100644 --- a/libexec/revnetgroup/hash.h +++ b/libexec/revnetgroup/hash.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/libexec/revnetgroup/hash.h,v 1.6 1999/08/28 00:09:48 peter Exp $ */ /* Groupname entry hung off a member_entry node. */ diff --git a/libexec/revnetgroup/parse_netgroup.c b/libexec/revnetgroup/parse_netgroup.c index 6b795c61d8a6..a2f95ed667d7 100644 --- a/libexec/revnetgroup/parse_netgroup.c +++ b/libexec/revnetgroup/parse_netgroup.c @@ -36,7 +36,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/revnetgroup/parse_netgroup.c,v 1.7 1999/08/28 00:09:48 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/revnetgroup/revnetgroup.8 b/libexec/revnetgroup/revnetgroup.8 index 3bf4691e1229..ddfde631d541 100644 --- a/libexec/revnetgroup/revnetgroup.8 +++ b/libexec/revnetgroup/revnetgroup.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/revnetgroup/revnetgroup.8,v 1.7.2.3 2002/02/01 15:51:17 ru Exp $ .\" .Dd October 24, 1995 .Dt REVNETGROUP 8 diff --git a/libexec/revnetgroup/revnetgroup.c b/libexec/revnetgroup/revnetgroup.c index 347c517fcfb3..992c3b01fe8d 100644 --- a/libexec/revnetgroup/revnetgroup.c +++ b/libexec/revnetgroup/revnetgroup.c @@ -38,7 +38,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/revnetgroup/revnetgroup.c,v 1.10.2.1 2000/07/20 10:35:08 kris Exp $"; #endif /* not lint */ #include <err.h> |
