diff options
author | krion <krion@FreeBSD.org> | 2003-10-22 08:08:54 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-22 08:08:54 +0000 |
commit | 8ddc4d66957829110f61650a2f551199d9d6f67c (patch) | |
tree | 97ca27da0d22112ada0031f5d076f780bbf863ae /dns/dnsutl/files | |
parent | 8432ceaba53484c76b75b59e23428914ef739929 (diff) | |
download | FreeBSD-ports-8ddc4d66957829110f61650a2f551199d9d6f67c.zip FreeBSD-ports-8ddc4d66957829110f61650a2f551199d9d6f67c.tar.gz |
- Unbreak dns/dnsutl on 5.x
PR: 58356
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Diffstat (limited to 'dns/dnsutl/files')
-rw-r--r-- | dns/dnsutl/files/patch-bootp.c | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dns/dnsutl/files/patch-bootp.c b/dns/dnsutl/files/patch-bootp.c new file mode 100644 index 0000000..1785b2f --- /dev/null +++ b/dns/dnsutl/files/patch-bootp.c @@ -0,0 +1,29 @@ +--- common/srrf/bootp.c.orig Wed Oct 22 01:53:06 2003 ++++ common/srrf/bootp.c Wed Oct 22 01:53:44 2003 +@@ -81,7 +81,7 @@ + check_list_of_one_or_more_machines(rp); + srrf_lex_error + ( +-"you may not specify ``bootp ds'' explicitly, ++"you may not specify ``bootp ds'' explicitly, \ + it is generated from the ``in ns'' fields" + ); + } +@@ -99,7 +99,7 @@ + check_list_of_one_or_more_machines(rp); + srrf_lex_error + ( +-"you may not specify ``bootp ha'' explicitly, ++"you may not specify ``bootp ha'' explicitly, \ + it is generated from the ``ether a'' fields" + ); + } +@@ -397,7 +397,7 @@ + check_list_of_one_or_more_machines(rp); + srrf_lex_error + ( +-"you may not specify \"ip\" explicitly, ++"you may not specify \"ip\" explicitly, \ + it is generated from the ``in a'' fields" + ); + } |