--- rpms/smeserver-BackupPC/contribs7/smeserver-BackupPC.spec 2009/03/23 08:48:31 1.5 +++ rpms/smeserver-BackupPC/contribs7/smeserver-BackupPC.spec 2009/05/05 08:37:46 1.6 @@ -1,10 +1,10 @@ -# $Id: smeserver-BackupPC.spec,v 1.4 2009/03/18 11:46:40 vip-ire Exp $ +# $Id: smeserver-BackupPC.spec,v 1.5 2009/03/23 08:48:31 vip-ire Exp $ # Authority: vip-ire # Name: Daniel Berteaud Name: smeserver-BackupPC Version: 0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: BackupPC integration into SME server Group: Applications/System @@ -44,6 +44,9 @@ This package contains specific configura %changelog +* Tue May 05 2009 Daniel B. [0.1-7] +- Fixe permissions on /etc/BackupPC/pc + * Mon Mar 23 2009 Daniel B. [0.1-6] - modify default httpd conf (cleanup) to use the new paths - Add quotes in share names for *Archive.conf files @@ -136,6 +139,7 @@ perl createlinks --file /etc/BackupPC/localCopyPool.conf 'attr(640,backuppc,backuppc) %config(noreplace)' \ --file /etc/BackupPC/remoteArchive.conf 'attr(640,backuppc,backuppc) %config(noreplace)' \ --file /etc/BackupPC/remoteCopyPool.conf 'attr(640,backuppc,backuppc) %config(noreplace)' \ + --dir /etc/BackupPC/pc 'attr(750,backuppc,backuppc)' \ --dir /var/service/httpd-bkpc 'attr(01755,root,root)' \ --file /var/service/httpd-bkpc/run 'attr(0700,root,root)' \ --dir /var/service/httpd-bkpc/supervise 'attr(0700,root,root)' \