Opened 20 years ago
Closed 20 years ago
#2362 closed defect (fixed)
ettercap-ng removes the /opt/local/man directory on uninstall
Reported by: | reconbot@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
I built and installed ettercap-ng using port. sudo port install ettercap-ng
later I wanted to remove it
so I ran sudo port uninstall ettercap-ng
and then attempted to run man port
and man couldn't find
a page for it. I checked /opt/local/man
and it is now missing. I uninstalled and installed wget which
recreated the directory and installed its man page. I installed ettercap-ng which also installed its man
page, then I uninstalled ettercap-ng and the man directory was removed again.
-Francis
Change History (2)
comment:1 Changed 20 years ago by reconbot@…
comment:2 Changed 20 years ago by mww@…
op_sys: | → All |
---|---|
rep_platform: | → All |
Resolution: | → fixed |
Status: | new → closed |
fixed wrong mandir of ettercap-ng anyway; thanks!
Note: See
TracTickets for help on using
tickets.
Sorry I made a mistake, upon installing wget it failed to create the man directory and if you manually recreate /opt/local/man it will not install its man pages.
Ettercap-ng on the other hand will create the man directory and install its man pages upon reinstall. And Ettercap-ng will remove the entire man directory upon uninstall.