aboutsummaryrefslogtreecommitdiff
path: root/lib/App/Glacier/Roster/GDBM.pm
blob: 58ef35c7f86c2a4fcad065d2d35cfbe6145098b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package App::Glacier::Roster::GDBM;
use parent 'App::Glacier::DB::GDBM';

sub configtest {
    my ($class, $cfg, @path) = @_;
    unless ($cfg->isset(@path, 'file')) {
	$cfg->set(@path, 'file', '/var/lib/glacier/job.db');
    }
    $class->SUPER::configtest($cfg, @path);
}

1;

Return to:

Send suggestions and report system problems to the System administrator.