summaryrefslogtreecommitdiff
path: root/net
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
parentUpdate to version 1.4.1 (diff)
Update to latest version (20000102), with new MASTER_SITE
and other bits and pieces PR: 17197 (also closes 15820) Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=26701
Diffstat (limited to 'net')
-rw-r--r--net/sendfile/Makefile10
-rw-r--r--net/sendfile/distinfo2
-rw-r--r--net/sendfile/pkg-descr3
-rw-r--r--net/sendfile/pkg-plist6
4 files changed, 10 insertions, 11 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile
index 37c4424adf96..74bb8034187b 100644
--- a/net/sendfile/Makefile
+++ b/net/sendfile/Makefile
@@ -6,12 +6,10 @@
# $FreeBSD$
#
-DISTNAME= sendfile-19990215
+DISTNAME= sendfile-20000102
PKGNAME= sendfile-2.1
CATEGORIES= net
-MASTER_SITES= ftp://ftp.uni-stuttgart.de/pub/unix/comm/sendfile/current/ \
- ftp://infodrom.north.de/pub/unix/network/sendfile/ \
- ftp://ftp.fu-berlin.de/unix/network/sendfile/current/
+MASTER_SITES= ftp://ftp.belwue.de/pub/unix/sendfile/current/
MAINTAINER= sec@42.org
@@ -24,8 +22,6 @@ MAN1= sendfile.1 sendmsg.1 receive.1 fetchfile.1 utf7encode.1 \
wlock.1
MAN7= fetchfile.7
MAN8= sendfiled.8
-
-post-install:
- @(cd ${PREFIX}/man/man1; ${LN} -sf utf7encode.1.gz utf7decode.1.gz)
+MLINKS= utf7encode.1 utf7decode.1
.include <bsd.port.mk>
diff --git a/net/sendfile/distinfo b/net/sendfile/distinfo
index 8735e7f4d250..3c3d0829906e 100644
--- a/net/sendfile/distinfo
+++ b/net/sendfile/distinfo
@@ -1 +1 @@
-MD5 (sendfile-19990215.tar.gz) = 89d142b12ce005599842f11c59e840cc
+MD5 (sendfile-20000102.tar.gz) = 4deaa00bf9a2e3f1c15abb54b30f2de0
diff --git a/net/sendfile/pkg-descr b/net/sendfile/pkg-descr
index 5928a9e8738f..80225e5b9dcd 100644
--- a/net/sendfile/pkg-descr
+++ b/net/sendfile/pkg-descr
@@ -9,3 +9,6 @@ client (which sends messages), a receive client (which copies files from
the local sendfile spool to the recipient's current directory) and a
sendfiled server (which receives files and messages and stores them in the
local sendfile spool).
+
+NOTE: If you wish to use fetchfile (which is an optional extension to
+ sendfile,) you need to have pgp installed, too.
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