From: Joerg Jaspert Date: Sun, 5 Sep 2010 14:13:50 +0000 (+0200) Subject: Merge branch 'master' into bpo X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=fa35358d461b03ff5833385ca2970cecce454d0e;hp=5d1732826475779a4c1cd2676830ba9446b99b03;p=dak.git Merge branch 'master' into bpo * master: We are on franck --- diff --git a/config/debian/dinstall.variables b/config/debian/dinstall.variables index d2cdfd1c..c2daeb9c 100644 --- a/config/debian/dinstall.variables +++ b/config/debian/dinstall.variables @@ -6,7 +6,7 @@ DEBUG=0 PROGRAM="dinstall" # where do we want mails to go? For example log entries made with error() -if [ "x$(hostname -s)x" != "xriesx" ]; then +if [ "x$(hostname -s)x" != "xfranckx" ]; then # Not our ftpmaster host MAILTO=${MAILTO:-"root"} else