The NSSTRINGIFY problem only occurs if you're using the gcc3 compiler. Switch back to gcc 2.95 and you'll be fine.
Remember, you should only use the beta gcc3 compiler in the Apr…
Hmmm...I thought you had to explicitly choose GCC3 in a build setting, which I didn't do. I wasn't intending to use GCC3, so I'll check that again.....
Fraser
I've been looking through the etc files trying to get cvs pserver set up. etc/groups and etc/services both say at the top that they are not used since NetInfo takes over their job.…
You should be able to make changes to inetd.conf and then simply HUP the inetd process.
use 'ps-aux | grep inet' to get the pid of inetd then use 'kill -HUP pid' to restart inetd …
Wolverine - yes, that WOULD work, *if you are running X in single user mode*.
In all normal cases, yes, MacOS X, like any true BSD system, uses NetInfo for all services. I found s…
I've specifically modified the inetd.conf file to enable things like verbose logging of ftp sessions and had no problems with the changes taking effect with a HUP of the inetd proc…