Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#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)

proftp_portfile.patch (838 bytes) - added by ryanwilcox@… 20 years ago.
the patch to 1.7 to add this functionaliry
patch2.patch (840 bytes) - added by ryanwilcox@… 20 years ago.
a better (safer) version of the patch (use this instead)

Download all attachments as: .zip

Change History (5)

Changed 20 years ago by ryanwilcox@…

Attachment: proftp_portfile.patch added

the patch to 1.7 to add this functionaliry

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: 01

comment:3 Changed 20 years ago by fkr@…

Resolution: fixed
Status: newclosed

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.