]> git.donarmstrong.com Git - dak.git/commitdiff
Merge branch 'master' into bpo
authorJoerg Jaspert <joerg@debian.org>
Sun, 5 Sep 2010 14:13:50 +0000 (16:13 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 5 Sep 2010 14:13:50 +0000 (16:13 +0200)
* master:
  We are on franck

config/debian/dinstall.variables

index d2cdfd1cb3729abaa0284faac8168858f9d80161..c2daeb9c75d97a8a948b79778f792250e71fdab9 100644 (file)
@@ -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