From: Art Cancro Date: Fri, 27 Apr 2012 14:45:54 +0000 (-0400) Subject: changed the default path to citadel in ctdlsh X-Git-Tag: v8.11~57^2 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=fde1737f07b2161c11d7d091dc14d8a4eada9fdb changed the default path to citadel in ctdlsh --- diff --git a/ctdlsh/src/ctdlsh.h b/ctdlsh/src/ctdlsh.h index c06e2aa05..5152bd942 100644 --- a/ctdlsh/src/ctdlsh.h +++ b/ctdlsh/src/ctdlsh.h @@ -28,7 +28,7 @@ * Set to the location of Citadel * FIXME this needs to be configurable */ -#define CTDLDIR "/appl/citadel" +#define CTDLDIR "/usr/local/citadel" typedef int ctdlsh_cmdfunc_t(int, char *);