From 16699e4e63d1e6382f5ce3de0c3f6ed54be24697 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 2 Mar 2012 17:25:41 +0100 Subject: [PATCH] Fix up all the remaining fixup references for fixupd --- Girocco/Config.pm | 8 ++++---- INSTALL | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Girocco/Config.pm b/Girocco/Config.pm index ee38961..59bb32f 100644 --- a/Girocco/Config.pm +++ b/Girocco/Config.pm @@ -163,9 +163,9 @@ our $mirror_sources = [ ## Permission settings -# Note that if you are going to need the fixup root cronjob +# Note that if you are going to need the fixupd daemon running, # ($chrooted and $permission_control eq 'Group'), you need to update -# the settings in jobs/fixup.sh as well. +# the settings in fixupd/fixupd.sh as well. # Girocco needs some way to manipulate write permissions to various parts of # all repositories; this concerns three entities: @@ -185,7 +185,7 @@ our $mirror_sources = [ our $cgi_user = 'www-data'; # (Non-chroot) UNIX user performing mirroring jobs; this is the user who -# should run all the daemons and cronjobs (except the fixup cronjob) and +# should run all the daemons and cronjobs (except the fixupd) and # the user who should be running make install (if not root). our $mirror_user = 'repo'; @@ -205,7 +205,7 @@ our $chrooted = $manage_users; # file is used as the UNIX group(5) file; the directories have gid appropriate # for the particular repository and are group-writable. This works only if # $chrooted so that users are put in the proper groups on login. This requires -# you also to set up the very crude fixup.sh cronjob for root. +# you also to set up the fixupd/fixupd.sh daemon for root. # * 'ACL' for a model based on POSIX ACL: The directories are coupled with ACLs # listing the users with push permissions. This works for both chroot and # non-chroot setups, however it requires ACL support within the filesystem. diff --git a/INSTALL b/INSTALL index 9e5d93a..4ded7be 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ FIRST, you need to configure Girocco: * Edit Girocco/Config.pm * Alternatively to above, copy over to and edit Girocc/Config2.pm and run make and make install with GIROCCO_CONF=Girocco::Config2 - * In case you use Group permission control, edit jobs/fixupcheck.sh + * In case you use Group permission control, edit fixupd/fixupd.sh Make sure you have the submodules checked out: -- 2.11.4.GIT