RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/proftpd/Portfile,v
retrieving revision 1.7
diff -u -r1.7 Portfile
|
|
|
22 | 22 | |
23 | 23 | pre-destroot { cd ${worksrcpath} |
24 | 24 | reinplace "s|nogroup|nobody|g" sample-configurations/basic.conf |
25 | | file mkdir ${destroot}${prefix}/var |
26 | | file mkdir ${destroot}${prefix}/var/proftpd } |
27 | | |
| 25 | file mkdir ${destroot}${prefix}/var/run |
| 26 | file mkdir ${destroot}${prefix}/var/run/proftpd |
| 27 | system "cd ${destroot}${prefix}/var/run/proftpd/; touch proftpd.scoreboard"} |
| 28 | |
28 | 29 | post-destroot { file mkdir ${destroot}${prefix}/etc/rc.d |
29 | 30 | xinstall -o root -m 755 -v ${portpath}/files/proftpd.sh \ |
30 | 31 | ${destroot}${prefix}/etc/rc.d |