> Hi,
>
> I have modified a script allowing to upgrade Proftpd to
> v.1.3.0 Could someone please check the syntax before I run it?
>
> ---start---
>
> #!/bin/sh
> ###########################
> # Update ProFTP 1.3.0 Released By Wael Isa #
> http://www.web4host.net # Date 24-4-2006
> ########################### # Delete and make new folder then
> start work ########################### cd /home/src ; rm -fr
> Update-proftpd ; mkdir Update-proftpd ; cd
> /root/Update-proftpd ; VERSION=1.3.0 ; wget
> ftp://ftp.proftpd.org/distrib/source/proftpd-$VERSION.tar.gz
> ; tar zxvf proftpd-$VERSION.tar.gz ; cd proftpd-$VERSION ;
> install_user=nobody install_group=nobody ./configure --prefix=/usr
> --sysconfdir=/etc --localstatedir=/var/run
> --mandir=/usr/share/man --with-modules=mod_tls: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/proftpd
> -v ; exit 0
> ---end---
Please disregard /home/src - it is specific to my server.
Best,
--
Arthur Sherman
+972-52-4878851
CPTeam