Fix postfix hostname bug GenaSYS-2.6.2
authorMichael Peters <mpeters@emeralddata.net>
Tue, 9 Sep 2014 16:48:32 +0000 (12:48 -0400)
committerAndy Witter <awitter@georgialibraries.org>
Tue, 9 Sep 2014 16:48:32 +0000 (12:48 -0400)
commitbe5a496774d58f8b94aaac8a72a8c8b4769b73e7
tree0fa31a59fb4a31842f4110465558ff6928386694
parentb57ddf7856340bfe94034b34e8d0bbd9b6b3a63a
Fix postfix hostname bug

Chris Sharp discovered a bug in the Postfix main.cf file
generated by GenaSYS when the user elects not to use a
prefix for their cluster.

When prefix was not selected, the sed operation to replace "HostName"
with the proper name of the LVS server(s) did not take place.

This patch ensures that happens regardless of whether the user elects
to use a prefix or not.
GenaSYS.sh