From e42f0e6693b371a789b2aa1898d454c10c77fbf0 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 27 Sep 2008 16:11:19 +0200 Subject: hostname dont hardcode the hostname in $PROGRAM Signed-off-by: Joerg Jaspert --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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"} -- cgit v1.2.3