From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] urlfilter.cgi: Fixes bug#10649 - calls urlfilterctrl with remove option if update disabled
Date: Tue, 26 Sep 2023 16:07:01 +0200 [thread overview]
Message-ID: <20230926140701.3438340-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230926140701.3438340-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1032 bytes --]
- When the url filter update enable checkbox is unchecked then this patch calls
urlfilterctrl with the remove option added in the otrher patch of this series.
- Tested on my vm testbed that this change does remove the urlfilter symlink from the
fcron directories when the update is disabled.
Fixes: Bug#10649
Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
html/cgi-bin/urlfilter.cgi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/html/cgi-bin/urlfilter.cgi b/html/cgi-bin/urlfilter.cgi
index 1e54372f1..1ced06e26 100644
--- a/html/cgi-bin/urlfilter.cgi
+++ b/html/cgi-bin/urlfilter.cgi
@@ -982,6 +982,11 @@ if ($filtersettings{'ACTION'} eq $Lang::tr{'urlfilter save schedule'})
{
&General::system('/usr/local/bin/urlfilterctrl', 'cron', 'monthly');
}
+
+ if ($filtersettings{'ENABLE_AUTOUPDATE'} eq 'off')
+ {
+ &General::system('/usr/local/bin/urlfilterctrl', 'cron', 'remove');
+ }
}
}
--
2.42.0
prev parent reply other threads:[~2023-09-26 14:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-26 14:07 [PATCH 1/2] urlfilterctrl: Fix bug#10649 - add option to remove urlfilter from fcron directories Adolf Belka
2023-09-26 14:07 ` Adolf Belka [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230926140701.3438340-2-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox