You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2019/07/10 20:50:55 UTC

[vcl] branch develop updated (5f6cc5b -> 39d199f)

This is an automated email from the ASF dual-hosted git repository.

jfthomps pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/vcl.git.


    from 5f6cc5b  vclmessages.pl: added license header
     add 4724fdb  VCL-1116 - use database hostnames for ad joined computers
     new dc1b56f  Merge branch 'VCL-1116_use_database_hostnames_for_ad_joined_computers' into develop
     new 39d199f  Ubuntu.pm: commented out get_network_configuration so that base version of function in Linux.pm will be used instead; the output of ifconfig changed in Ubuntu 18 such that the base function worked better for older and newer versions of Ubuntu

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm |  2 ++
 web/.ht-inc/addomain.php                         |  2 ++
 web/js/resources/addomain.js                     | 16 ++++++++++++----
 3 files changed, 16 insertions(+), 4 deletions(-)


[vcl] 02/02: Ubuntu.pm: commented out get_network_configuration so that base version of function in Linux.pm will be used instead; the output of ifconfig changed in Ubuntu 18 such that the base function worked better for older and newer versions of Ubuntu

Posted by jf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jfthomps pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/vcl.git

commit 39d199f78c37ac72f2eec286c9325f22bc5fcf6e
Author: Josh Thompson <jf...@ncsu.edu>
AuthorDate: Wed Jul 10 16:48:13 2019 -0400

    Ubuntu.pm: commented out get_network_configuration so that base version of function in Linux.pm will be used instead; the output of ifconfig changed in Ubuntu 18 such that the base function worked better for older and newer versions of Ubuntu
---
 managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm b/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm
index a74d74b..0b73160 100644
--- a/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm
+++ b/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm
@@ -154,6 +154,7 @@ sub set_password {
 
 =cut
 
+=head2 comment out this get_network_configuration to use version of function in Linux.
 sub get_network_configuration {
 	my $self = shift;
 	if (ref($self) !~ /VCL::Module/i) {
@@ -238,6 +239,7 @@ sub get_network_configuration {
 	return $self->{network_configuration};
 		
 }
+=cut
 
 #//////////////////////////////////////////////////////////////////////////////
 


[vcl] 01/02: Merge branch 'VCL-1116_use_database_hostnames_for_ad_joined_computers' into develop

Posted by jf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jfthomps pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/vcl.git

commit dc1b56f9cebc64feddf7a1167309b3c70cf75c55
Merge: 5f6cc5b 4724fdb
Author: Josh Thompson <jf...@ncsu.edu>
AuthorDate: Tue Jul 9 15:51:52 2019 -0400

    Merge branch 'VCL-1116_use_database_hostnames_for_ad_joined_computers' into develop

 web/.ht-inc/addomain.php     |  2 ++
 web/js/resources/addomain.js | 16 ++++++++++++----
 2 files changed, 14 insertions(+), 4 deletions(-)