summaryrefslogtreecommitdiff
path: root/dns/h2n/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /dns/h2n/files/patch-aa
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'dns/h2n/files/patch-aa')
-rw-r--r--dns/h2n/files/patch-aa31
1 files changed, 0 insertions, 31 deletions
diff --git a/dns/h2n/files/patch-aa b/dns/h2n/files/patch-aa
deleted file mode 100644
index 98e5c79874ae..000000000000
--- a/dns/h2n/files/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
---- h2n.orig Sun Apr 9 02:29:50 2000
-+++ h2n Sun Apr 9 02:32:19 2000
-@@ -20,6 +20,7 @@
- $dontdodomains = 0;
- $Bootfile = "./named.boot";
- $Domain = "";
-+$DomainAddress = "";
- $Hostfile = "/etc/hosts";
- $Commentfile = "";
- $Commentfileread = 0;
-@@ -395,6 +396,10 @@
- foreach $s (@Servers) {
- print $file " IN NS $s\n";
- }
-+ if ($DomainAddress ne "") {
-+ print $file " IN A $DomainAddress";
-+ }
-+
- print $file "\n";
- }
-
-@@ -628,6 +633,9 @@
-
- } elsif ($option eq "-h"){
- $Host = $args[++$i];
-+
-+ } elsif ($option eq "-a"){
-+ $DomainAddress = $args[++$i];
-
- } elsif ($option eq "-o"){
- if ( $args[++$i] !~ /^[:\d]*$/