From 0bf5ad6fa38fbaa6be2545e683370fc188def625 Mon Sep 17 00:00:00 2001 From: Daniel Knittl-Frank Date: Thu, 1 Mar 2012 23:11:33 +0100 Subject: [PATCH] Create named pipe during install --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 160d380..d5e9aa0 100755 --- a/install.sh +++ b/install.sh @@ -31,8 +31,8 @@ if [ -n "$cfg_mirror" ]; then echo "--- Remember to start $cfg_basedir/taskd/taskd.pl" fi if [ -n "$cfg_push" -a "$cfg_permission_control" = "Group" ]; then - echo "--- Recommended crontab for root:" - echo "*/2 * * * * /usr/bin/nice -n 18 /root/fixupcheck.sh # adjust frequency based on number of repos" + echo "Creating FIFO for fixupd: $cfg_fixup_queue" + mkfifo "$cfg_fixup_queue" fi echo "--- Also remember to either start $cfg_basedir/jobd/jobd.sh, or add this" echo "--- to the crontab of $cfg_mirror_user (adjust frequency on number of repos):" -- 2.11.4.GIT