From aa9ac31bbb1becd7dc0422eebc661fa0b8aec501 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 9 Aug 1998 08:56:28 +0000 Subject: [PATCH] RAGE: /etc support --- contrib/whois++/whois++.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/whois++/whois++.c b/contrib/whois++/whois++.c index ce807193e2..77ce1b83f0 100644 --- a/contrib/whois++/whois++.c +++ b/contrib/whois++/whois++.c @@ -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 ); -- 2.47.2