added program to remove non-sale recordings from recording archive server
added commands for purging of old recordings and logs to crontab in INSTALL docs git-svn-id: svn://192.168.202.10@680 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -396,3 +396,21 @@ make
|
||||
make install
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#### pureftpd
|
||||
|
||||
cd /usr/local
|
||||
wget ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.20.tar.gz
|
||||
gunzip pure-ftpd-1.0.20.tar.gz
|
||||
tar xvf pure-ftpd-1.0.20.tar
|
||||
cd pure-ftpd-1.0.20
|
||||
groupadd ftpgroup
|
||||
useradd -g ftpgroup -d /dev/null -s /etc ftpuser
|
||||
./configure --with-everything --with-largefile --with-virtualchroot
|
||||
make install-strip
|
||||
pure-pw useradd cron -u ftpuser -d /home/cron
|
||||
/usr/local/sbin/pure-ftpd &
|
||||
|
||||
Reference in New Issue
Block a user