diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-27 17:21:32 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-27 17:21:32 +0000 |
commit | 1784dc1b97c939587ec3fe7c7441ac7bd9266bdd (patch) | |
tree | 1e4938331b574d6f1633eb26361a3fe6268c060c | |
parent | Update to 1.1.6 (diff) |
Using $ Id $ strings in pkg/DESCR is sub-optimal.
No need to use a computer-friendly data format --- only humans read DESCR.
Notes
Notes:
svn path=/head/; revision=12163
-rw-r--r-- | dns/nslint/pkg-descr | 12 | ||||
-rw-r--r-- | net/nslint/pkg-descr | 12 |
2 files changed, 4 insertions, 20 deletions
diff --git a/dns/nslint/pkg-descr b/dns/nslint/pkg-descr index ba720f21cc4b..b0ab4b2133eb 100644 --- a/dns/nslint/pkg-descr +++ b/dns/nslint/pkg-descr @@ -1,13 +1,5 @@ -@(#) $Header: README,v 1.8 97/07/23 00:56:06 leres Exp $ (LBL) - -NSLINT 2.0 -Lawrence Berkeley National Laboratory -Network Research Group -nslint@ee.lbl.gov -ftp://ftp.ee.lbl.gov/nslint.tar.Z - -This directory contains source code for nslint, a lint program for dns -files. +This is nslint 2.0, a lint program for dns files. It is produced by the +Lawrence Berkeley National Laboratory, Network Research Group. Please send bugs and comments to nslint@ee.lbl.gov. diff --git a/net/nslint/pkg-descr b/net/nslint/pkg-descr index ba720f21cc4b..b0ab4b2133eb 100644 --- a/net/nslint/pkg-descr +++ b/net/nslint/pkg-descr @@ -1,13 +1,5 @@ -@(#) $Header: README,v 1.8 97/07/23 00:56:06 leres Exp $ (LBL) - -NSLINT 2.0 -Lawrence Berkeley National Laboratory -Network Research Group -nslint@ee.lbl.gov -ftp://ftp.ee.lbl.gov/nslint.tar.Z - -This directory contains source code for nslint, a lint program for dns -files. +This is nslint 2.0, a lint program for dns files. It is produced by the +Lawrence Berkeley National Laboratory, Network Research Group. Please send bugs and comments to nslint@ee.lbl.gov. |