From 33c33e1cfde3580cb74a7b69bf8c5e3545362c0b Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 18 Oct 2007 01:22:29 +0000 Subject: Resolves: bug 250179 Description: tmpwatch whacks stats Reviewed by: nkinder (Thanks!) Fix Description: move the snmp slapd.stats file to run_dir (/var/run/dirsrv) and rename to slapd-instance.stats. Had to add nsslapd-rundir to cn=config in order for ldap-agent to be able to get it. Doc: Yes, we need to document the new attribute nsslapd-rundir. --- ldap/admin/src/scripts/dscreate.map.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ldap/admin/src/scripts') diff --git a/ldap/admin/src/scripts/dscreate.map.in b/ldap/admin/src/scripts/dscreate.map.in index a475416a..7cb13f94 100644 --- a/ldap/admin/src/scripts/dscreate.map.in +++ b/ldap/admin/src/scripts/dscreate.map.in @@ -65,3 +65,4 @@ inst_dir = inst_dir log_dir = log_dir config_dir = config_dir db_dir = db_dir +run_dir = run_dir -- cgit