]> git.pld-linux.org Git - packages/VMware-server.git/blame - VMware-server-vmware-config-skip-pam.d-vmware-authd-install.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/VMware-server.git] / VMware-server-vmware-config-skip-pam.d-vmware-authd-install.patch
CommitLineData
051a05d7
AG
1--- vmware-server-distrib/bin/vmware-config.pl~ 2010-01-31 18:08:30.000000000 +0100
2+++ vmware-server-distrib/bin/vmware-config.pl 2010-01-31 18:10:48.000000000 +0100
3@@ -8501,7 +8501,6 @@
4 . '>/dev/null 2>&1');
5
6 configure_authd();
7- configure_wgs_pam_d();
8 fix_vmlist_permissions();
9 }
10
11@@ -8814,17 +8813,6 @@
12 install_symlink($webAccessLogDir . '/work', $work_dir);
13 }
14
15-# Move the /etc/vmware/pam.d information to its real home in /etc/pam.d
16-sub configure_wgs_pam_d {
17- my $dir = '/etc/pam.d';
18- my $o_file = $gRegistryDir . '/pam.d/vmware-authd';
19-
20- if (system(shell_string($gHelper{'cp'}) . ' -p ' . $o_file . ' ' . $dir)) {
21- error('Unable to copy the VMware vmware-authd PAM file to ' . $dir
22- . "\n\n");
23- }
24-}
25-
26 # both configuration.
27 sub show_net_config {
28 my $bridge_flag = shift;
This page took 0.055357 seconds and 4 git commands to generate.