From f39163514fc1b108c80df1b9b01b63d2d9eafe8d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 7 Sep 2010 15:24:51 -0400 Subject: prefdm, rc-local, ctrl-alt-del are system defaults. Don't package them otherwise. (#630952) Notably, they cannot be enabled/disabled. They can be overriden via /etc/systemd/system. --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7168bc49..491dd31c 100644 --- a/Makefile +++ b/Makefile @@ -116,9 +116,12 @@ install: ln -s halt $(ROOT)/etc/rc.d/init.d/reboot - mkdir -p $(ROOT)/etc/systemd/system - ln -s /lib/systemd/system/prefdm.service $(ROOT)/etc/systemd/system/display-manager.service - ln -s /lib/systemd/system/reboot.target $(ROOT)/etc/systemd/system/ctrl-alt-del.target + mkdir -p -m 755 $(ROOT)/lib/systemd/system/multi-user.target.wants + mkdir -p -m 755 $(ROOT)/lib/systemd/system/graphical.target.wants + ln -s prefdm.service $(ROOT)/lib/systemd/system/display-manager.service + ln -s reboot.target $(ROOT)/lib/systemd/system/ctrl-alt-del.target + ln -s ../rc-local.service $(ROOT)/lib/systemd/system/multi-user.target.wants + ln -s ../display-manager.service $(ROOT)/lib/systemd/system/graphical.target.wants # These are LSB compatibility symlinks. At some point in the future # the actual files will be here instead of symlinks -- cgit v1.2.1