aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-04-14 12:35:17 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-04-14 12:35:17 +0000
commit134a91b743e53aa711b1691e5eefa7b4488f9971 (patch)
treebb9396c66cec9b0f3454f3fed60c8ec682966725
parentdde1dbbcb534bb5ffa3fb762116569278226a89a (diff)
downloadgsc-134a91b743e53aa711b1691e5eefa7b4488f9971.tar.gz
gsc-134a91b743e53aa711b1691e5eefa7b4488f9971.tar.bz2
Updated
git-svn-id: file:///svnroot/gsc/trunk@37 d2de0444-eb31-0410-8365-af798a554d48
-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.