From: cphillip Date: Mon, 8 Jul 2002 21:08:56 +0000 (+0000) Subject: o Initialize privilege separation setting at the beginning of the script X-Git-Tag: OPENSSH_GSI_GPT_0_9~10 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/2c034b75d9ad9914ded999a3a61ee545798200dd o Initialize privilege separation setting at the beginning of the script 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. --- diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index 9ef155b..3555985 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -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.