> Wouldn't it be better to provide this information in log (if it > isn't provided already)? And then just use grep to get that > data? I'm a bit sceptical to exporting envars like this.
Reading from syslog will lead to concurrency problems if multiple server processes are spawned from inetd simultaneously. Each process could provide its own log, on a heavily trafficed machine that should be done anyway. Frankly, I atleast am not for or against adding this (I can't really see the benefit of such a feature, but I can't see why adding it would be bad). Maybe Sergey or Alain can pitch in. Cheers. _______________________________________________ Bug-inetutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-inetutils
