diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-04-25 15:54:14 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-04-25 15:54:14 -0700 |
commit | 14cbebe672f2fa690ac66a332c407d1aeec757fe (patch) | |
tree | bfddef31be75fab2a16908d7bca14e4f96786e3f /scripts/vyatta-update-cluster.pl | |
parent | 28eaf3b1608f678e70eab8b7ad0887ccc0c5c5eb (diff) | |
download | vyatta-cluster-14cbebe672f2fa690ac66a332c407d1aeec757fe.tar.gz vyatta-cluster-14cbebe672f2fa690ac66a332c407d1aeec757fe.zip |
remove calls to watchlink exclude scripts.
Diffstat (limited to 'scripts/vyatta-update-cluster.pl')
-rwxr-xr-x | scripts/vyatta-update-cluster.pl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/vyatta-update-cluster.pl b/scripts/vyatta-update-cluster.pl index 5dcdc47..dbe4b74 100755 --- a/scripts/vyatta-update-cluster.pl +++ b/scripts/vyatta-update-cluster.pl @@ -15,8 +15,6 @@ if ($config->isEmpty()) { # shutdown clustering. system("$HA_INIT stop"); - $config->del_watchlink_exclude(); - exit 0; } @@ -68,9 +66,6 @@ if (!chmod(0600, "$HA_DIR/authkeys")) { exit 1; } -$config->del_watchlink_exclude(); -$config->add_watchlink_exclude(); - # stop each service in case it is already started foreach (@init_services) { system("$SERVICE_DIR/$_ stop"); |