From 83514a2fa0c9377e76dcc323ab7e7756b7f86cc4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 4 Jan 2013 22:36:48 +0100 Subject: units: drop distro specific stuff from units Since rc-local is now enabled via the SysV compatibility we should only refer to it based on that too. --- units/console-getty.service.m4.in | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'units/console-getty.service.m4.in') diff --git a/units/console-getty.service.m4.in b/units/console-getty.service.m4.in index 9d80d4b6f6..0426050ee8 100644 --- a/units/console-getty.service.m4.in +++ b/units/console-getty.service.m4.in @@ -9,22 +9,7 @@ Description=Console Getty Documentation=man:agetty(8) After=systemd-user-sessions.service plymouth-quit-wait.service -m4_ifdef(`TARGET_FEDORA', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_ARCH', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_FRUGALWARE', -After=local.service -)m4_dnl -m4_ifdef(`TARGET_ALTLINUX', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_MANDRIVA', -After=rc-local.service -)m4_dnl -m4_ifdef(`TARGET_MAGEIA', +m4_ifdef(`HAVE_SYSV_COMPAT', After=rc-local.service )m4_dnl Before=getty.target -- cgit v1.2.3-54-g00ecf