From 87b4e4e268a9d55762db2ef2d79abf1af5108d72 Mon Sep 17 00:00:00 2001 From: codemastr Date: Sun, 2 Sep 2001 16:21:38 +0000 Subject: [PATCH] Updated updconf.c to use except scan --- Changes | 1 + src/updconf.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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");