mcharlie 发表于 2011-1-28 18:37:59

安装完了的PureFTP的server messages想改英文

请教军哥
安装完、设置好了的pureftp想把server messages改成英文
我看了一下pureftpd.sh好像在安装时就要设置
现在有简单的办法更改吗
感谢


wget -c http://soft.vpser.net/ftp/pure-ftpd/pure-ftpd-1.0.29.tar.gz
wget -c http://soft.vpser.net/ftp/pure-ftpd/User_manager_for-PureFTPd_v2.1_CN.zip

tar zxvf pure-ftpd-1.0.29.tar.gz
cd pure-ftpd-1.0.29/
./configure --prefix=/usr/local/pureftpd CFLAGS=-O2 \
--with-mysql=/usr/local/mysql \
--with-quotas \
--with-cookie \
--with-virtualhosts \
--with-virtualroot \
--with-diraliases \
--with-sysquotas \
--with-ratios \
--with-altlog \
--with-paranoidmsg \
--with-shadow \
--with-welcomemsg\
--with-throttling \
--with-uploadscript \
--with-language=simplified-chinese

make && make install

cp configuration-file/pure-config.pl /usr/local/pureftpd/sbin/
chmod 755 /usr/local/pureftpd/sbin/pure-config.pl
cp $cur_dir/conf/pureftpd-mysql.conf /usr/local/pureftpd/
cp $cur_dir/conf/pure-ftpd.conf /usr/local/pureftpd/

#Install GUI User manager for PureFTPd
cd $cur_dir
unzip User_manager_for-PureFTPd_v2.1_CN.zip
mv ftp /home/wwwroot/
chmod 777 -R /home/wwwroot/ftp/
chown www -R /home/wwwroot/ftp/

qqab 发表于 2011-2-3 04:48:31

我的安装不成功。。。
页: [1]
查看完整版本: 安装完了的PureFTP的server messages想改英文