# HG changeset patch # User Pascal Bellard # Date 1455266333 -3600 # Node ID 74a3c282b4ca4ef67cd8ec49d23c78816d1024fe # Parent 0f2b4a8c631e4d356ccd7a193dc145adc7ed9db3 Up backuppc (3.3.1) diff -r 0f2b4a8c631e -r 74a3c282b4ca backuppc/receipt --- a/backuppc/receipt Fri Feb 12 08:48:10 2016 +0100 +++ b/backuppc/receipt Fri Feb 12 09:38:53 2016 +0100 @@ -2,7 +2,7 @@ PACKAGE="backuppc" SOURCE="BackupPC" -VERSION="3.2.1" +VERSION="3.3.1" CATEGORY="network" SHORT_DESC="high-performance, enterprise-grade system for backing up Linux" MAINTAINER="pascal.bellard@slitaz.org" @@ -23,7 +23,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src mkdir -p $DESTDIR/etc/apache/conf.d grep -q share/BackupPC/doc configure.pl || sed -i -e 's|/doc|/share/BackupPC/doc|' \ @@ -79,5 +78,6 @@ - update \$Conf{CgiAdminUsers} in /etc/BackupPC/config.pl - enable web access with 'htpasswd -c root /etc/BackupPC/BackupPC.users' - update passwords in /etc/BackupPC/*.sh +- ... and maybe jail /var/lib/BackupPC into a Reiserfs/noatime for ext4 users. EOT }