Installation of the the /usr/ports/www/httpd port overwrites /usr/local/bin/htpasswd file that has been installed previously by apache. Fix: Either mark the thttp port as conflicting with apache, or much better, install the version of htpasswd installed by the thttp port under a different name. How-To-Repeat: cd /usr/ports/www/apache13-modssl make make install make clean sha256 /usr/local/bin/htpasswd cd /usr/ports/www/thttpd make make install make clean sha256 /usr/local/bin/htpasswd
Responsible Changed From-To: freebsd-ports-bugs->anders Over to maintainer
anders 2007-06-14 21:10:45 UTC FreeBSD ports repository Modified files: www/thttpd Makefile pkg-plist Log: Rename htpasswd program to thttpdpasswd, some people might actually want to install different webservers at the same time. Reflected in man pages. PR: ports/112954 Revision Changes Path 1.40 +11 -3 ports/www/thttpd/Makefile 1.11 +1 -1 ports/www/thttpd/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Changed htpasswd to thttpdpasswd. Thanks!