Bug 112954 - www/thttpd conflicts with apache htpasswd executable
Summary: www/thttpd conflicts with apache htpasswd executable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Anders Nordby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-24 23:50 UTC by Chris Calvey
Modified: 2007-06-14 22:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!