From 4bf43a32a96465d2f9c244adea3e661075f208bf Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sat, 9 Jun 2012 01:08:37 +0200 Subject: [PATCH] arch: drop sysvcompat support Our downstream generator takes care of all the sysvcompat support we need. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2bb50c048..e0a252677 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ;; -- 2.30.2