mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
fix typo
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
f8d8aa1cea
commit
64827a2e5d
@ -259,7 +259,7 @@ config FEATURE_UTMP
|
|||||||
The file /var/run/utmp is used to track who is currently logged in.
|
The file /var/run/utmp is used to track who is currently logged in.
|
||||||
With this option on, certain applets (getty, login, telnetd etc)
|
With this option on, certain applets (getty, login, telnetd etc)
|
||||||
will create and delete entries there.
|
will create and delete entries there.
|
||||||
"who" apples requires this option.
|
"who" applet requires this option.
|
||||||
|
|
||||||
config FEATURE_WTMP
|
config FEATURE_WTMP
|
||||||
bool "Support wtmp file"
|
bool "Support wtmp file"
|
||||||
@ -270,7 +270,7 @@ config FEATURE_WTMP
|
|||||||
and logged out of the system.
|
and logged out of the system.
|
||||||
With this option on, certain applets (getty, login, telnetd etc)
|
With this option on, certain applets (getty, login, telnetd etc)
|
||||||
will append new entries there.
|
will append new entries there.
|
||||||
"last" apples requires this option.
|
"last" applet requires this option.
|
||||||
|
|
||||||
config FEATURE_PIDFILE
|
config FEATURE_PIDFILE
|
||||||
bool "Support writing pidfiles"
|
bool "Support writing pidfiles"
|
||||||
|
Loading…
Reference in New Issue
Block a user