From e15c1335fc76d5c64d8a365949cde211df4fc4f2 Mon Sep 17 00:00:00 2001 From: stransky Date: Sat, 15 Dec 2001 11:18:47 +0100 Subject: [PATCH] inn stop au lieu de throttle darcs-hash:20011215101847-a279a-efff9998f6f99653c9010958f53b0d3671e3e604.gz --- fix-active | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/fix-active b/fix-active index 535e85c4..9aa330e9 100644 --- a/fix-active +++ b/fix-active @@ -57,7 +57,9 @@ fi echo "arrêt d'innd..." -ctlinnd throttle 'COUPURE TEMPORAIRE -- NICO' +#ctlinnd throttle 'COUPURE TEMPORAIRE - fix-active' +#ctlinnd shutdown 'fix-active' +/id/inn2 stop sleep 2 sync @@ -93,7 +95,8 @@ diff /tmp/active.new /var/lib/news/active > /dev/null && { echo "la version générée et la version en place sont identiques : on ne fait rien." ; echo "redémarrage d'innd..." - ctlinnd go '' + /id/inn2 start + #ctlinnd go '' exit 0 } @@ -118,6 +121,7 @@ diff /tmp/active.new /var/lib/news/active > /dev/null || echo "redémarrage d'innd..." -ctlinnd go '' +#ctlinnd go '' +/id/inn2 start exit 0