From be69e34ce3b4f4c144b4b9e7ec2a6b480ee4d44a Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Mon, 28 Aug 2023 21:13:13 +0000 Subject: adblock-fast: initial commit * this package replaces simple-adblock package * it was impossible to keep existing config structure and continue improving the simple-adblock the way I wanted, hence the new package name * the migration script for existing simple-adblock config is included in the uci-defaults file Signed-off-by: Stan Grishin --- net/adblock-fast/test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 net/adblock-fast/test.sh (limited to 'net/adblock-fast/test.sh') diff --git a/net/adblock-fast/test.sh b/net/adblock-fast/test.sh new file mode 100644 index 000000000..45469ed96 --- /dev/null +++ b/net/adblock-fast/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +/etc/init.d/"$1" version 2>&1 | grep "$2" -- cgit v1.2.3