From: Tom Gundersen Date: Fri, 8 Jun 2012 23:08:37 +0000 (+0200) Subject: arch: drop sysvcompat support X-Git-Tag: v186~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bf43a32a96465d2f9c244adea3e661075f208bf;p=thirdparty%2Fsystemd.git arch: drop sysvcompat support Our downstream generator takes care of all the sysvcompat support we need. --- diff --git a/configure.ac b/configure.ac index 2bb50c0486e..e0a2526774d 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 ;;