mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
dumpconf: Move dumpconf tool to scripts directory
Modern distributions use systemd and a corresponding systemd unit file is provided that handles the dumpconf tool. The tool is also the last script left in etc/init.d. Move it to scripts and get rid of the init.d directory altogether. Acked-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -19,7 +19,7 @@ install: system_units
|
|||||||
-m 644 $$unit $(DESTDIR)$(SYSTEMDSYSTEMUNITDIR) ; \
|
-m 644 $$unit $(DESTDIR)$(SYSTEMDSYSTEMUNITDIR) ; \
|
||||||
done
|
done
|
||||||
# For systemd install dumpconf to TOOLS_LIBDIR
|
# For systemd install dumpconf to TOOLS_LIBDIR
|
||||||
$(INSTALL) -m 755 ../etc/init.d/dumpconf $(DESTDIR)$(TOOLS_LIBDIR)
|
$(INSTALL) -m 755 ../scripts/dumpconf $(DESTDIR)$(TOOLS_LIBDIR)
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user