1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/ftp/proftpd-devel/pkg-plist
Michael Haro 9b9c3928fd - add a startup script for use with standalone mode
- don't install config files as scripts
- strip binary on install
1999-10-10 07:10:41 +00:00

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