corrected init.d path
authorRalph Ronnquist <rrq@rrq.au>
Mon, 17 Feb 2025 08:03:31 +0000 (19:03 +1100)
committerRalph Ronnquist <rrq@rrq.au>
Mon, 17 Feb 2025 08:03:31 +0000 (19:03 +1100)
Makefile

index 1fcc353c8e7550f8d4f9c7a6247c622287361c2b..2439e3e7652a8222e9b35e01d6a400b10abcfaa2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ BINFILES = nfblockerctl
 MAN5FILES = nfblocker.5
 MAN8FILES = nfblocker.8 nfblockerctl.8
 CFGDIRS = blocked/ acl/
-SYSVINIT = $(DESTDIR)/etc/init/nfblocker
+SYSVINIT = $(DESTDIR)/etc/init.d/nfblocker
 
 INSTALLTARGETS =  $(addprefix $(SBINDIR)/,$(SBINFILES))
 INSTALLTARGETS += $(addprefix $(BINDIR)/,$(BINFILES))