Index: [Article Count Order] [Thread]

Date:  Thu, 01 Jun 2006 01:06:09 +0200
From:  Arthur Sherman <arturs (at mark) netvision.net.il>
Subject:  [coba-e:05503] Upgrade to proftpd-1.3.0
To:  coba-e (at mark) bluequartz.org
Message-Id:  <005901c68506$cde39560$3701a8c0@lapxp>
X-Mail-Count: 05503


Hi,

I have managed to successfully install proftpd-1.30 with the following
script:
---start---

#!/bin/sh

rm -fr /tmp/Update-proftpd;
mkdir -p /tmp/Update-proftpd;
cd /tmp/Update-proftpd;
wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.0.tar.gz;
tar zxvf proftpd-1.3.0.tar.gz;
cd proftpd-1.3.0;
install_user=nobody install_group=nobody ./configure --prefix=/usr
--sysconfdir=/etc \
--localstatedir=/var/run \
--mandir=/usr/share/man --with-modules=mod_readme LDFLAGS=-static;
rm -f /etc/proftpd.conf.bak1;
cp /etc/proftpd.conf /etc/proftpd.conf.bak1;
make && make install;
/etc/rc.d/init.d/xinetd restart;
/usr/sbin/in.proftpd -v;
rm -rf /tmp/Update-proftpd;
exit 0

---end---

If you choose to use it - backup in.proftpd and proftpd binaries!
Had to spare mod_tls because of 1)failure to compile, 2)having no real need
in ssl/tls with ftp.
Tested - good.

Now it doesn't support resuming ASCII files - this is designed behaviour
(mod_xfer)


Thanks to Ken from ds3.net for his help! ;)


Best,

--
Arthur Sherman

+972-52-4878851
CPTeam