summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2009-04-03 17:47:17 -0700
committerslioch <slioch@eng-140.vyatta.com>2009-04-03 17:47:17 -0700
commita491bc2e6ac9a29da186937a7c7071609b5816a4 (patch)
treed5fb56ae0135fc76f94d81679427dea2f8244710 /scripts
parent015f21235196822a68630da3e74994304c3542c3 (diff)
downloadvyatta-cfg-a491bc2e6ac9a29da186937a7c7071609b5816a4.tar.gz
vyatta-cfg-a491bc2e6ac9a29da186937a7c7071609b5816a4.zip
remove rank loading from loadconfig. rank load is disabled--will remove ordering code (that has no effect) in a future submission.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-config-loader.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-config-loader.pl b/scripts/vyatta-config-loader.pl
index 856799a..57ceb47 100755
--- a/scripts/vyatta-config-loader.pl
+++ b/scripts/vyatta-config-loader.pl
@@ -73,7 +73,7 @@ foreach (@all_nodes) {
my ($path_ref, $rank) = @$_;
if ($rank != $cur_rank) {
# commit all nodes with the same rank together.
- $ret = system("$commit_cmd");
+ $ret = 0; #system("$commit_cmd");
if ($ret >> 8) {
print OLDOUT "Commit failed at rank $cur_rank\n";
print WARN "Commit failed at rank $cur_rank\n";