X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Fcommands.c;h=c2f9f77bd0ce882f4bae8a2eebafbcad0a318de6;hb=eac17f31d1a19eb5b1db674e17c4f2dda87181f1;hp=81fef751a9bc017b1b6c4c499292f6df9ebe6e7d;hpb=5aef179c6636b497db509e268b8c8426ce123d52;p=citadel.git diff --git a/textclient/commands.c b/textclient/commands.c index 81fef751a..c2f9f77bd 100644 --- a/textclient/commands.c +++ b/textclient/commands.c @@ -939,6 +939,9 @@ void load_command_set(void) if (ccfile == NULL) { ccfile = fopen(file_citadel_rc, "r"); } + if (ccfile == NULL) { + ccfile = fopen("/usr/local/etc/citadel.rc", "r"); + } if (ccfile == NULL) { ccfile = fopen("/etc/citadel.rc", "r"); }