#------------------------------------------------------------------------------ # /etc/config.d/updatedb - configuration for the updatedb service on eisfair # # Copyright (c) 2007 The Eisfair Team # # Creation: 2009-10-25 schlotze # Last Update: $Id: updatedb 21643 2009-10-25 16:19:40Z schlotze $ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------ #------------------------------------------------------------------------------ # Basic configuration #------------------------------------------------------------------------------ UPDATEDB_CRON_USE='yes' # run scheduled updates (yes/no) UPDATEDB_CRON_TIMES='25 0 * * *' # schedule (in cron syntax) UPDATEDB_SUPPRESS_CRON_MAIL='yes' #------------------------------------------------------------------------------ # Directory configurations #------------------------------------------------------------------------------ UPDATEDB_PRUNEPATH_N='5' # number of directories to prune UPDATEDB_PRUNEPATH_1_ACTIVE='yes' # Use: yes or no UPDATEDB_PRUNEPATH_1='/tmp' UPDATEDB_PRUNEPATH_2_ACTIVE='yes' # Use: yes or no UPDATEDB_PRUNEPATH_2='/usr/tmp' UPDATEDB_PRUNEPATH_3_ACTIVE='yes' # Use: yes or no UPDATEDB_PRUNEPATH_3='/var/tmp' UPDATEDB_PRUNEPATH_4_ACTIVE='yes' # Use: yes or no UPDATEDB_PRUNEPATH_4='/afs' UPDATEDB_PRUNEPATH_5_ACTIVE='yes' # Use: yes or no UPDATEDB_PRUNEPATH_5='/proc' #------------------------------------------------------------------------------ # End #------------------------------------------------------------------------------