]> git.decadent.org.uk Git - dak.git/commitdiff
We are on franck
authorJoerg Jaspert <joerg@debian.org>
Sun, 5 Sep 2010 14:13:03 +0000 (16:13 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 5 Sep 2010 14:13:03 +0000 (16:13 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
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