Bug 112954

Summary: www/thttpd conflicts with apache htpasswd executable
Product: Ports & Packages Reporter: Chris Calvey <chris>
Component: Individual Port(s)Assignee: Anders Nordby <anders>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Chris Calvey 2007-05-24 23:50:04 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-25 00:20:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anders

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-14 22:10:52 UTC
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"
Comment 3 Anders Nordby freebsd_committer freebsd_triage 2007-06-14 22:11:00 UTC
State Changed
From-To: open->closed

Changed htpasswd to thttpdpasswd. Thanks!