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:
mattf
2007-09-17 19:03:56 +00:00
parent bc976b01ed
commit 18c145c8cb
4 changed files with 230 additions and 0 deletions
+18
View File
@@ -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 &