[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: [Qube 2] Problem with cpu ... glimpseindex
- Subject: [cobalt-users] Re: [Qube 2] Problem with cpu ... glimpseindex
- From: Malcolm McLeary <mmcleary@xxxxxxx>
- Date: Fri Oct 20 19:59:57 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi Guys,
Reacted too quick ... I've had a little think ...
> The "search" feature is not used at all on this Qube.
>
> How can I disable it permanently or is it needed for something else?
The indexing function runs nightly so in /etc/cron.daily there is a perl
script buildSearchIndex.pl. Remove this script and indexing will not
happen.
> If I can't disable it, can I restrict its "index" to just /home/groups/home
> instead of the what is probably /home?
I'm not into perl, but having a look at the script, there is a bit which
goes;
# add directories to index below as needed (within quotes)
my $gIndexDirs = '"/home/users" "/home/groups"';
Changing this should allow me to restrict the scope of my index.
Cheers, Malcolm