diff options
author | platania <platania@research.att.com> | 2017-02-22 11:20:22 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-22 11:20:22 -0500 |
commit | 4f98547c03dc9c8a295ae46e066ff09dd961d5a3 (patch) | |
tree | 5e7762e108feb7c81d1e7290a643ff611e9371f6 /boot/named.conf.local | |
parent | 8df4a643ae0d43a71e6e86c6be148386d99990ff (diff) |
pointing boot scripts to LF
Change-Id: I60094d422a5bf013f878e6efbee7a04c605f4045
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'boot/named.conf.local')
-rw-r--r-- | boot/named.conf.local | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/named.conf.local b/boot/named.conf.local index 3cc9f0d3..c7c82f3b 100644 --- a/boot/named.conf.local +++ b/boot/named.conf.local @@ -6,7 +6,7 @@ // organization //include "/etc/bind/zones.rfc1918"; -zone "openecomp.org" { +zone "simpledemo.openecomp.org" { type master; - file "/etc/bind/zones/db.openecomp.org"; # zone file path + file "/etc/bind/zones/db.simpledemo.openecomp.org"; # zone file path }; |