From 45c4b579b701591777915595124178f27b1fc9ca Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Thu, 6 Aug 2015 10:16:49 +0200 Subject: Thanks to TG for the bad feedback! More than one value aren't allowed in that file Revert "Use a hostname -A as fallback in case of -f fails (Closes: #637627)" This reverts commit c2087b165bd0fdc6511df4c874390359b290b8bf. --- pbuilder-modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbuilder-modules') diff --git a/pbuilder-modules b/pbuilder-modules index 7568176..f28b2db 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -482,7 +482,7 @@ function extractbuildplace () { exit 1 fi log "I: creating local configuration" - hostname -f || hostname -A > "$BUILDPLACE/etc/mailname" + hostname -f > "$BUILDPLACE/etc/mailname" fi copy_local_configuration -- cgit v1.2.3