From c80ec8d7c586f7d5a76b3a82b8444d60feb49c02 Mon Sep 17 00:00:00 2001 From: Progfou Date: Fri, 3 Oct 2008 08:23:55 +0700 Subject: [PATCH] =?utf8?q?Pr=C3=A9cision=20de=20la=20machine=20concern=C3=A9?= =?utf8?q?e=20dans=20le=20message=20de=20Cron.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- cron.auf-git-etc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cron.auf-git-etc b/cron.auf-git-etc index db28fd8..ca492fb 100644 --- a/cron.auf-git-etc +++ b/cron.auf-git-etc @@ -10,13 +10,13 @@ fi cd / ( - echo "From: git `hostname -f` - Cron Daemon " + echo "From: git `hostname --fqdn` - Cron Daemon " echo "To: ${recipients}" echo "Date: `date --rfc-2822`" - echo "Subject: git-status: `hostname -f` - $0" + echo "Subject: git-status: `hostname --fqdn` - $0" echo "Content-Type: text/plain; charset=utf-8" echo "" - echo "Voici la liste de modifications qui n'ont pas encore été validées :" + echo "Voici la liste de modifications sur la machine `hostname --fqdn` qui n'ont pas encore été validées :" echo "( voir http://wiki.auf.org/wikiteki/Git/SuiviDeConfiguration )" echo "" /usr/bin/git status -a | sed -e '/^nothing to commit/d' -e 's/^#//' -- 1.7.10.4