Skip to content

Commit

Permalink
fixed init script
Browse files Browse the repository at this point in the history
changed Bit9 to Cb in all documentation, inc version
  • Loading branch information
Jason McFarland committed Nov 1, 2017
1 parent d514b21 commit b570797
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Bit9 + Carbon Black
Copyright (c) 2017 Carbon Black Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ If you suspect a problem, please first look at the ThreatExchange connector logs
`/var/log/cb/integrations/threatexchange/threatexchange.log`
(There might be multiple files as the logger "rolls over" when the log file hits a certain size).

## Contacting Bit9 Developer Relations Support
## Contacting Carbon Black Developer Relations Support

Web: https://community.bit9.com/community/developer-relations
E-mail: dev-support@bit9.com
Web: https://community.carbonblack.com/community/developer-relations
E-mail: dev-support@carbonblack.com

### Reporting Problems

When you contact Bit9 Developer Relations Technical Support with an issue, please provide the following:
When you contact Carbon Black Developer Relations Technical Support with an issue, please provide the following:

* Your name, company name, telephone number, and e-mail address
* Product name/version, CB Server version, CB Sensor version
* Product name/version, Cb Response Server version, CB Sensor version
* Hardware configuration of the Carbon Black Server or computer (processor, memory, and RAM)
* For documentation issues, specify the version of the manual you are using.
* Action causing the problem, error message returned, and event log output (as appropriate)
Expand Down
2 changes: 1 addition & 1 deletion cbopensource/connectors/threatexchange/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def initialize_logging(self):

@property
def integration_name(self):
return 'Cb ThreatExchange Connector 1.2.2'
return 'Cb ThreatExchange Connector 1.2.3'

def create_feed(self):
return FeedHandler(generate_feed(
Expand Down
6 changes: 3 additions & 3 deletions python-cb-threatexchange-connector.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define name python-cb-threatexchange-connector
%define version 1.2
%define unmangled_version 1.2
%define release 2
%define release 3
%global _enable_debug_package 0
%global debug_package %{nil}
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
Expand All @@ -16,8 +16,8 @@ Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Prefix: %{_prefix}
BuildArch: x86_64
Vendor: Bit9
Url: http://www.bit9.com/
Vendor: Carbon Black Inc.
Url: http://www.carbonblack.com/

%description
UNKNOWN
Expand Down
2 changes: 1 addition & 1 deletion root/etc/init.d/cb-threatexchange-connector
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

exec="/usr/share/cb/integrations/threatexchange/bin/cb-threatexchange-connector"
prog="cb-threatexchange-connector"
pidfile="/var/run/cb/integrations/cb-threatexchange-connector.pid"
pidfile="/var/run/cb/integrations/threatexchange.pid"

lockfile=/var/lock/subsys/$prog

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3>
</table>
<br>
<tr>
<td>©Copyright Bit9 2014 All Rights Reserved</td>
<td>©Copyright 2017 Carbon Black Inc. All Rights Reserved</td>
</tr>
</table>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3>
<td><br></td>
</tr>
<tr>
<td>©Copyright Bit9 2014 All Rights Reserved</td>
<td>©Copyright 2017 Carbon Black Inc. All Rights Reserved</td>
</tr>
</table>
</body>
Expand Down

0 comments on commit b570797

Please sign in to comment.