aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--README4
-rw-r--r--bind/master/bin/ndc.awk16
3 files changed, 28 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d670210..e7d304d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,15 @@
* aspell/: New directory
* aspell/dict-setup: New file. Download and setup aspell
dictionaries for a given set of languages.
+
+ * bind/: New directory
+ * bind/master/: New directory
+ * bind/master/bin/: New directory
+ * master/bin/ndc.awk: New file
+ * master/bin/ndconf: New file
+ * master/Distfile: New file
+ * slave/bin/buildconf: New file
+
* README: Updated
2005-03-24 Sergey Poznyakoff <gray@Ulysses.farlep.net>
diff --git a/README b/README
index 87d9441..dab9943 100644
--- a/README
+++ b/README
@@ -5,7 +5,9 @@ under GPL.
Contents:
aspell/dict-setup Download and setup aspell dictionaries for a given set
- of languages
+ of languages.
+
+bind/ A framework for replicating master bind server.
consoleconf/ A tool for fast switching of console fonts and
keyboard mappings for GNU/Linux. See
diff --git a/bind/master/bin/ndc.awk b/bind/master/bin/ndc.awk
index dbbeb77..879214f 100644
--- a/bind/master/bin/ndc.awk
+++ b/bind/master/bin/ndc.awk
@@ -1,3 +1,19 @@
+# Copyright 2000, 2005 Sergey Poznyakoff
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
# State map:
# 0 -- Initial
# 1 -- in zone

Return to:

Send suggestions and report system problems to the System administrator.