aboutsummaryrefslogtreecommitdiff
path: root/loginutils/Config.in
diff options
context:
space:
mode:
authorTim Riker <tim@rikers.org>2006-01-25 00:08:53 +0000
committerTim Riker <tim@rikers.org>2006-01-25 00:08:53 +0000
commitc1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch)
tree5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /loginutils/Config.in
parentf64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff)
downloadbusybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz
busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2
busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip
just whitespace
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r--loginutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 89f699850..48bb1fee3 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -85,7 +85,7 @@ config CONFIG_GETTY
85 85
86config CONFIG_FEATURE_UTMP 86config CONFIG_FEATURE_UTMP
87 bool " Support utmp file" 87 bool " Support utmp file"
88 depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_WHO 88 depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_WHO
89 default n 89 default n
90 help 90 help
91 The file /var/run/utmp is used to track who is currently logged in. 91 The file /var/run/utmp is used to track who is currently logged in.
@@ -96,7 +96,7 @@ config CONFIG_FEATURE_WTMP
96 default n 96 default n
97 select CONFIG_FEATURE_UTMP 97 select CONFIG_FEATURE_UTMP
98 help 98 help
99 The file /var/run/wtmp is used to track when user's have logged into 99 The file /var/run/wtmp is used to track when user's have logged into
100 and logged out of the system. 100 and logged out of the system.
101 101
102config CONFIG_LOGIN 102config CONFIG_LOGIN