diff --git a/Changes b/Changes index e1d883539..ff76f0555 100644 --- a/Changes +++ b/Changes @@ -833,3 +833,4 @@ seen. gmtime warning still there - Made except socks become except scan, and made it actually WORK, and some bugreport fixes - HTTPd VFS fixes +- Modified updconf to reflect the except socks -> except scan change diff --git a/src/updconf.c b/src/updconf.c index c343b7b62..ee94bcb45 100644 --- a/src/updconf.c +++ b/src/updconf.c @@ -498,7 +498,7 @@ int main(int argc, char *argv[]) { break; } case 'e': - fprintf(fd2, "except socks {\n"); + fprintf(fd2, "except scan {\n"); tmp = getfield(&buf[2]); fprintf(fd2, "\tmask %s;\n", tmp); fprintf(fd2, "};\n\n");