summaryrefslogtreecommitdiff
path: root/dns/h2n/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-03-29 09:53:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-03-29 09:53:18 +0000
commit2c36078d184e6b3fde44793800a6c8ca0b0639f1 (patch)
tree19d35773be783fd6761833f599af82301c20ceac /dns/h2n/files/patch-aa
parentReorder the 'configure-message patch-libtool' targets in _CONFIGURE_SEQ (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_8_0'.release/4.8.0
Notes
Notes: svn path=/head/; revision=77676 svn path=/tags/RELEASE_4_8_0/; revision=77677; tag=release/4.8.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]*$/