From 320d448684ddabcba6d8e9c11258d16a2f987ddf Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 20 Jul 2017 14:19:39 -0700 Subject: [PATCH] Apply Bernhard M. Wiedemann's patch for configure... Signed-off-by: Tom Eastep --- Shorewall-core/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-core/configure b/Shorewall-core/configure index e5d9b9a0e..6af9121bc 100755 --- a/Shorewall-core/configure +++ b/Shorewall-core/configure @@ -190,7 +190,7 @@ for p in ${!params[@]}; do done echo '#' > shorewallrc -echo "# Created by Shorewall Core version $VERSION configure - " `date` >> shorewallrc +echo "# Created by Shorewall Core version $VERSION configure - " `date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}"` >> shorewallrc echo "# rc file: $rcfile" >> shorewallrc echo '#' >> shorewallrc