From 66b18fd20b78187c9172be803954e1140932c7cb Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 26 Nov 2003 00:14:59 +0000 Subject: [PATCH] Rename timeoutcmd -> ontimeout --- isolinux.asm | 4 ++-- keywords | 2 +- keywords.inc | 2 +- ldlinux.asm | 4 ++-- parseconfig.inc | 8 ++++---- pxelinux.asm | 4 ++-- syslinux.doc | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/isolinux.asm b/isolinux.asm index e8e9806..ad1c324 100644 --- a/isolinux.asm +++ b/isolinux.asm @@ -133,7 +133,7 @@ dir_clust resd 1 ; Length in clusters VKernelBuf: resb vk_size ; "Current" vkernel alignb 4 AppendBuf resb max_cmd_len+1 ; append= -TimeOutCmd resb max_cmd_len+1 ; timeoutcmd +Ontimeout resb max_cmd_len+1 ; ontimeout KbdMap resb 256 ; Keyboard map FKeyName resb 10*FILENAME_MAX ; File names for F-key help NumBuf resb 15 ; Buffer to load number @@ -1609,7 +1609,7 @@ img_table: ; Misc initialized (data) variables ; AppendLen dw 0 ; Bytes in append= command -TimeOutCmdLen dw 0 ; Bytes in timeoutcmd command +OntimeoutLen dw 0 ; Bytes in ontimeout command KbdTimeOut dw 0 ; Keyboard timeout (if any) CmdLinePtr dw cmd_line_here ; Command line advancing pointer initrd_flag equ $ diff --git a/keywords b/keywords index 4a4f71f..4e55f15 100644 --- a/keywords +++ b/keywords @@ -13,7 +13,7 @@ prompt say serial timeout -timeoutcmd +ontimeout f0 f1 f2 diff --git a/keywords.inc b/keywords.inc index b7c18eb..2fcae3b 100644 --- a/keywords.inc +++ b/keywords.inc @@ -57,7 +57,7 @@ keywd_table: keyword say, pc_say keyword serial, pc_serial keyword timeout, pc_timeout - keyword timeoutcmd, pc_timeoutcmd + keyword ontimeout, pc_ontimeout keyword f1, pc_fkey, FKeyName+(0< to -- 2.7.4