[systemd-devel] [PATCH] arch: drop sysvcompat support

Tom Gundersen teg at jklm.no
Fri Jun 8 16:08:37 PDT 2012


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 70f3e96..c5d93a5 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
                 ;;
-- 
1.7.10.4



More information about the systemd-devel mailing list