Skip to content

Instantly share code, notes, and snippets.

@chetan
Created November 30, 2011 22:48
Show Gist options
  • Save chetan/1411567 to your computer and use it in GitHub Desktop.
Save chetan/1411567 to your computer and use it in GitHub Desktop.
patch for vertica5 installation script
--- netverify.py.orig 2011-11-30 17:26:33.000000000 -0500
+++ netverify.py 2011-11-30 17:32:45.000000000 -0500
@@ -1278,7 +1278,7 @@
# Get the hostname from the two different sources
- hvar = None
+ hvar = ""
for l in self.hostname_var:
if l.startswith("HOSTNAME ") or l.startswith("HOSTNAME\t"):
hvar = l[len("HOSTNAME ") : ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment