aboutsummaryrefslogtreecommitdiff
path: root/net/sendfile/pkg-plist
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-03-09 20:00:41 +0000
committerAde Lovett <ade@FreeBSD.org>2000-03-09 20:00:41 +0000
commitdc16f7d609ee75776134620b533663fada432148 (patch)
treee0e45b2c082261158918ce980cb8459f237cb989 /net/sendfile/pkg-plist
parent524c998d92ffc747d4d2e5fff9a564ae81583b39 (diff)
Notes
Diffstat (limited to 'net/sendfile/pkg-plist')
-rw-r--r--net/sendfile/pkg-plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sendfile/pkg-plist b/net/sendfile/pkg-plist
index 7c977e43e350..58c8a6b1b3f0 100644
--- a/net/sendfile/pkg-plist
+++ b/net/sendfile/pkg-plist
@@ -2,20 +2,21 @@ 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
etc/rc.d/sendfiled.sh
etc/sendfile.cf
etc/sendfile.deny
-man/man1/utf7decode.1.gz
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
@@ -25,7 +26,6 @@ sbin/sendfiled
@exec echo -e 'saft\tstream\ttcp\tnowait\troot\t/usr/local/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 } '`
-
@unexec perl -pi.bak -e '/^saft/ && ($_="")' /etc/inetd.conf
@unexec kill -HUP `ps auxw|awk '$11 == "inetd" { print $2 } '`
@unexec rm -R /var/spool/sendfile