Hi!
On Thu, Jun 15, 2006 at 09:29:40PM -0400, Nick Holland wrote:
>Smith wrote:
>>how do I compile it. I know I can look at previous patches and possible
>>figure it out but I wouldn't know if it's the proper way to do it. I
>>have a test machine all setup and ready and my pwd is
>>/usr/src/libexec/ftpd.
>Just replied privately, but since you asked publicly also, should reply
>for the list, in case anyone else wants to try...
>And since replying to you, I've tested it. It at least seems to work.
>Not sure it fixes your problem, however.
> make obj
make cleandir # to be sure
make depend # can sometimes make a difference in addition to
# dependencies (e.g. run yacc/lex)
> make
> make install
>Stop and restart ftpd if you are running it as a daemon (ftpd -D), and
>you should be able to test...
>Nick.
Kind regards,
Hannah.