Opened 20 years ago
Closed 20 years ago
#3083 closed defect (fixed)
nessus-core port does not create ${prefix}/var/nessus/tmp dir
Reported by: | Todd.Miller@… | Owned by: | opendarwin.org@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Installation of the nessus-core port does not create the ${prefix}/var/nessus/tmp directory, which leads to server problems for actions that require temp files, such as those that do a remote login via ssh.
Adding:
xinstall -d ${prefix}/var/nessus/tmp
to the pre-install block fixes this.
Change History (3)
comment:1 Changed 20 years ago by opendarwin.org@…
Owner: | changed from darwinports-bugs@… to opendarwin.org@… |
---|
comment:2 Changed 20 years ago by opendarwin.org@…
Status: | new → assigned |
---|
comment:3 Changed 20 years ago by opendarwin.org@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
different fix committed, thanks for pointing it out.