wok rev 18884

Up backuppc (3.3.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 12 09:38:53 2016 +0100 (2016-02-12)
parents 0f2b4a8c631e
children 0c4e7450eb86
files backuppc/receipt
line diff
     1.1 --- a/backuppc/receipt	Fri Feb 12 08:48:10 2016 +0100
     1.2 +++ b/backuppc/receipt	Fri Feb 12 09:38:53 2016 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="backuppc"
     1.6  SOURCE="BackupPC"
     1.7 -VERSION="3.2.1"
     1.8 +VERSION="3.3.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="high-performance, enterprise-grade system for backing up Linux"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -23,7 +23,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	mkdir -p $DESTDIR/etc/apache/conf.d
    1.18  	grep -q share/BackupPC/doc configure.pl ||
    1.19  	sed -i -e 's|/doc|/share/BackupPC/doc|' \
    1.20 @@ -79,5 +78,6 @@
    1.21  - update \$Conf{CgiAdminUsers} in /etc/BackupPC/config.pl 
    1.22  - enable web access with 'htpasswd -c root /etc/BackupPC/BackupPC.users'
    1.23  - update passwords in /etc/BackupPC/*.sh
    1.24 +- ... and maybe jail /var/lib/BackupPC into a Reiserfs/noatime for ext4 users.
    1.25  EOT
    1.26  }