tSet default gopher directory to /var/gopher - scribo - Email-based phlog generator
 (HTM) git clone git://git.z3bra.org/scribo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fa6e4d8d02cd3954691962240e153e5025a5ebb3
 (DIR) parent 9be6b4ef01093e51e0dea7752b04fa2cf0933d4e
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Sun, 20 Sep 2020 00:05:03 +0200
       
       Set default gopher directory to /var/gopher
       
       Diffstat:
         M config.def.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -1,5 +1,5 @@
        char *author = NULL;
       -char *basedir = ".";
       +char *basedir = "/var/gopher";
        char *ext = ".txt";
        
        char *titlefmt = "# %s\n\n"; /* printf(fmt, subject) */