From: Katy Feng Date: Tue, 22 Aug 2023 18:11:41 +0000 (-0700) Subject: Modify the comment for the CONFNAME_DEPLOYPKG_PROCESSTIMEOUT value range. X-Git-Tag: stable-12.3.0~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b24b9b517c939059535aae8bfcd2ad70acaced1;p=thirdparty%2Fopen-vm-tools.git Modify the comment for the CONFNAME_DEPLOYPKG_PROCESSTIMEOUT value range. --- diff --git a/open-vm-tools/lib/include/conf.h b/open-vm-tools/lib/include/conf.h index 96c0aead1..babafc82e 100644 --- a/open-vm-tools/lib/include/conf.h +++ b/open-vm-tools/lib/include/conf.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (c) 2002-2022 VMware, Inc. All rights reserved. + * Copyright (c) 2002-2023 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -567,7 +567,7 @@ /** * Lets users configure the process timeout value in deployPkg - * Valid value range: 0x01 ~ 0xFF + * Valid value range: 1 ~ 3600 */ #define CONFNAME_DEPLOYPKG_PROCESSTIMEOUT "process-timeout"