delete old and add new (big restructure after move to git

This commit is contained in:
Mario Fetka
2011-11-20 10:06:30 +01:00
parent d9b6300a83
commit 94beb63256
134 changed files with 13330 additions and 6570 deletions

View File

@@ -0,0 +1,19 @@
diff --git a/bin/vmware-config.pl b/bin/vmware-config.pl
index def4df8..9f6d6b7 100755
--- a/bin/vmware-config.pl
+++ b/bin/vmware-config.pl
@@ -2280,10 +2280,10 @@ sub db_get_files_to_restore {
sub uninstall_file {
my $file = shift;
- if (not db_file_in($file)) {
- # Not installed by this program
- return;
- }
+ #if (not db_file_in($file)) {
+ # # Not installed by this program
+ # return;
+ #}
if (file_name_exist($file)) {
if (file_changed_db_ts($file) || db_userfile_in($file)) {

View File

@@ -1,10 +1,10 @@
#!/sbin/runscript
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server/files/vmware-server-2.rc,v 1.1 2009/05/09 21:55:17 ikelos Exp $
# $Header: $
depend() {
need localmount hald
need localmount
use logger net
after samba
}