svn: 1005
@@ -3,6 +3,7 @@ This is a summary of ChangeLog basically.
1.1.8
1.Fixed cosmetic error in help:decrypt.
+2.Fixed a chmod() problem when the config was missing.
1.1.7
@@ -523,7 +523,7 @@ static void startup_checks() {
else if (!can_stat(cfile))
werr(ERR_NOCONF);
*/
- else if (fixmod(cfile))
+ else if (canstat(cfile) && fixmod(cfile))
werr(ERR_CONFMOD);
if (!can_stat(tempdir)) {