diff options
author | jkh <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
commit | 808a36ef658c1810327b5d329469bcf5dad24b28 (patch) | |
tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /libexec/mknetid | |
parent | 058c86d9e8b4a705d2d3f2c0b52d63a2534e97e3 (diff) | |
download | FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.zip FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.tar.gz |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Diffstat (limited to 'libexec/mknetid')
-rw-r--r-- | libexec/mknetid/Makefile | 2 | ||||
-rw-r--r-- | libexec/mknetid/hash.c | 4 | ||||
-rw-r--r-- | libexec/mknetid/hash.h | 2 | ||||
-rw-r--r-- | libexec/mknetid/mknetid.8 | 2 | ||||
-rw-r--r-- | libexec/mknetid/mknetid.c | 4 | ||||
-rw-r--r-- | libexec/mknetid/parse_group.c | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/libexec/mknetid/Makefile b/libexec/mknetid/Makefile index 9a3e82b..8342e3d 100644 --- a/libexec/mknetid/Makefile +++ b/libexec/mknetid/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1996/06/24 00:05:28 wpaul Exp $ +# $FreeBSD$ PROG= mknetid SRCS= mknetid.c hash.c parse_group.c diff --git a/libexec/mknetid/hash.c b/libexec/mknetid/hash.c index ec41672..e364a27 100644 --- a/libexec/mknetid/hash.c +++ b/libexec/mknetid/hash.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: hash.c,v 1.3 1996/06/24 22:48:50 wpaul Exp $ + * $FreeBSD$ */ #include <stdio.h> @@ -39,7 +39,7 @@ #include "hash.h" #ifndef lint -static const char rcsid[] = "$Id: hash.c,v 1.3 1996/06/24 22:48:50 wpaul Exp $"; +static const char rcsid[] = "$FreeBSD$"; #endif diff --git a/libexec/mknetid/hash.h b/libexec/mknetid/hash.h index 58c64d2..712bd1e 100644 --- a/libexec/mknetid/hash.h +++ b/libexec/mknetid/hash.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: hash.h,v 1.1.1.1 1996/06/25 20:26:38 wpaul Exp $ + * $FreeBSD$ */ /* Groupid entry hung off a member_entry node. */ diff --git a/libexec/mknetid/mknetid.8 b/libexec/mknetid/mknetid.8 index f246418..0f39120 100644 --- a/libexec/mknetid/mknetid.8 +++ b/libexec/mknetid/mknetid.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: mknetid.8,v 1.2 1996/06/25 02:53:44 wpaul Exp $ +.\" $FreeBSD$ .\" .Dd June 23, 1996 .Dt MKNETID 8 diff --git a/libexec/mknetid/mknetid.c b/libexec/mknetid/mknetid.c index 02b4db5..28cbf6e 100644 --- a/libexec/mknetid/mknetid.c +++ b/libexec/mknetid/mknetid.c @@ -35,7 +35,7 @@ * Center for Telecommunications Research * Columbia University, New York City * - * $Id: mknetid.c,v 1.3 1996/07/12 05:55:38 bde Exp $ + * $FreeBSD$ */ #include <sys/types.h> @@ -55,7 +55,7 @@ #include "hash.h" #ifndef lint -static const char rcsid[] = "$Id: mknetid.c,v 1.3 1996/07/12 05:55:38 bde Exp $"; +static const char rcsid[] = "$FreeBSD$"; #endif #define LINSIZ 1024 diff --git a/libexec/mknetid/parse_group.c b/libexec/mknetid/parse_group.c index 9f6709c..1d50320 100644 --- a/libexec/mknetid/parse_group.c +++ b/libexec/mknetid/parse_group.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)getgrent.c 8.2 (Berkeley) 3/21/94"; #endif /* LIBC_SCCS and not lint */ #ifndef lint -static const char rcsid[] = "$Id: parse_group.c,v 1.5 1996/06/24 00:12:09 wpaul Exp $"; +static const char rcsid[] = "$FreeBSD$"; #endif /* |