version 1.10, 2009/07/14 03:40:43
|
version 1.11, 2009/07/17 18:22:28
|
Line 44 if ('<DIST />' eq 'suse9.2' || '<DIST />
|
Line 44 if ('<DIST />' eq 'suse9.2' || '<DIST />
|
$configfiles = 'MySQL'; |
$configfiles = 'MySQL'; |
} elsif ('<DIST />' eq 'debian5' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8') { |
} elsif ('<DIST />' eq 'debian5' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8') { |
$configfiles = 'Apt and MySQL'; |
$configfiles = 'Apt and MySQL'; |
|
$mysqldaemon = 'mysql'; |
} |
} |
print "\nUpdating $configfiles configuration files\n"; |
print "\nUpdating $configfiles configuration files\n"; |
system("/home/httpd/perl/modify_config_files.pl"); |
system("/home/httpd/perl/modify_config_files.pl"); |