* Tue Sep 23 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.2-19.sme

- fix /run/BackupPC instead of /var prevents service start
- TODO: fix smanager2 display
This commit is contained in:
2025-09-23 17:03:11 -04:00
parent 199dc75778
commit 6ae090f94b
3 changed files with 6 additions and 2 deletions

View File

@@ -1 +0,0 @@
contribs10

View File

@@ -8,6 +8,7 @@ if [ -e /etc/BackupPC/config.pl ]; then
# Update paths # Update paths
sed -i 's|/opt/backuppc/files|/var/lib/BackupPC|' /etc/BackupPC/config.pl sed -i 's|/opt/backuppc/files|/var/lib/BackupPC|' /etc/BackupPC/config.pl
sed -i 's|/var/run/BackupPC|/run/BackupPC|' /etc/BackupPC/config.pl
sed -i 's|/usr/local/BackupPC|/usr/share/BackupPC|' /etc/BackupPC/config.pl sed -i 's|/usr/local/BackupPC|/usr/share/BackupPC|' /etc/BackupPC/config.pl
sed -i 's|/opt/backuppc/cgi-bin|/usr/share/BackupPC/sbin|' /etc/BackupPC/config.pl sed -i 's|/opt/backuppc/cgi-bin|/usr/share/BackupPC/sbin|' /etc/BackupPC/config.pl
sed -i 's|/opt/backuppc/images|/usr/share/BackupPC/html|' /etc/BackupPC/config.pl sed -i 's|/opt/backuppc/images|/usr/share/BackupPC/html|' /etc/BackupPC/config.pl

View File

@@ -4,7 +4,7 @@
Name: smeserver-BackupPC Name: smeserver-BackupPC
Version: 0.2 Version: 0.2
Release: 18%{?dist} Release: 19%{?dist}
Summary: BackupPC integration into SME server Summary: BackupPC integration into SME server
Group: Applications/System Group: Applications/System
@@ -52,6 +52,10 @@ This package contains specific configuration for SME server
#---------------------------------------------------- #----------------------------------------------------
%changelog %changelog
* Tue Sep 23 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.2-19.sme
- fix /run/BackupPC instead of /var prevents service start
- TODO: fix smanager2 display
* Tue Sep 23 2025 Brian Read <brianr@koozali.org> 0.2-18.sme * Tue Sep 23 2025 Brian Read <brianr@koozali.org> 0.2-18.sme
- Change $config to config in layout file(s) [SME: 13171] - Change $config to config in layout file(s) [SME: 13171]