mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
9b9c3928fd
- don't install config files as scripts - strip binary on install
9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
bin/ftpcount
|
|
etc/proftpd.conf.default
|
|
etc/rc.d/proftpd.sh.sample
|
|
@exec if [ ! -f %D/etc/proftpd.conf ] ; then cp -p %D/%F %B/proftpd.conf; fi
|
|
libexec/proftpd
|
|
sbin/ftpshut
|
|
@exec /bin/mkdir /var/run/proftpd
|
|
@unexec /bin/rmdir /var/run/proftpd
|