From: Martin Mares Date: Mon, 2 Nov 1998 18:34:48 +0000 (+0000) Subject: 2.1 release. X-Git-Tag: v5.1~79 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2aa3a4f7fe19bec1485881000bfdddff54baa44e;p=nsc-5.git 2.1 release. --- diff --git a/dist/Makefile b/dist/Makefile new file mode 100644 index 0000000..ac0158f --- /dev/null +++ b/dist/Makefile @@ -0,0 +1,6 @@ +clean: + if [ -f ../Makefile ] ; then cd .. ; make distclean ; fi + rm -f `find .. -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core` + +dist: clean + sh -c 'cd .. ; X=`pwd` ; X=`basename $$X` ; cd .. ; tar czvvf /tmp/$$X.tar.gz $$X --exclude CVS --exclude dist' diff --git a/nsc.lsm b/nsc.lsm new file mode 100644 index 0000000..a2eb028 --- /dev/null +++ b/nsc.lsm @@ -0,0 +1,14 @@ +Begin3 +Title: Name Server Configurator +Version: 2.1 +Entered-date: 981102 +Description: Set of utilities and M4 scripts for easy maintenance of + DNS server configuration files. Requires GNU m4 and BIND + version 8.X or newer. +Keywords: named, bind, dns +Author: mj@atrey.karlin.mff.cuni.cz (Martin Mares) +Maintained-by: mj@atrey.karlin.mff.cuni.cz (Martin Mares) +Primary-site: atrey.karlin.mff.cuni.cz pub/local/mj/linux/nsc-2.1.tar.gz +Alternate-site: sunsite.unc.edu pub/Linux/system/network/management/nsc-2.1.tar.gz +Copying-policy: GPL +End