diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2012-07-05 17:20:02 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-09 16:37:46 +0200 |
commit | 8401e9f91d65c3d8d49cf0d2e35d03146354e957 (patch) | |
tree | ee63f1a6634eb13c375f4505bd9a83d3e3331599 /units/rescue.service.m4.in | |
parent | 6aae0ed2d5915c28b27857fe0cf16e01b21a1882 (diff) |
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.
Diffstat (limited to 'units/rescue.service.m4.in')
-rw-r--r-- | units/rescue.service.m4.in | 5 |
1 files changed, 1 insertions, 4 deletions
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 |