X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/f6010978cba3b763638cc26674e5c32fb9b5b68f..fb6517a649b1ef3b5802269a3d99fdc1c5e496d1:/setup/setup-openssh.pl?ds=sidebyside diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index 69d839e..48bd208 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -844,12 +844,12 @@ sub copySSHDConfigFile $data = readFile($fileInput); - # - # alter the PidFile config - # - - $text = "PidFile\t$gpath/var/sshd.pid"; - $data =~ s:^[\s|#]*PidFile.*$:$text:gm; + # # + # # alter the PidFile config + # # + # + # $text = "PidFile\t$gpath/var/sshd.pid"; + # $data =~ s:^[\s|#]*PidFile.*$:$text:gm; # # set the sftp directive