]> andersk Git - gssapi-openssh.git/commitdiff
o Initialize privilege separation setting at the beginning of the script
authorcphillip <cphillip>
Mon, 8 Jul 2002 21:08:56 +0000 (21:08 +0000)
committercphillip <cphillip>
Mon, 8 Jul 2002 21:08:56 +0000 (21:08 +0000)
      for the case where the SSHD configuration file isn't copied, and its
      value is still needed for the generic output given to the user at
      the end of the script's run.

setup/setup-openssh.pl

index 9ef155b60ca8ee3538cad3e6ef32a01d58bd16c9..3555985f2da6723bb06267356eeef279cb6e641d 100644 (file)
@@ -105,6 +105,12 @@ GetOptions(
             'verbose' => \$verbose,
           ) or pod2usage(2);
 
+#
+# miscellaneous initialization functions
+#
+
+setPrivilegeSeparation(0);
+
 #
 # main execution.  This should find its way into a subroutine at some future
 # point.
This page took 0.262262 seconds and 5 git commands to generate.