From dbe6dc95be5d6d956fc6c8dcb35fdce24947a4b1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 4 Jun 2022 17:29:39 +1000 Subject: [PATCH] make install now copies in init.d script --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ed92556..9875169 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,4 @@ howard: howard.c howard.h install: howard cp -af howard /usr/local/bin/howard + cp -af initscripts/howard /etc/init.d/howard