From 2aa3a4f7fe19bec1485881000bfdddff54baa44e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 2 Nov 1998 18:34:48 +0000 Subject: [PATCH] 2.1 release. --- dist/Makefile | 6 ++++++ nsc.lsm | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 dist/Makefile create mode 100644 nsc.lsm 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 -- 2.39.2