mike walster writes: > > I had some trouble when moving from 1.11 > > my server args in xinet.d/pserver were > -f --allow-root /blah -f --allow-root /blah/blah etc. > (note the spaces)
That has never been valid syntax, I can't imagine how it worked in 1.11 unless it was some kind of local modification. > I found that if I changed to my server args to > -f --allow-root=/blah -f --allow-root=/blah/blah that it worked again. > I have not had good luck unless I specified -f --allow-root for each dir. You need --allow-root= for each directory, but you only need one -f. Repeating it doesn't make any difference whatsoever. -Larry Jones No one can prove I did that!! -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
