Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Nov 1997 20:21:13 -0600
From:      Dave Glowacki <dglo@SSEC.WISC.EDU>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4941: New port: nslint 2.0a2 
Message-ID:  <199711050221.UAA11194@tick.ssec.wisc.edu>
Resent-Message-ID: <199711050230.SAA00689@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4941
>Category:       ports
>Synopsis:       New port: nslint 2.0a2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov  4 18:30:01 PST 1997
>Last-Modified:
>Originator:     Dave Glowacki
>Organization:
>Release:        FreeBSD 2.2-STABLE i386
>Environment:

	2.2-STABLE

>Description:

	nslint checks the consistency of the local nameserver configuration

>How-To-Repeat:

	

>Fix:
	

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	nslint
#	nslint/files
#	nslint/files/md5
#	nslint/patches
#	nslint/patches/patch-ab
#	nslint/patches/patch-aa
#	nslint/patches/patch-ac
#	nslint/pkg
#	nslint/pkg/COMMENT
#	nslint/pkg/DESCR
#	nslint/pkg/PLIST
#	nslint/Makefile
#
echo c - nslint
mkdir -p nslint > /dev/null 2>&1
echo c - nslint/files
mkdir -p nslint/files > /dev/null 2>&1
echo x - nslint/files/md5
sed 's/^X//' >nslint/files/md5 << 'END-of-nslint/files/md5'
XMD5 (nslint-2.0a2.tar.Z) = 12797559330359e243081020de0d372a
END-of-nslint/files/md5
echo c - nslint/patches
mkdir -p nslint/patches > /dev/null 2>&1
echo x - nslint/patches/patch-ab
sed 's/^X//' >nslint/patches/patch-ab << 'END-of-nslint/patches/patch-ab'
X*** nslint.c.orig	Wed Sep 24 20:41:28 1997
X--- nslint.c	Mon Oct 27 09:18:05 1997
X***************
X*** 127,134 ****
X  
X  int	debug;
X  int	errors;
X! char	*bootfile = "/etc/named.boot";
X! char	*conffile = "/etc/named.conf";
X  char	*nslintboot;
X  char	*nslintconf;
X  char	*prog;
X--- 127,134 ----
X  
X  int	debug;
X  int	errors;
X! char	*bootfile = "/etc/namedb/named.boot";
X! char	*conffile = "/etc/namedb/named.conf";
X  char	*nslintboot;
X  char	*nslintconf;
X  char	*prog;
END-of-nslint/patches/patch-ab
echo x - nslint/patches/patch-aa
sed 's/^X//' >nslint/patches/patch-aa << 'END-of-nslint/patches/patch-aa'
X*** Makefile.in.orig	Tue Jul 22 19:22:58 1997
X--- Makefile.in	Mon Oct 27 09:13:15 1997
X***************
X*** 77,82 ****
X--- 77,84 ----
X  
X  CLEANFILES = $(PROG) $(OBJ) $(GENSRC)
X  
X+ all: $(PROG)
X+ 
X  $(PROG): $(OBJ)
X  	@rm -f $@
X  	$(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS)
END-of-nslint/patches/patch-aa
echo x - nslint/patches/patch-ac
sed 's/^X//' >nslint/patches/patch-ac << 'END-of-nslint/patches/patch-ac'
X*** nslint.8.orig	Wed Sep 24 20:11:08 1997
X--- nslint.8	Mon Oct 27 09:54:44 1997
X***************
X*** 101,107 ****
X  Specify an alternate
X  .I named.boot
X  file. The default is
X! .I /etc/named.boot
X  (just like
X  .IR named (8)).
X  .TP
X--- 101,107 ----
X  Specify an alternate
X  .I named.boot
X  file. The default is
X! .I /etc/namedb/named.boot
X  (just like
X  .IR named (8)).
X  .TP
X***************
X*** 110,116 ****
X  Specify an alternate
X  .I named.conf
X  file. The default is
X! .IR /etc/named.conf .
X  .TP
X  .B -B
X  Specify an alternate
X--- 110,116 ----
X  Specify an alternate
X  .I named.conf
X  file. The default is
X! .IR /etc/namedb/named.conf .
X  .TP
X  .B -B
X  Specify an alternate
X***************
X*** 399,405 ****
X  .na
X  .nh
X  .nf
X! /etc/named.boot - default named configuration file
X  nslint.boot - default nslint configuration file
X  .ad
X  .hy
X--- 399,405 ----
X  .na
X  .nh
X  .nf
X! /etc/namedb/named.boot - default named configuration file
X  nslint.boot - default nslint configuration file
X  .ad
X  .hy
END-of-nslint/patches/patch-ac
echo c - nslint/pkg
mkdir -p nslint/pkg > /dev/null 2>&1
echo x - nslint/pkg/COMMENT
sed 's/^X//' >nslint/pkg/COMMENT << 'END-of-nslint/pkg/COMMENT'
Xperform consistency checks on DNS files
END-of-nslint/pkg/COMMENT
echo x - nslint/pkg/DESCR
sed 's/^X//' >nslint/pkg/DESCR << 'END-of-nslint/pkg/DESCR'
X@(#) $Header: README,v 1.8 97/07/23 00:56:06 leres Exp $ (LBL)
X
XNSLINT 2.0
XLawrence Berkeley National Laboratory
XNetwork Research Group
Xnslint@ee.lbl.gov
Xftp://ftp.ee.lbl.gov/nslint.tar.Z
X
XThis directory contains source code for nslint, a lint program for dns
Xfiles.
X
XPlease send bugs and comments to nslint@ee.lbl.gov.
X
X - Craig Leres
END-of-nslint/pkg/DESCR
echo x - nslint/pkg/PLIST
sed 's/^X//' >nslint/pkg/PLIST << 'END-of-nslint/pkg/PLIST'
Xbin/nslint
Xman/man8/nslint.8.gz
END-of-nslint/pkg/PLIST
echo x - nslint/Makefile
sed 's/^X//' >nslint/Makefile << 'END-of-nslint/Makefile'
X# New ports collection makefile for:	nslint
X# Version required:	2.0a2
X# Date created:		27 October 1997
X# Whom:			dglo@ssec.wisc.edu
X#
X# $Id$
X#
X
XDISTNAME=	nslint-2.0a2
XCATEGORIES=	net
XMASTER_SITES=	ftp://ftp.ee.lbl.gov/
XEXTRACT_SUFX=	.tar.Z
X
XMAINTAINER=	dglo@SSEC.WISC.EDU
X
X# WRKSRC=		${WRKDIR}/nslint-2.0a2
X
XHAS_CONFIGURE=	yes
XCONFIGURE_ARGS=	--quiet
XINSTALL_TARGET=	install install-man
XMAN8=		nslint.8
X
X.include <bsd.port.mk>
END-of-nslint/Makefile
exit

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711050221.UAA11194>