View | Details | Raw Unified | Return to bug 281655 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/froxlor/files/patch-froxlor_lib_Froxlor_Cli_MasterCron.php (+11 lines)
Added Link Here
1
--- froxlor/lib/Froxlor/Cli/MasterCron.php.orig	2024-09-22 23:29:40 UTC
2
+++ froxlor/lib/Froxlor/Cli/MasterCron.php
3
@@ -210,7 +210,7 @@ final class MasterCron extends CliCommand
4
 	private function lockJob(string $job, OutputInterface $output): bool
5
 	{
6
 
7
-		$this->lockFile = '/run/lock/froxlor_' . $job . '.lock';
8
+		$this->lockFile = '/var/run/froxlor_' . $job . '.lock';
9
 
10
 		if (file_exists($this->lockFile)) {
11
 			$jobinfo = json_decode(file_get_contents($this->lockFile), true);
(-)b/sysutils/froxlor/files/patch-froxlor_lib_Froxlor_Cron_Traffic_TrafficCron.php (+11 lines)
Added Link Here
1
--- froxlor/lib/Froxlor/Cron/Traffic/TrafficCron.php.orig	2024-09-22 23:30:45 UTC
2
+++ froxlor/lib/Froxlor/Cron/Traffic/TrafficCron.php
3
@@ -861,7 +861,7 @@ class TrafficCron extends FroxlorCron
4
 			// the default selection is 'current',
5
 			// so link the latest dir to it
6
 			$new_current = FileDir::makeCorrectFile($outputdir . '/current');
7
-			FileDir::safe_exec('ln -fTs ' . escapeshellarg($staticOutputdir) . ' ' . escapeshellarg($new_current));
8
+			FileDir::safe_exec('ln -fFs ' . escapeshellarg($staticOutputdir) . ' ' . escapeshellarg($new_current));
9
 
10
 			// statistics file looks like: 'awstats[month][year].[domain].txt'
11
 			$file = FileDir::makeCorrectFile($outputdir . '/awstats' . date('mY', time()) . '.' . $domain . '.txt');
(-)b/sysutils/froxlor/pkg-plist (-1 / +1 lines)
Lines 1982-1988 Link Here
1982
%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x1d7.php
1982
%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x1d7.php
1983
%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x1f1.php
1983
%%WWWDIR%%/vendor/voku/portable-ascii/src/voku/helper/data/x1f1.php
1984
%%WWWDIR%%/vendor/voku/portable-utf8/CHANGELOG.md
1984
%%WWWDIR%%/vendor/voku/portable-utf8/CHANGELOG.md
1985
%%WWWDIR%%/vendor/voku/portable-utf8/LICENSE%%AP_MOD_EN%%PACHE
1985
%%WWWDIR%%/vendor/voku/portable-utf8/LICENSE-APACHE
1986
%%WWWDIR%%/vendor/voku/portable-utf8/LICENSE-GPL
1986
%%WWWDIR%%/vendor/voku/portable-utf8/LICENSE-GPL
1987
%%WWWDIR%%/vendor/voku/portable-utf8/README.md
1987
%%WWWDIR%%/vendor/voku/portable-utf8/README.md
1988
%%WWWDIR%%/vendor/voku/portable-utf8/SECURITY.md
1988
%%WWWDIR%%/vendor/voku/portable-utf8/SECURITY.md

Return to bug 281655