mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 18:53:33 +08:00
Fedora: Don't ship a init.d reboot symlink.
This commit is contained in:
parent
62c9af5ecf
commit
0fbe72dc37
@ -1206,8 +1206,6 @@ if TARGET_FEDORA
|
||||
( cd $(DESTDIR)$(systemunitdir) && \
|
||||
rm -f local.service && \
|
||||
$(LN_S) rc-local.service local.service )
|
||||
( cd $(DESTDIR)$(SYSTEM_SYSVINIT_PATH) && \
|
||||
$(LN_S) halt reboot > /dev/null 2>&1 || true )
|
||||
endif
|
||||
if TARGET_GENTOO
|
||||
( cd $(DESTDIR)$(pkgsysconfdir)/system && \
|
||||
|
Loading…
Reference in New Issue
Block a user