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

- fix /run/BackupPC instead of /var prevents service start
- fix smanager2 display
- add navigation2-conf and routes2-conf action
This commit is contained in:
2025-09-24 15:22:48 -04:00
parent 6ae090f94b
commit 2cc45c7967
2 changed files with 4 additions and 16 deletions

View File

@@ -2,21 +2,6 @@
use esmith::Build::CreateLinks qw(:all);
# Start and stop links - SME9
#service_link_enhanced("backuppc", "S98", "7");
#service_link_enhanced("backuppc", "K10", "6");
#service_link_enhanced("backuppc", "K10", "0");
#service_link_enhanced("backuppc", "K10", "1");
#service_link_enhanced("httpd-bkpc", "S86", "7");
#service_link_enhanced("httpd-bkpc", "K15", "6");
#service_link_enhanced("httpd-bkpc", "K15", "0");
#service_link_enhanced("httpd-bkpc", "K15", "1");
#safe_symlink("../daemontools" , 'root/etc/rc.d/init.d/supervise/httpd-bkpc');
#safe_symlink("/var/service/httpd-bkpc" , 'root/service/httpd-bkpc');
# Panel links
panel_link("backuppc", 'manager');
@@ -43,6 +28,8 @@ $event = 'smeserver-BackupPC-update'; #Must match rpm name
#action specific to this package
event_link("backuppc-checkupgrade", $event, "20");
event_link("backuppc-genkey", $event, "10");
event_link("navigation2-conf", $event, "80");
event_link("routes2-conf", $event, "80");
event_link("backuppc-checkupgrade", "post-upgrade", "91");
event_link("backuppc-genkey", "post-upgrade", "90");
#services we need to restart

View File

@@ -54,7 +54,8 @@ This package contains specific configuration for SME server
%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
- fix smanager2 display
- add navigation2-conf and routes2-conf action
* Tue Sep 23 2025 Brian Read <brianr@koozali.org> 0.2-18.sme
- Change $config to config in layout file(s) [SME: 13171]