diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2014-12-19 15:30:04 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-25 08:18:13 +0000 |
| commit | 422c31781801eed841a25e0816395df6b54fb80e (patch) | |
| tree | 1673bef08e654a2fa93f79650ee5ac5ca36e92cf | |
| parent | b4499ec0361d5c79efb40b6172c33d5602721182 (diff) | |
| download | poky-422c31781801eed841a25e0816395df6b54fb80e.tar.gz | |
bind: fix conf.patch to add db.255 configuration file
Add in conf.patch /etc/bind/db.255 file so that we don't get the following error.
zone 255.in-addr.arpa/IN: loading from master file /etc/bind/db.255 failed: file not found
(From OE-Core rev: 98caaf4b92bf3350cc74ef66dc9eda35aa7d428a)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-connectivity/bind/bind/conf.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bind/bind/conf.patch b/meta/recipes-connectivity/bind/bind/conf.patch index 2785c6a22f..57dbd4e155 100644 --- a/meta/recipes-connectivity/bind/bind/conf.patch +++ b/meta/recipes-connectivity/bind/bind/conf.patch | |||
| @@ -55,6 +55,22 @@ diff -urN bind-9.3.1.orig/conf/db.empty bind-9.3.1/conf/db.empty | |||
| 55 | + 86400 ) ; Negative Cache TTL | 55 | + 86400 ) ; Negative Cache TTL |
| 56 | +; | 56 | +; |
| 57 | +@ IN NS localhost. | 57 | +@ IN NS localhost. |
| 58 | diff -urN bind-9.3.1.orig/conf/db.255 bind-9.3.1/conf/db.255 | ||
| 59 | --- bind-9.3.1.orig/conf/db.255 1970-01-01 01:00:00.000000000 +0100 | ||
| 60 | +++ bind-9.3.1/conf/db.255 2005-07-10 22:14:00.000000000 +0200 | ||
| 61 | @@ -0,0 +1,12 @@ | ||
| 62 | +; | ||
| 63 | +; BIND reserve data file for broadcast zone | ||
| 64 | +; | ||
| 65 | +$TTL 604800 | ||
| 66 | +@ IN SOA localhost. root.localhost. ( | ||
| 67 | + 1 ; Serial | ||
| 68 | + 604800 ; Refresh | ||
| 69 | + 86400 ; Retry | ||
| 70 | + 2419200 ; Expire | ||
| 71 | + 604800 ) ; Negative Cache TTL | ||
| 72 | +; | ||
| 73 | +@ IN NS localhost. | ||
| 58 | diff -urN bind-9.3.1.orig/conf/db.local bind-9.3.1/conf/db.local | 74 | diff -urN bind-9.3.1.orig/conf/db.local bind-9.3.1/conf/db.local |
| 59 | --- bind-9.3.1.orig/conf/db.local 1970-01-01 01:00:00.000000000 +0100 | 75 | --- bind-9.3.1.orig/conf/db.local 1970-01-01 01:00:00.000000000 +0100 |
| 60 | +++ bind-9.3.1/conf/db.local 2005-07-10 22:14:00.000000000 +0200 | 76 | +++ bind-9.3.1/conf/db.local 2005-07-10 22:14:00.000000000 +0200 |
