You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/06/07 22:36:13 UTC

[1/2] incubator-trafficcontrol git commit: Update _postinstall

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 17b3176a8 -> b895cc14f


Update _postinstall

Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/c26d0489
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/c26d0489
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/c26d0489

Branch: refs/heads/master
Commit: c26d0489cb115d108a25f880e0d5874cbff2243c
Parents: 17b3176
Author: David Neuman <ne...@apache.org>
Authored: Wed Jun 7 14:14:55 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Wed Jun 7 16:35:56 2017 -0600

----------------------------------------------------------------------
 traffic_ops/install/bin/_postinstall | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/c26d0489/traffic_ops/install/bin/_postinstall
----------------------------------------------------------------------
diff --git a/traffic_ops/install/bin/_postinstall b/traffic_ops/install/bin/_postinstall
index 09b1b3b..a1b31fb 100755
--- a/traffic_ops/install/bin/_postinstall
+++ b/traffic_ops/install/bin/_postinstall
@@ -851,7 +851,7 @@ sub main {
 
     my $dbh = Database::connect($databaseConfFile, $todbconf);
     if (!$dbh) {
-        InstallUtils::logger("Can't connect to the database.  Use the script `/opt/traffic_ops/install/bin/db_bootstrap.sh` on the db server to create it and run `postinstall` again.", "error");
+        InstallUtils::logger("Can't connect to the database.  Use the script `/opt/traffic_ops/install/bin/todb_bootstrap.sh` on the db server to create it and run `postinstall` again.", "error");
         exit(-1);
     }
 


[2/2] incubator-trafficcontrol git commit: This closes #654.

Posted by da...@apache.org.
This closes #654.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/b895cc14
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/b895cc14
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/b895cc14

Branch: refs/heads/master
Commit: b895cc14fd0ea1b9cf58a42fbdc35f5681d2428e
Parents: c26d048
Author: Dan Kirkwood <da...@gmail.com>
Authored: Wed Jun 7 16:36:03 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Wed Jun 7 16:36:03 2017 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------