--- l2_test.c 2001/11/08 10:03:47 1.45
+++ l2_test.c 2001/11/08 21:58:00 1.46
@@ -83,12 +83,12 @@
#if 1
spec = "noop -> {"
- " filter(regex=\"hecking\", negate=\"0\")"
- " -> prefix(prefix=\"[%d-%m-%Y/%H:%M:%S] %L test[%P]: \", timezone=\"local\")"
- " -> buffer(size=\"800\")"
- " -> file(path=\"l2_test.log\",append=\"1\",perm=\"420\") ;"
- " syslog(ident=\"L2-Test\", facility=\"user\", "
- " remotehost=\"en1\", logpid=\"1\", target=\"remote\")"
+ " filter(regex=hecking, negate=0)"
+ " -> prefix(prefix=\"[%d-%m-%Y/%H:%M:%S] %L test[%P]: \", timezone=local)"
+ " -> buffer(size=800)"
+ " -> file(path=l2_test.log, append=1, perm=420) ;"
+ " syslog(ident=L2-Test, facility=user, "
+ " remotehost=en1, logpid=1, target=remote)"
"}";
fprintf(stderr, "configuring: %s\n", spec);
if ((rv = l2_spec(&ch, env, spec)) != L2_OK)
|