[pve-devel] [PATCH pve-container] fix a major typo
Wolfgang Bumiller
w.bumiller at proxmox.com
Thu Oct 29 12:00:08 CET 2015
---
src/PVE/LXC/Setup/Base.pm | 2 +-
src/test/test-centos6-001/etc/hosts.exp | 2 +-
src/test/test-centos6-001/etc/resolv.conf.exp | 2 +-
src/test/test-debian-002/etc/hosts.exp | 2 +-
src/test/test-debian-004/etc/hosts.exp | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/PVE/LXC/Setup/Base.pm b/src/PVE/LXC/Setup/Base.pm
index da651b3..857835d 100644
--- a/src/PVE/LXC/Setup/Base.pm
+++ b/src/PVE/LXC/Setup/Base.pm
@@ -32,7 +32,7 @@ sub lookup_dns_conf {
if ($conf->{'testmode'}) {
$nameserver = "8.8.8.8 8.8.8.9";
- $searchdomains = "promxox.com";
+ $searchdomains = "proxmox.com";
} else {
diff --git a/src/test/test-centos6-001/etc/hosts.exp b/src/test/test-centos6-001/etc/hosts.exp
index 67c9944..0791e77 100644
--- a/src/test/test-centos6-001/etc/hosts.exp
+++ b/src/test/test-centos6-001/etc/hosts.exp
@@ -1,2 +1,2 @@
127.0.0.1 localhost.localnet localhost
-1.2.3.4 test1.promxox.com test1
+1.2.3.4 test1.proxmox.com test1
diff --git a/src/test/test-centos6-001/etc/resolv.conf.exp b/src/test/test-centos6-001/etc/resolv.conf.exp
index d2e70a5..e505ad3 100644
--- a/src/test/test-centos6-001/etc/resolv.conf.exp
+++ b/src/test/test-centos6-001/etc/resolv.conf.exp
@@ -1,3 +1,3 @@
-search promxox.com
+search proxmox.com
nameserver 8.8.8.8
nameserver 8.8.8.9
diff --git a/src/test/test-debian-002/etc/hosts.exp b/src/test/test-debian-002/etc/hosts.exp
index 67c9944..0791e77 100644
--- a/src/test/test-debian-002/etc/hosts.exp
+++ b/src/test/test-debian-002/etc/hosts.exp
@@ -1,2 +1,2 @@
127.0.0.1 localhost.localnet localhost
-1.2.3.4 test1.promxox.com test1
+1.2.3.4 test1.proxmox.com test1
diff --git a/src/test/test-debian-004/etc/hosts.exp b/src/test/test-debian-004/etc/hosts.exp
index 1e0a5d0..dab599c 100644
--- a/src/test/test-debian-004/etc/hosts.exp
+++ b/src/test/test-debian-004/etc/hosts.exp
@@ -1,2 +1,2 @@
127.0.0.1 localhost.localnet localhost
-1.2.3.2 test3.promxox.com test3
+1.2.3.2 test3.proxmox.com test3
--
2.1.4
More information about the pve-devel
mailing list