From 5829c811dd082ac046846bb932d9d14fbc777c17 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Tue, 17 Oct 2017 13:20:37 +0200 Subject: systemd/system: symlinks for fedora-* services removed The symlinks are no longer needed. Enablement of default services is now managed by 'fedora-release' package. --- Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ba94984f..ae3955ad 100644 --- a/Makefile +++ b/Makefile @@ -64,15 +64,6 @@ install: done # Can't store symlinks in a CVS archive - mkdir -p -m 755 $(ROOT)/usr/lib/systemd/system/multi-user.target.wants - mkdir -p -m 755 $(ROOT)/usr/lib/systemd/system/graphical.target.wants - mkdir -p -m 755 $(ROOT)/usr/lib/systemd/system/local-fs.target.wants - mkdir -p -m 755 $(ROOT)/usr/lib/systemd/system/basic.target.wants - mkdir -p -m 755 $(ROOT)/usr/lib/systemd/system/sysinit.target.wants - ln -s ../fedora-loadmodules.service $(ROOT)/usr/lib/systemd/system/basic.target.wants - ln -s ../fedora-readonly.service $(ROOT)/usr/lib/systemd/system/local-fs.target.wants - ln -s ../fedora-import-state.service $(ROOT)/usr/lib/systemd/system/local-fs.target.wants - mkdir -p $(ROOT)/usr/lib/tmpfiles.d install -m 644 initscripts.tmpfiles.d $(ROOT)/usr/lib/tmpfiles.d/initscripts.conf -- cgit v1.2.1