diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 11:00:14 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 16:15:52 +0200 |
commit | 0b36f269d550b3bd110ba0471083e5a9eb77c14e (patch) | |
tree | d4678a0900c2eeb76ff7e7c6d3223e4f5ba3aa0a /applications | |
parent | 768f9271d52cf8d86f2e26469aa17420e66807b3 (diff) |
luci-app-privoxy: remove uci-defaults for ucitrack handling
The 'ucitrack' file is not available anymore this changes are not needed.
Therefore, this 'uci-defaults' script is deleted.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications')
-rwxr-xr-x | applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy b/applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy deleted file mode 100755 index 884f7e5572..0000000000 --- a/applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# no longer needed for "Save and Apply" to restart privoxy -# luci-app-privoxy calls /etc/init.d/privoxy reload -uci -q batch <<-EOF >/dev/null - delete ucitrack.@privoxy[-1] - commit ucitrack -EOF - -exit 0 |