]> git.pld-linux.org Git - packages/VMware-server.git/commitdiff
- new; do not install pam.d file in vmware-config, we already did that
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 31 Jan 2010 16:23:45 +0000 (16:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VMware-server-vmware-config-skip-pam.d-vmware-authd-install.patch -> 1.1

VMware-server-vmware-config-skip-pam.d-vmware-authd-install.patch [new file with mode: 0644]

diff --git a/VMware-server-vmware-config-skip-pam.d-vmware-authd-install.patch b/VMware-server-vmware-config-skip-pam.d-vmware-authd-install.patch
new file mode 100644 (file)
index 0000000..9f29a90
--- /dev/null
@@ -0,0 +1,28 @@
+--- vmware-server-distrib/bin/vmware-config.pl~        2010-01-31 18:08:30.000000000 +0100
++++ vmware-server-distrib/bin/vmware-config.pl 2010-01-31 18:10:48.000000000 +0100
+@@ -8501,7 +8501,6 @@
+          . '>/dev/null 2>&1');
+   configure_authd();
+-  configure_wgs_pam_d();
+   fix_vmlist_permissions();
+ }
+@@ -8814,17 +8813,6 @@
+   install_symlink($webAccessLogDir . '/work', $work_dir);
+ }
+-#  Move the /etc/vmware/pam.d information to its real home in /etc/pam.d
+-sub configure_wgs_pam_d {
+-  my $dir = '/etc/pam.d';
+-  my $o_file = $gRegistryDir . '/pam.d/vmware-authd';
+-
+-  if (system(shell_string($gHelper{'cp'}) . ' -p ' . $o_file . ' ' . $dir)) {
+-    error('Unable to copy the VMware vmware-authd PAM file to ' . $dir
+-          . "\n\n");
+-  }
+-}
+-
+ # both configuration.
+ sub show_net_config {
+   my $bridge_flag = shift;
This page took 0.078358 seconds and 4 git commands to generate.