From deab0cad95b18dffeca82562469bf8095b1c957d Mon Sep 17 00:00:00 2001 From: Alex Kozyrev Date: Thu, 9 Aug 2018 12:37:58 -0400 Subject: [PATCH] Include reference to PTP in config_controller prompt for system date and time Change-Id: I9db26d9bf0aa0b463480983af00418fea9f5c6f7 Story: 2002935 Task: 22922 Signed-off-by: Alex Kozyrev --- controllerconfig/centos/build_srpm.data | 2 +- .../controllerconfig/controllerconfig/configassistant.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controllerconfig/centos/build_srpm.data b/controllerconfig/centos/build_srpm.data index 2c70540d3a..d732a7e202 100755 --- a/controllerconfig/centos/build_srpm.data +++ b/controllerconfig/centos/build_srpm.data @@ -1,2 +1,2 @@ SRC_DIR="controllerconfig" -TIS_PATCH_VER=145 +TIS_PATCH_VER=146 diff --git a/controllerconfig/controllerconfig/controllerconfig/configassistant.py b/controllerconfig/controllerconfig/controllerconfig/configassistant.py index b74db58ed2..99fbba73e3 100644 --- a/controllerconfig/controllerconfig/controllerconfig/configassistant.py +++ b/controllerconfig/controllerconfig/controllerconfig/configassistant.py @@ -532,7 +532,7 @@ class ConfigAssistant(): print textwrap.fill( "The system date and time must be set now. Note that UTC " "time must be used and that the date and time must be set as " - "accurately as possible, even if NTP is to be configured " + "accurately as possible, even if NTP/PTP is to be configured " "later.", 80) print