Skip to content
Snippets Groups Projects
Commit 1338aa63 authored by rswindell's avatar rswindell
Browse files

Fixed-up config filenames actually in use today in Synchronet.

parent d35747c0
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* Copyright 2004 Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 2010 Rob Swindell - http://www.synchro.net/copyright.html *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
......@@ -716,14 +716,13 @@ int edit_cfg(scfg_t *cfg)
strcpy(opt[i++],"dns_blacklist.cfg");
strcpy(opt[i++],"dnsbl_exempt.cfg");
strcpy(opt[i++],"domains.cfg");
strcpy(opt[i++],"mailproc.cfg");
strcpy(opt[i++],"mime_types.cfg");
strcpy(opt[i++],"mailproc.ini");
strcpy(opt[i++],"mime_types.ini");
strcpy(opt[i++],"relay.cfg");
strcpy(opt[i++],"sbbsecho.cfg");
strcpy(opt[i++],"services.cfg");
strcpy(opt[i++],"services.ini");
strcpy(opt[i++],"ftpalias.cfg");
strcpy(opt[i++],"sockopts.cfg");
strcpy(opt[i++],"sockopts.ini");
strcpy(opt[i++],"spambait.cfg");
strcpy(opt[i++],"spamblock.cfg");
strcpy(opt[i++],"twitlist.cfg");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment