Author: fapeeler
Date: Tue Apr 17 19:01:45 2012
New Revision: 1327224
URL: http://svn.apache.org/viewvc?rev=1327224&view=rev
Log:
VCL-570
typo
Modified:
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm
Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm?rev=1327224&r1=1327223&r2=1327224&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm
(original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux/Ubuntu.pm Tue
Apr 17 19:01:45 2012
@@ -608,7 +608,7 @@ sub generate_rc_local {
=cut
-sub generate_ext_sshd_start {
+sub generate_ext_sshd_sysVinit {
my $self = shift;
if (ref($self) !~ /ubuntu/i) {
notify($ERRORS{'CRITICAL'}, 0, "subroutine was called as a function, it
must be called as a class method");
@@ -720,7 +720,7 @@ sub generate_ext_sshd_start {
foreach my $l (@ext_ssh_conf_init) {
$l =~ s/OpenSSH\ server"/External\ OpenSSH\ server"/g;
$l =~ s/\/var\/run\/sshd/\/var\/run\/ext_sshd/g;
- $l =~ s/exec\ \/usr\/sbin\/sshd\ -D/exec\ \/usr\/sbin\/sshd\
-D\ -f\ \/etc\/ssh\/external_ssh.config/g;
+ $l =~ s/exec\ \/usr\/sbin\/sshd\ -D/exec\ \/usr\/sbin\/sshd\
-D\ -f\ \/etc\/ssh\/external_sshd_config/g;
}
#write_array to file