diff options
author | Mike Auty <ikelos@gentoo.org> | 2006-05-06 12:35:44 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2006-05-06 12:35:44 +0000 |
commit | cc558d05051861a4f0943963d7152489dcfc07f7 (patch) | |
tree | ac84808059e772018c76b184e8a9f5a308c8406b /app-emulation/vmware-server/files/vmware-server-1.0.0.22874-config6.patch | |
parent | Fix the manifest for the previous vmware-modules checkin. (diff) | |
download | vmware-cc558d05051861a4f0943963d7152489dcfc07f7.tar.gz vmware-cc558d05051861a4f0943963d7152489dcfc07f7.tar.bz2 vmware-cc558d05051861a4f0943963d7152489dcfc07f7.zip |
BIG update for the vmware-* packages, including:
* New patch system
* Cleaned up files directory
* New vmware-modules build system
* New vmware-pkg eclass (to be used for workstation/player/etc eventually)
* Vmware-console now finally installed as vmware-server-console
svn path=/trunk/; revision=33
Diffstat (limited to 'app-emulation/vmware-server/files/vmware-server-1.0.0.22874-config6.patch')
-rw-r--r-- | app-emulation/vmware-server/files/vmware-server-1.0.0.22874-config6.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-emulation/vmware-server/files/vmware-server-1.0.0.22874-config6.patch b/app-emulation/vmware-server/files/vmware-server-1.0.0.22874-config6.patch deleted file mode 100644 index 89c4e16..0000000 --- a/app-emulation/vmware-server/files/vmware-server-1.0.0.22874-config6.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- vmware-server-distrib/bin/vmware-config.pl 2006-03-20 20:04:45.000000000 +0000 -+++ vmware-server-distrib/bin/vmware-config.pl 2006-03-20 20:08:01.000000000 +0000 -@@ -6255,17 +6255,17 @@ - #Restart xinetd - sub restart_xinetd { - my $xinetd_restart = db_get_answer('INITSCRIPTSDIR') . '/xinetd'; -+ if (!system(shell_string($gHelper{'killall'}) . ' -USR2 xinetd')) { -+ return; -+ } - if (-e $xinetd_restart) { -- if (!system(shell_string($xinetd_restart) . ' restart')) { -- return; -+ if (system(shell_string($xinetd_restart) . ' restart')) { -+ query('Unable to make the Internet super-server (xinetd) re-read its ' -+ . 'configuration file. Please restart xinetd by hand:' . "\n" -+ . ' killall -v -USR2 xinetd' . "\n\n" -+ . 'Hit enter to continue.', '', 0); - } - } -- if (system(shell_string($gHelper{'killall'}) . ' -USR2 xinetd')) { -- query('Unable to make the Internet super-server (xinetd) re-read its ' -- . 'configuration file. Please restart xinetd by hand:' . "\n" -- . ' killall -v -USR2 xinetd' . "\n\n" -- . 'Hit enter to continue.', '', 0); -- } - } - - # Update the Internet super-server's configuration file, and make the |