]> mj.ucw.cz Git - nsc-5.git/commitdiff
2.1 release.
authorMartin Mares <mj@ucw.cz>
Mon, 2 Nov 1998 18:34:48 +0000 (18:34 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 2 Nov 1998 18:34:48 +0000 (18:34 +0000)
dist/Makefile [new file with mode: 0644]
nsc.lsm [new file with mode: 0644]

diff --git a/dist/Makefile b/dist/Makefile
new file mode 100644 (file)
index 0000000..ac0158f
--- /dev/null
@@ -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 (file)
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