#2217 closed defect (fixed)
update: proftpd needs files ${destroot}${prefix}/var/run files
Reported by: | ryanwilcox@… | Owned by: | fkr@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
proftpd needs the following hierarchy to run:
{$destroot}${prefix}/var/run/proftpd
It needs to put a file called proftpd.scoreboard in the var/run/proftpd folder. The only way I could get the hierarchy to be created (proftpd will create the file if it's not there, but *not* the parent folders) is to mkdir var/run/proftpd; touch proftpd.scoreboard. Then the scoreboard, and it's hierarchy, were installed by DP.
I don't like this, but it's what worked.
Attachments (2)
Change History (5)
Changed 20 years ago by ryanwilcox@…
Attachment: | proftp_portfile.patch added |
---|
comment:1 Changed 20 years ago by matt@…
Owner: | changed from matt@… to fkr@… |
---|
Changed 20 years ago by ryanwilcox@…
Attachment: | patch2.patch added |
---|
a better (safer) version of the patch (use this instead)
comment:2 Changed 20 years ago by ryanwilcox@…
attachments.isobsolete: | 0 → 1 |
---|
comment:3 Changed 20 years ago by fkr@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
thanks. I committed this (and updated the portfile to the most recent version while I'm here)
Note: See
TracTickets for help on using
tickets.
the patch to 1.7 to add this functionaliry