summarylogtreecommitdiffstats
path: root/build-idempotency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build-idempotency.patch')
-rw-r--r--build-idempotency.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/build-idempotency.patch b/build-idempotency.patch
new file mode 100644
index 000000000000..338b81c32175
--- /dev/null
+++ b/build-idempotency.patch
@@ -0,0 +1,13 @@
+diff --git a/generate_config b/generate_config
+index a16efd4..cf29461 100755
+--- a/generate_config
++++ b/generate_config
+@@ -56,7 +56,7 @@ mailhub=mail
+ # Where will the mail seem to come from?
+ #rewriteDomain=`echo -n $mailname`
+ # The full hostname
+-hostname=`hostname --fqdn`
++hostname=localhost.localdomain
+ EOF
+
+ echo