]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
RAGE: /etc support RAGE
authorKurt Zeilenga <kurt@openldap.org>
Sun, 9 Aug 1998 08:56:28 +0000 (08:56 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 9 Aug 1998 08:56:28 +0000 (08:56 +0000)
contrib/whois++/whois++.c

index ce807193e21db96656fd96c4678e465d93bfa2ae..77ce1b83f0e3ba64e8ad1d3a4810b6efdd828098 100644 (file)
@@ -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 );