mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-09 08:42:22 -04:00
RAGE: /etc support
This commit is contained in:
parent
c2047d5e08
commit
aa9ac31bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ char **argv;
|
|||
|
||||
initialise();
|
||||
|
||||
sprintf( tailor, "%s/%stailor", ETCDIR, program );
|
||||
sprintf( tailor, "%s/%stailor", RUNTIMECONFDIR, program );
|
||||
if ( (tailorFile = fopen( tailor, "r" )) != NULL ) {
|
||||
readConfiguration( tailorFile );
|
||||
fclose( tailorFile );
|
||||
|
|
|
|||
Loading…
Reference in a new issue