mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
arch: drop sysvcompat support
Our downstream generator takes care of all the sysvcompat support we need.
This commit is contained in:
parent
8e8eb8fbaf
commit
4bf43a32a9
@ -542,8 +542,8 @@ case $with_distro in
|
||||
M4_DEFINES=-DTARGET_UBUNTU=1
|
||||
;;
|
||||
arch)
|
||||
SYSTEM_SYSVINIT_PATH=/etc/rc.d
|
||||
SYSTEM_SYSVRCND_PATH=/etc
|
||||
SYSTEM_SYSVINIT_PATH=
|
||||
SYSTEM_SYSVRCND_PATH=
|
||||
AC_DEFINE(TARGET_ARCH, [], [Target is ArchLinux])
|
||||
M4_DEFINES=-DTARGET_ARCH=1
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user