]> andersk Git - gssapi-openssh.git/blobdiff - setup/setup-openssh.pl
o Don't update PidFile at postinstall time.
[gssapi-openssh.git] / setup / setup-openssh.pl
index 69d839e84f68e64b2bcc1a5a0fe23a8bcf1bd62f..48bd2088efa6d8574e42ac94cf79b3883b3d6ab1 100644 (file)
@@ -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
This page took 3.775444 seconds and 4 git commands to generate.