Path to this page:
./
net/sendfile,
Implementation of the Simple asynchronous file transfer protocol
Branch: pkgsrc-2015Q3,
Version: 2.1bnb2,
Package name: sendfile-2.1bnb2,
Maintainer: pkgsrc-usersReference implementation of the SAFT (simple asynchronous file
transfer) protocol. Sendfile allows to send arbitrary files to a
remote user.
DEINSTALL [+/-]#! /bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2001/10/31 22:58:50 zuntum Exp $
#
case "$2" in
DEINSTALL) cat <<EOF
========================================================================
If you won't be using sendfile any longer, do the following:
o remove the "saft" lines from /etc/services and /etc/inetd.conf;
restart inetd.
o remove the check_sendfile lines from /etc/profile and /etc/csh.login
o remove the directory /var/spool/sendfile and its contents
========================================================================
EOF
;;
esac
Master sites:
Version history: (Expand)
- (2015-09-30) Package added to pkgsrc.se, version sendfile-2.1bnb2 (created)