diff options
Diffstat (limited to 'bin/ftpsync')
-rwxr-xr-x | bin/ftpsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync index 9883d30..d9b0307 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -51,7 +51,7 @@ LOG=${LOG:-"${LOGDIR}/$0.log"} TO="/org/ftp.debian.org/ftp/" # used by log() -PROGRAM=${PROGRAM:-"ftpsync-kassia"} +PROGRAM=${PROGRAM:-"ftpsync-$(hostname -s)"} # Where to send mails about mirroring to? MAILTO=${MAILTO:-"joerg@debian.org"} |