upgrade to jftpgw 0.0.12pre

This commit is contained in:
brad 2001-05-31 01:58:57 +00:00
parent 3aa6fa21f2
commit 0fe4573395
3 changed files with 18 additions and 20 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.13 2001/05/06 05:00:02 lebel Exp $
# $OpenBSD: Makefile,v 1.14 2001/05/31 01:58:57 brad Exp $
COMMENT= "FTP proxy"
DISTNAME= jftpgw-0.0.11f
DISTNAME= jftpgw-0.0.12pre
CATEGORIES= net
NEED_VERSION= 1.402
MASTER_SITES= http://www.mcknight.de/jftpgw/

View File

@ -1,3 +1,3 @@
MD5 (jftpgw-0.0.11f.tar.gz) = bd1922a0dcd22c1e60593f42724108af
RMD160 (jftpgw-0.0.11f.tar.gz) = c125822dae72529dacbee351dbbeab7a3d2a6e89
SHA1 (jftpgw-0.0.11f.tar.gz) = fc673f36ca5922f9b6325e045d2256d4321799c0
MD5 (jftpgw-0.0.12pre.tar.gz) = 915823f9fab7d7ca425bfc34081f8801
RMD160 (jftpgw-0.0.12pre.tar.gz) = 6f97a0f7e79c4ef27cc854083d96fe18bc099e16
SHA1 (jftpgw-0.0.12pre.tar.gz) = 6d2030b6bb4a6d97dd5763039be5d0342e95c7e0

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.2 2001/02/27 14:05:08 brad Exp $
# $OpenBSD: DEINSTALL,v 1.3 2001/05/31 01:58:57 brad Exp $
#
# jftpgw de-installation
@ -8,19 +8,17 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=${SYSCONFDIR}
if [ -f $CONFIG_DIR/jftpgw.conf ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f $CONFIG_DIR/jftpgw.conf"
echo "| rm -f $CONFIG_DIR/jftpgw.access"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
fi
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f $CONFIG_DIR/jftpgw.conf"
echo "| rm -f $CONFIG_DIR/jftpgw.access"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
exit 0