aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-10-15 22:42:20 -0400
committerBill Nottingham <notting@redhat.com>2010-10-15 22:42:33 -0400
commitcbe9f043048070515a9b99927dd52d268fe02a21 (patch)
tree3e993d6bb9b57dd60092e7d8796386ee97f21501
parentd746e2e825e77a4ff7a969c87b0597856e26490c (diff)
downloadinitscripts-cbe9f043048070515a9b99927dd52d268fe02a21.tar
initscripts-cbe9f043048070515a9b99927dd52d268fe02a21.tar.gz
initscripts-cbe9f043048070515a9b99927dd52d268fe02a21.tar.bz2
initscripts-cbe9f043048070515a9b99927dd52d268fe02a21.tar.xz
initscripts-cbe9f043048070515a9b99927dd52d268fe02a21.zip
Drop default.target here.
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e54651b6..bbcd7775 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,6 @@ install:
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 multi-user.target $(ROOT)/lib/systemd/system/default.target
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
@@ -170,4 +169,4 @@ archive: clean syntax-check tag changelog
@sha1sum initscripts-$(VERSION).tar.bz2 > initscripts-$(VERSION).sha1sum
@scp initscripts-$(VERSION).tar.bz2 initscripts-$(VERSION).sha1sum fedorahosted.org:initscripts 2>/dev/null|| scp initscripts-$(VERSION).tar.bz2 initscripts-$(VERSION).sha1sum fedorahosted.org:/srv/web/releases/i/n/initscripts
@echo "Everything done, files uploaded to Fedorahosted.org"
- \ No newline at end of file
+