[pve-devel] [PATCH installer] remove undocumented/unused pvelocalhost

David Limbeck d.limbeck at proxmox.com
Tue Aug 14 12:19:10 CEST 2018


---
 proxinstall | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxinstall b/proxinstall
index 8a1476b..fac87ee 100755
--- a/proxinstall
+++ b/proxinstall
@@ -1339,7 +1339,7 @@ sub extract_data {
 
 	my $hosts =
 	    "127.0.0.1 localhost.localdomain localhost\n" .
-	    "$ipaddress $hostname.$domain $hostname pvelocalhost\n\n" .
+	    "$ipaddress $hostname.$domain $hostname\n\n" .
 	    "# The following lines are desirable for IPv6 capable hosts\n\n" .
 	    "::1     ip6-localhost ip6-loopback\n" .
 	    "fe00::0 ip6-localnet\n" .
-- 
2.11.0





More information about the pve-devel mailing list