1
1
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:
Tom Gundersen 2012-06-09 01:08:37 +02:00 committed by Kay Sievers
parent 8e8eb8fbaf
commit 4bf43a32a9

View File

@ -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
;;