mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 23:20:32 +00:00
arch: drop sysvcompat support
Our downstream generator takes care of all the sysvcompat support we need.
This commit is contained in:
committed by
Kay Sievers
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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user