From 94eaddc883ea6cdd887ac9c9b50524bd70505980 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sat, 26 Jan 2013 19:48:31 +0100 Subject: [PATCH] =?UTF-8?q?[fichiers=5Fcopyrightes]=20On=20n'envoit=20les?= =?UTF-8?q?=20notifications=20seulement=20=C3=A0=20bureau@crans.org?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: c8770ab7e0b8cab7478cd91231c24dd8 darcs-hash:20130126184831-3a55a-be310f9743a6c9298845f6ab2c2dcb96d0765079.gz --- surveillance/fichiers_copyrightes | 2 +- surveillance/fichiers_copyrightes.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/surveillance/fichiers_copyrightes b/surveillance/fichiers_copyrightes index 6fd42a07..a4bf8f6c 100755 --- a/surveillance/fichiers_copyrightes +++ b/surveillance/fichiers_copyrightes @@ -11,4 +11,4 @@ chown root:root "$NEWFILE" find /home-adh/ -ignore_readdir_race -type f -regex ".*\.$EXTS" | sort >> $NEWFILE -diff -U 0 "$OLDFILE" "$NEWFILE" | mail -s "Detection des fichiers potentiellement copyrightes" bureau@lists.crans.org tvincent@crans.org +diff -U 0 "$OLDFILE" "$NEWFILE" | mail -s "Detection des fichiers potentiellement copyrightes" bureau@lists.crans.org diff --git a/surveillance/fichiers_copyrightes.py b/surveillance/fichiers_copyrightes.py index 37e4986b..1654540c 100755 --- a/surveillance/fichiers_copyrightes.py +++ b/surveillance/fichiers_copyrightes.py @@ -18,7 +18,7 @@ import shutil # Variables générales -sendto = 'bureau@lists.crans.org tvincent@crans.org' +sendto = 'bureau@lists.crans.org' analysed_path = '/home-adh/' old_path = '/usr/scripts/var/copyrighted-content.old'