File insserv-makefile.patch of Package insserv
diff -u insserv/Makefile insserv-new/Makefile --- insserv/Makefile 2024-12-21 14:25:33.000000000 -0500 +++ insserv-new/Makefile 2025-10-28 10:37:12.573950082 -0400 @@ -4,13 +4,15 @@ # Author: Werner Fink, <werner@suse.de> # +WANT_SYSTEMD=1 + PACKAGE = insserv INITDIR = /etc/init.d INSCONF = /etc/insserv.conf #DESTDIR = /tmp/root -#DEBUG = -DDEBUG=1 -Wpacked -DEBUG = -#ISSUSE = -DSUSE +DEBUG = -DDEBUG=1 -Wpacked +#DEBUG = +ISSUSE = -DSUSE DESTDIR = VERSION = 1.26.0 TARBALL = $(PACKAGE)-$(VERSION).tar.xz Only in insserv-new: Makefile~ Common subdirectories: insserv/tests and insserv-new/tests