#2347 closed defect (fixed)
deactivation deletes /etc symlink
Reported by: | reilles@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.0 |
Keywords: | Cc: | pguyot (Paul Guyot) | |
Port: |
Description
When uninstalling xfig port, it removes the /etc directory (maybe because on my machine it is the only port to install things in /etc)
when i do :
tonio@bonzai:~/darwinports/dports$ port contents xfig | grep -v /opt/local Port xfig contains:
/etc/X11/app-defaults/Fig /etc/X11/app-defaults/Fig-color /usr/X11R6/lib/X11/app-defaults /usr/X11R6/lib/X11/doc/html/xfig.1.html
I understand the need of the two:
/etc/X11/app-defaults/Fig /etc/X11/app-defaults/Fig-color
but the link /usr/X11R6/lib/X11/app-defaults to /etc/X11/app-defaults is not really necessary, since the system has alreafy one (and it produces a conflict when activating) The file /usr/X11R6/lib/X11/doc/html/xfig.1.html could also be located in /opt/local/share/doc/xfig
Change History (2)
comment:1 Changed 20 years ago by pguyot (Paul Guyot)
Component: | dports → base |
---|---|
Status: | new → assigned |
Summary: | xfig deletes /etc → deactivation deletes /etc symlink |
comment:2 Changed 20 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
OK. Understood. Fixing.