Opened 16 years ago
Closed 10 years ago
#16514 closed defect (fixed)
Minicom: bad path for lock file
Reported by: | julien-mac@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | mklein-de (Michael Klein), kurthindenburg (Kurt Hindenburg) | |
Port: | minicom |
Description
Minicom create a lock file when it is launched to prevent another instance to be called.
For now, Portfile set this to ${prefix}/var which is 755 by default on leopard, so by default only root can call minicom.
It would be better if --enable-lock-dir was set up on ${prefix}/lock which could be set 1777. Else if we accept path outside of prefix, we can use /var/tmp (or /tmp to be more portable)
Change History (6)
comment:1 Changed 16 years ago by blb@…
Owner: | changed from macports-tickets@… to waqar@… |
---|---|
Port: | minicom added |
comment:2 Changed 16 years ago by (none)
Milestone: | Port Bugs |
---|
comment:4 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from waqar@… to macports-tickets@… |
---|
waqar has retired.
comment:12 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
The Portfile was changed some time ago to use: --enable-lock-dir=/tmp
This should fix this issue.
Note: See
TracTickets for help on using
tickets.
Milestone Port Bugs deleted