From d0842ec3e46f77a43a1a36fad7b3f3dc162fde7e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 20 Aug 2025 15:51:53 +0200 Subject: [PATCH] devel/helloworld: update according to latest docs and core changes --- devel/helloworld/Makefile | 1 + .../{OPNsense/HelloWorld => helloworld}/testConnection.py | 0 .../src/opnsense/service/conf/actions.d/actions_helloworld.conf | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename devel/helloworld/src/opnsense/scripts/{OPNsense/HelloWorld => helloworld}/testConnection.py (100%) diff --git a/devel/helloworld/Makefile b/devel/helloworld/Makefile index a7e4092dc..86a8690ad 100644 --- a/devel/helloworld/Makefile +++ b/devel/helloworld/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= helloworld PLUGIN_VERSION= 1.4 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= A sample framework application PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/devel/helloworld/src/opnsense/scripts/OPNsense/HelloWorld/testConnection.py b/devel/helloworld/src/opnsense/scripts/helloworld/testConnection.py similarity index 100% rename from devel/helloworld/src/opnsense/scripts/OPNsense/HelloWorld/testConnection.py rename to devel/helloworld/src/opnsense/scripts/helloworld/testConnection.py diff --git a/devel/helloworld/src/opnsense/service/conf/actions.d/actions_helloworld.conf b/devel/helloworld/src/opnsense/service/conf/actions.d/actions_helloworld.conf index c5c521793..1bb2afb59 100644 --- a/devel/helloworld/src/opnsense/service/conf/actions.d/actions_helloworld.conf +++ b/devel/helloworld/src/opnsense/service/conf/actions.d/actions_helloworld.conf @@ -1,5 +1,5 @@ [test] -command:/usr/local/opnsense/scripts/OPNsense/HelloWorld/testConnection.py +command:/usr/local/opnsense/scripts/helloworld/testConnection.py parameters: type:script_output message:hello world module test