> On Thu, 23 Dec 2004 09:24 +0800, Tim Villa wrote: > > >In /etc/inetd.conf I've specified the -s argument (and also tried a trace > >file, which does result in debugging information being logged).
I don't know whether this solves your problem, but as Chip suggests, do use a config file. Many inetds, including Solaris's, place a limit of five command-line arguments in the argv[] array of the command being executed. If you give more than that, the "extras" are silently ignored. -- -D. [EMAIL PROTECTED] NSIT::ENSS "There are things in this country that the market will not provide .... things that are not profitable, but that still serve a value. The most important thing that we can do is to treat Americans as citizens, not just consumers." -- Bill Moyers
