Some additional description based on a patch from Terje Kvernes

This commit is contained in:
Eric Andersen 2003-07-26 08:07:56 +00:00
parent ef73d3b5d9
commit ac00aa7599

View File

@ -38,8 +38,10 @@ config CONFIG_DUTMP
default n default n
help help
'dutmp' is a utility used by the Linux Router Project (as far as I 'dutmp' is a utility used by the Linux Router Project (as far as I
know nobody else uses it). It dumps the contents of the utmp file in know nobody else uses it). It dumps the contents of the utmp file to
a format that can be parsed by shell scripts. STDOUT with each field seperated by a colon. IP addresses are are
given in hex in native byte order. It is intended that this format
can then be parsed by shell scripts.
config CONFIG_HDPARM config CONFIG_HDPARM
bool "hdparm" bool "hdparm"
@ -131,8 +133,8 @@ config CONFIG_WATCHDOG
device drivers. It opens the specified watchdog device special file device drivers. It opens the specified watchdog device special file
and periodically writes a magic character to the device. If the and periodically writes a magic character to the device. If the
watchdog applet ever fails to write the magic character within a watchdog applet ever fails to write the magic character within a
certain amount of time, the watchdog device assumes that means the certain amount of time, the watchdog device assumes the system has
system has hung, and it will therefore cause the hardware to reboot. hung, and will cause the hardware to reboot.
endmenu endmenu