Path to this page:
./
net/sendfile,
Implementation of the Simple asynchronous file transfer protocol
Branch: pkgsrc-2009Q2,
Version: 2.1.0.2nb1,
Package name: sendfile-2.1.0.2nb1,
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:
SHA1: cdf6ff67bdc11709209c5f93ac94d380fa1abac3
RMD160: 3e1f9648875b1844d391b86b733c8d04318c4d90
Filesize: 285.283 KB
Version history: (Expand)
- (2009-07-09) Package has been reborn
- (2009-07-08) Package added to pkgsrc.se, version sendfile-2.1.0.2nb1 (created)