summarylogtreecommitdiffstats
path: root/build-idempotency.patch
diff options
context:
space:
mode:
authorJohn Lane2017-01-12 23:14:56 +0000
committerJohn Lane2017-01-12 23:14:56 +0000
commit2eaf209a8b8640fde8cea7cece20242eb94d6ca9 (patch)
treea823e5b278e6ec67e5708d8593235bcdbf8fee05 /build-idempotency.patch
parent99123dad0854539bd29a22d941c6ec6ada47f2ca (diff)
downloadaur-ssmtp-plain.tar.gz
update in line with ssmtp in [extra]
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