summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-10 20:19:01 -0700
committerTim Smith <tsmith@chef.io>2019-05-10 20:19:01 -0700
commitcaf68c3c3a4467ea2f814640574a385d34d6828b (patch)
treeb6174a8ce7d0b9532af8af3125256144eecf109a
parenta3fb91c2d7af72c0a2d1de40c81b2c14dabc0d2e (diff)
downloadchef-caf68c3c3a4467ea2f814640574a385d34d6828b.tar.gz
Update to Chef Infra Client in Add/Remove Programs & Event Loginfra_client
Make sure we're Chef Infra Client where the user sees it. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--ext/win32-eventlog/chef-log.man8
-rw-r--r--omnibus/config/projects/chef.rb2
-rw-r--r--omnibus/resources/chef/msi/localization-en-us.wxl.erb6
3 files changed, 8 insertions, 8 deletions
diff --git a/ext/win32-eventlog/chef-log.man b/ext/win32-eventlog/chef-log.man
index 10c28e739f..dade288b85 100644
--- a/ext/win32-eventlog/chef-log.man
+++ b/ext/win32-eventlog/chef-log.man
@@ -1,25 +1,25 @@
MessageId=10000
SymbolicName=RUN_START
Language=English
-Starting Chef Client run v%1
+Starting Chef Infra Client run v%1
.
MessageId=10001
SymbolicName=RUN_STARTED
Language=English
-Started Chef Client run %1
+Started Chef Infra Client run %1
.
MessageId=10002
SymbolicName=RUN_COMPLETED
Language=English
-Completed Chef Client run %1 in %2 seconds
+Completed Chef Infra Client run %1 in %2 seconds
.
MessageId=10003
SymbolicName=RUN_FAILED
Language=English
-Failed Chef Client run %1 in %2 seconds.%n
+Failed Chef Infra Client run %1 in %2 seconds.%n
Exception type: %3%n
Exception message: %4%n
Exception backtrace: %5%n
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb
index 754a1b7564..053a755d1d 100644
--- a/omnibus/config/projects/chef.rb
+++ b/omnibus/config/projects/chef.rb
@@ -15,7 +15,7 @@
#
name "chef"
-friendly_name "Chef Client"
+friendly_name "Chef Infra Client"
maintainer "Chef Software, Inc. <maintainers@chef.io>"
homepage "https://www.chef.io"
license "Chef EULA"
diff --git a/omnibus/resources/chef/msi/localization-en-us.wxl.erb b/omnibus/resources/chef/msi/localization-en-us.wxl.erb
index c5e8e5ddab..254a3722ab 100644
--- a/omnibus/resources/chef/msi/localization-en-us.wxl.erb
+++ b/omnibus/resources/chef/msi/localization-en-us.wxl.erb
@@ -34,9 +34,9 @@
<String Id="CustomizeDlgTextMsg">Select an option to change between the Chef's unattended execution options.</String>
<String Id="CustomizeDlgTextTitle">Chef Unattended Execution Options</String>
- <String Id="CustomizeDlgFirstRadioButtonText">Chef Client Scheduled Task</String>
- <String Id="CustomizeDlgSecondRadioButtonText">Chef Client Service</String>
+ <String Id="CustomizeDlgFirstRadioButtonText">Chef Infra Client Scheduled Task</String>
+ <String Id="CustomizeDlgSecondRadioButtonText">Chef Infra Client Service</String>
<String Id="CustomizeDlgThirdRadioButtonText">None</String>
- <String Id="CustomizeDlgOptionsMsg">The installer can configure the Chef Client to run periodically as either a scheduled task or a service. Using a scheduled task is recommended. For more information, see https://docs.chef.io/windows.html.</String>
+ <String Id="CustomizeDlgOptionsMsg">The installer can configure the Chef Infra Client to run periodically as either a scheduled task or a service. Using a scheduled task is recommended. For more information, see https://docs.chef.io/windows.html.</String>
</WixLocalization>