conf/etc/Makefile, jw-rc.status: Add /etc/jw-rc.status

Some distros remove /etc/rc.status, so provide jw-rc.status as an
alternative

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2023-10-26 12:36:51 +00:00
commit 2d6e7b11ac
2 changed files with 471 additions and 0 deletions

8
conf/etc/Makefile Normal file
View file

@ -0,0 +1,8 @@
TOPDIR = ../..
INSTALL_CFGDIR = $(ENV_PREFIX)/etc
LOCAL_CFG = jw-rc.status
include $(TOPDIR)/make/proj.mk
include $(JWBDIR)/make/conf.mk