ProFTPd bugs in FreeBSD and in custombuild

rfauske

Verified User
Joined
Aug 8, 2007
Messages
19
By default in custombuild you install proftpd to /usr and not /usr/local that is the default location when installing DA in FreeBSD and if you try to use a custom configure file you get hit by this bug:

From the build file:
if [ -e custom/proftpd/configure.proftpdl ]; then
PROFTPD_CONFIGURE=custom/proftpd/configure.proftpd
fi

Remove the l from the line above and you can use a custom configuration file to fix the problem, can you fix this typo in the custombuild build file ?

--
Rasmus
 
Back
Top