From 049ffa378b0eca3fcbaca8eb081f096c8f9c83a1 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sun, 16 Feb 2025 19:02:17 +1100 Subject: [PATCH] corrected Makefile to nominate nfblockerctl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd38ffb..89b2cc4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Distribution Makefile for nfbuilder INSTALLDIR=/usr/local/sbin -USERCOMMAND = nfblocker.sh +USERCOMMAND = nfblockerctl .PHONY: install clean -- 2.47.2