From b7cacc7a4d1336efbb326683d63b8d450e20b843 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Thu, 9 May 2013 01:23:43 +0200 Subject: [PATCH] [munin/slapd_bdb_cache_] db4.2 -> db4.8 --- munin/slapd_bdb_cache_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/munin/slapd_bdb_cache_ b/munin/slapd_bdb_cache_ index c1113052..c757a62f 100755 --- a/munin/slapd_bdb_cache_ +++ b/munin/slapd_bdb_cache_ @@ -34,7 +34,7 @@ use vars qw ( $measure $config $dbdir $dbstat $warning); my $arg = shift (@ARGV); # Finding dbN.N_stat should be done here -$dbstat = ($ENV{'dbstat'} || "/usr/bin/db4.2_stat"); +$dbstat = ($ENV{'dbstat'} || "/usr/bin/db4.8_stat"); die ("Can't execute db_stat file '$dbstat'") unless -x $dbstat; # Also the LDAP database files