delete old and add new (big restructure after move to git
This commit is contained in:
@@ -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)) {
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user