From 8401e9f91d65c3d8d49cf0d2e35d03146354e957 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Thu, 5 Jul 2012 17:20:02 -0700 Subject: MeeGo: Remove build support for MeeGo distribution. The MeeGo distribution is still a supported distribution, but will probably not see an updated version of systemd anymore. Most of the development is focussing on Tizen now, and the generic support for building --with-distro=other is more than adequate enough. This patch removes the support as a custom configuration build target in systemd. People who are still building this for the MeeGo distribution should build as "other" distro. --- units/rescue.service.m4.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'units') diff --git a/units/rescue.service.m4.in b/units/rescue.service.m4.in index 9d09062b1a..2c6e0ec671 100644 --- a/units/rescue.service.m4.in +++ b/units/rescue.service.m4.in @@ -27,10 +27,7 @@ ExecStart=-/bin/bash -c "exec ${SINGLE}"', m4_ifdef(`TARGET_MAGEIA', `EnvironmentFile=/etc/sysconfig/init ExecStart=-/bin/bash -c "exec ${SINGLE}"', -m4_ifdef(`TARGET_MEEGO', -`EnvironmentFile=/etc/sysconfig/init -ExecStart=-/bin/bash -c "exec ${SINGLE}"', -`ExecStart=-/sbin/sulogin')))) +`ExecStart=-/sbin/sulogin'))) ExecStopPost=-@SYSTEMCTL@ --fail --no-block default Type=idle StandardInput=tty-force -- cgit v1.2.3-54-g00ecf