1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net/sendfile/pkg-plist
Beech Rintoul 4a9e5ca3b8 - Fix rc.d script
- Install sendfile.cf.sample by default
- Additional Makefile tweaks [1]

PR:		ports/120342
Submitted by:	Stefan Sec Zehl <sec@42.org> (maintainer)
Approved by:	maintainer timeout (two weeks) [1]
2008-03-11 01:41:13 +00:00

36 lines
1.4 KiB
Plaintext

bin/check_sendfile
bin/ewl
bin/fetchfile
bin/receive
bin/rf
bin/sendfile
bin/sendmsg
bin/sf
bin/sf_cleanup
bin/sfconf
bin/sfdconf
bin/sm
bin/utf7decode
bin/utf7encode
bin/wlock
sbin/sendfiled
@exec mkdir -p /var/spool/sendfile/OUTGOING /var/spool/sendfile/LOG
@exec chmod 755 /var/spool/sendfile
@exec chmod 1777 /var/spool/sendfile/OUTGOING
@exec chmod 700 /var/spool/sendfile/LOG
@exec touch /var/spool/sendfile/LOG/in /var/spool/sendfile/LOG/out
@exec chmod 600 /var/spool/sendfile/LOG/in /var/spool/sendfile/LOG/out
@exec echo -e 'saft\tstream\ttcp\tnowait\troot\t%D/sbin/sendfiled sendfiled' >> /etc/inetd.conf
@exec echo -e 'saft\t\t487/tcp\t# simple asynchronous file transfer'>>/etc/services
@exec kill -HUP `ps auxw|awk '$11 == "inetd" { print $2 } '` >/dev/null 2>&1 ||true
@unexec perl -pi.bak -e '/^saft/ && ($_="")' /etc/inetd.conf
@unexec kill -HUP `ps auxw|awk '$11 == "inetd" { print $2 } '` >/dev/null 2>&1||true
@unexec rm -R /var/spool/sendfile 2>&1 >/dev/null || true
@unexec if cmp -s %D/etc/sendfile.cf.sample %D/etc/sendfile.cf; then rm -f %D/etc/sendfile.cf; fi
@exec if [ ! -f %D/etc/sendfile.cf ] ; then cp -p %D/etc/sendfile.cf.sample %D/etc/sendfile.cf; fi
@unexec if cmp -s %D/etc/sendfile.deny.sample %D/etc/sendfile.deny; then rm -f %D/etc/sendfile.deny; fi
@exec if [ ! -f %D/etc/sendfile.deny ] ; then cp -p %D/etc/sendfile.deny.sample %D/etc/sendfile.deny; fi
etc/sendfile.cf.sample
etc/sendfile.deny.sample