diff --git a/syncmail b/syncmail index c5f4fd9d..9944015d 100755 --- a/syncmail +++ b/syncmail @@ -185,6 +185,9 @@ def calculate_diff(filespec, contextlines): str(e), '\n***** file: ', file, ' cwd: ', os.getcwd()] elif newrev == 'NONE': lines = ['--- %s DELETED ---\n' % file] + elif string.find(file,"httpd.conf") == 0: + # Il y a le mdp mysql pour les sondages dans httpd.conf + lines = ['--- diff de %s masquée ---n' % file] else: # This /has/ to happen in the background, otherwise we'll run into CVS # lock contention. What a crock.