From 090fb430f117cbbf541214c39f88eb57afb71d15 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 22 Feb 1997 14:22:49 +0000 Subject: Revert $FreeBSD$ to $Id$ --- libexec/revnetgroup/Makefile | 2 +- libexec/revnetgroup/hash.c | 4 ++-- libexec/revnetgroup/hash.h | 2 +- libexec/revnetgroup/parse_netgroup.c | 4 ++-- libexec/revnetgroup/revnetgroup.8 | 2 +- libexec/revnetgroup/revnetgroup.c | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) (limited to 'libexec/revnetgroup') diff --git a/libexec/revnetgroup/Makefile b/libexec/revnetgroup/Makefile index 88016ee..dec0e7b 100644 --- a/libexec/revnetgroup/Makefile +++ b/libexec/revnetgroup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= revnetgroup SRCS= revnetgroup.c hash.c parse_netgroup.c diff --git a/libexec/revnetgroup/hash.c b/libexec/revnetgroup/hash.c index 2f63cc7..2c1cb16 100644 --- a/libexec/revnetgroup/hash.c +++ b/libexec/revnetgroup/hash.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include @@ -39,7 +39,7 @@ #include "hash.h" #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif /* diff --git a/libexec/revnetgroup/hash.h b/libexec/revnetgroup/hash.h index d464789..7106967 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$ + * $Id$ */ /* Groupname entry hung off a member_entry node. */ diff --git a/libexec/revnetgroup/parse_netgroup.c b/libexec/revnetgroup/parse_netgroup.c index 529d399..14e7e23 100644 --- a/libexec/revnetgroup/parse_netgroup.c +++ b/libexec/revnetgroup/parse_netgroup.c @@ -35,7 +35,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "$FreeBSD$"; +static char sccsid[] = "$Id$"; #endif /* LIBC_SCCS and not lint */ /* @@ -52,7 +52,7 @@ static char sccsid[] = "$FreeBSD$"; #include "hash.h" #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif /* diff --git a/libexec/revnetgroup/revnetgroup.8 b/libexec/revnetgroup/revnetgroup.8 index d9fc399..2d03f81 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$ +.\" $Id$ .\" .Dd October 24, 1995 .Dt REVNETGROUP 8 diff --git a/libexec/revnetgroup/revnetgroup.c b/libexec/revnetgroup/revnetgroup.c index 3a5eb56..c2a3574 100644 --- a/libexec/revnetgroup/revnetgroup.c +++ b/libexec/revnetgroup/revnetgroup.c @@ -35,7 +35,7 @@ * Center for Telecommunications Research * Columbia University, New York City * - * $FreeBSD$ + * $Id$ */ #include @@ -46,7 +46,7 @@ #include "hash.h" #ifndef lint -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif /* Default location of netgroup file. */ -- cgit v1.1