Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 29 Apr 2012 10:14:09 +0000 (12:14 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 29 Apr 2012 10:14:09 +0000 (12:14 +0200)
ctdlsh/src/ctdlsh.h

index c06e2aa05305477bd93cbdf124125ecaa0f63f5a..5152bd942ec63541a23d0fa1fac38f55bc8c416b 100644 (file)
@@ -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 *);