diff options
| author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2017-10-19 12:13:45 +0200 |
|---|---|---|
| committer | Dee'Kej <deekej@linuxmail.org> | 2017-10-31 12:39:18 +0100 |
| commit | 995e8ad74f5a6bc51f28c0be4ed02c547e0891d6 (patch) | |
| tree | 74fc4a79f5597227a811d7001dc17b416fc6423c /Makefile | |
| parent | c200aed368884f278bd6c9e43050fa812439c0e4 (diff) | |
| download | initscripts-995e8ad74f5a6bc51f28c0be4ed02c547e0891d6.tar initscripts-995e8ad74f5a6bc51f28c0be4ed02c547e0891d6.tar.gz initscripts-995e8ad74f5a6bc51f28c0be4ed02c547e0891d6.tar.bz2 initscripts-995e8ad74f5a6bc51f28c0be4ed02c547e0891d6.tar.xz initscripts-995e8ad74f5a6bc51f28c0be4ed02c547e0891d6.zip | |
systemd/system: symlinks for initscripts' services removed
The symlinks are no longer needed. Enablement of default services
is now managed by 'redhat-release' package.
Resolves: #1395391
Resolves: #1357648
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -84,21 +84,6 @@ install: chmod u=rwx,g=rx,o=rx $$dir; \ 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 ../rhel-configure.service $(ROOT)/usr/lib/systemd/system/basic.target.wants - ln -s ../rhel-loadmodules.service $(ROOT)/usr/lib/systemd/system/basic.target.wants - ln -s ../rhel-autorelabel.service $(ROOT)/usr/lib/systemd/system/basic.target.wants - ln -s ../rhel-autorelabel-mark.service $(ROOT)/usr/lib/systemd/system/basic.target.wants - ln -s ../rhel-dmesg.service $(ROOT)/usr/lib/systemd/system/basic.target.wants - ln -s ../rhel-readonly.service $(ROOT)/usr/lib/systemd/system/local-fs.target.wants - ln -s ../rhel-import-state.service $(ROOT)/usr/lib/systemd/system/local-fs.target.wants - ln -s ../brandbot.path $(ROOT)/usr/lib/systemd/system/multi-user.target.wants - mkdir -p $(ROOT)/usr/lib/tmpfiles.d install -m 644 initscripts.tmpfiles.d $(ROOT)/usr/lib/tmpfiles.d/initscripts.conf |
