From 3b9222cab7c7b115d0e3d93a29b8ee4936c0e0f3 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 28 Sep 2008 11:01:14 +0200 Subject: Hooks and DELAY implement hooks run at various places. Allow a delay between two mirrors. Signed-off-by: Joerg Jaspert --- etc/runmirrors.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'etc/runmirrors.conf') diff --git a/etc/runmirrors.conf b/etc/runmirrors.conf index da7404d..dc53cdc 100644 --- a/etc/runmirrors.conf +++ b/etc/runmirrors.conf @@ -6,3 +6,12 @@ PATH="/bin:/usr/bin:$HOME" HOOKSCRIPT= KEYFILE=${HOME}/.ssh/pushmirror LOG=${HOME}/log/ + +# Hook scripts can be run at various places. +# Leave them blank if you don't want any +# Hook1: After reading config, before doing the first real action +# Hook2: Between two hosts to push +# Hook3: When everything is done +HOOK1= +HOOK2= +HOOK3= -- cgit v1.2.3