diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
commit | 76f0c923fe4b2a1616453876611dc76b4f6b5355 (patch) | |
tree | 11c3e263d5f0f3acaf3b23fd63177baa9d93b750 /libexec/revnetgroup | |
parent | c148814ac642685a549ea821e649cd359879c935 (diff) | |
download | FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.zip FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.tar.gz |
$Id$ -> $FreeBSD$
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 dec0e7b..9c41089 100644 --- a/libexec/revnetgroup/Makefile +++ b/libexec/revnetgroup/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= revnetgroup SRCS= revnetgroup.c hash.c parse_netgroup.c diff --git a/libexec/revnetgroup/hash.c b/libexec/revnetgroup/hash.c index 093b44a..c11244a 100644 --- a/libexec/revnetgroup/hash.c +++ b/libexec/revnetgroup/hash.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/revnetgroup/hash.h b/libexec/revnetgroup/hash.h index 7106967..04a44d6 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. * - * $Id$ + * $FreeBSD$ */ /* Groupname entry hung off a member_entry node. */ diff --git a/libexec/revnetgroup/parse_netgroup.c b/libexec/revnetgroup/parse_netgroup.c index 19a9010..6b795c6 100644 --- a/libexec/revnetgroup/parse_netgroup.c +++ b/libexec/revnetgroup/parse_netgroup.c @@ -36,7 +36,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/libexec/revnetgroup/revnetgroup.8 b/libexec/revnetgroup/revnetgroup.8 index 5944f4b..62953e2 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. .\" -.\" $Id: revnetgroup.8,v 1.5 1997/11/25 07:14:34 charnier Exp $ +.\" $FreeBSD$ .\" .Dd October 24, 1995 .Dt REVNETGROUP 8 diff --git a/libexec/revnetgroup/revnetgroup.c b/libexec/revnetgroup/revnetgroup.c index 3599acd..eccdada 100644 --- a/libexec/revnetgroup/revnetgroup.c +++ b/libexec/revnetgroup/revnetgroup.c @@ -38,7 +38,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> |