summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2011-06-21 22:14:59 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2011-06-27 13:18:34 +0200
commit162f46dd8c4bde8fd760f8adc9e29ad849712a53 (patch)
treeb80d0ddeccc07812460dd41b49393aade4bab89f
parent3cac75204699274e4a4e1f1d78b5abf1d0f4a964 (diff)
downloadptxdist-162f46dd8c4bde8fd760f8adc9e29ad849712a53.tar.gz
ptxdist-162f46dd8c4bde8fd760f8adc9e29ad849712a53.tar.xz
systemd: convert into menu entry
systemd has sub options, so let's convert it into a menuconfig and align it correctly. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--rules/systemd.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/systemd.in b/rules/systemd.in
index 0b91c0d49..d9e1a3485 100644
--- a/rules/systemd.in
+++ b/rules/systemd.in
@@ -1,6 +1,6 @@
## SECTION=shell_and_console
-config SYSTEMD
+menuconfig SYSTEMD
tristate
select ROOTFS_RUN
select LIBC_PTHREAD
@@ -10,7 +10,7 @@ config SYSTEMD
select UDEV
select UDEV_LIBUDEV
select UDEV_EXPERIMENTAL
- prompt "systemd"
+ prompt "systemd "
help
systemd is a system and session manager for Linux, compatible with SysV
and LSB init scripts. systemd provides aggressive parallelization