packages: VMware-server/VMware-server-vmware-config-skip-pam.d-vmware-authd...

adamg adamg at pld-linux.org
Sun Jan 31 17:23:50 CET 2010


Author: adamg                        Date: Sun Jan 31 16:23:50 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new;  do not install pam.d file in vmware-config, we already did that

---- Files affected:
packages/VMware-server:
   VMware-server-vmware-config-skip-pam.d-vmware-authd-install.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/VMware-server/VMware-server-vmware-config-skip-pam.d-vmware-authd-install.patch
diff -u /dev/null packages/VMware-server/VMware-server-vmware-config-skip-pam.d-vmware-authd-install.patch:1.1
--- /dev/null	Sun Jan 31 17:23:50 2010
+++ packages/VMware-server/VMware-server-vmware-config-skip-pam.d-vmware-authd-install.patch	Sun Jan 31 17:23:45 2010
@@ -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;
================================================================


More information about the pld-cvs-commit mailing list