[systemd-commits] configure.ac

Kay Sievers kay at kemper.freedesktop.org
Sun Jun 10 08:34:23 PDT 2012


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4bf43a32a96465d2f9c244adea3e661075f208bf
Author: Tom Gundersen <teg at jklm.no>
Date:   Sat Jun 9 01:08:37 2012 +0200

    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 2bb50c0..e0a2526 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
                 ;;



More information about the systemd-commits mailing list