version 1.45, 2019/07/02 19:40:13
|
version 1.59, 2024/04/24 21:57:16
|
Line 54 if ('<DIST />' eq 'suse9.3' || '<DIST />
|
Line 54 if ('<DIST />' eq 'suse9.3' || '<DIST />
|
@norunlevels = qw/0 1 6/; |
@norunlevels = qw/0 1 6/; |
$checker_bin = '/usr/sbin/sysv-rc-conf'; |
$checker_bin = '/usr/sbin/sysv-rc-conf'; |
$webserver = 'apache2'; |
$webserver = 'apache2'; |
} elsif (('<DIST />' eq 'ubuntu18') || ('<DIST />' eq 'sles15')) { |
} elsif (('<DIST />' eq 'ubuntu18') || ('<DIST />' eq 'ubuntu20') || |
|
('<DIST />' eq 'ubuntu22') || ('<DIST />' eq 'ubuntu24') || |
|
('<DIST />' eq 'sles15')) { |
$webserver = 'apache2'; |
$webserver = 'apache2'; |
$use_systemctl = 1; |
$use_systemctl = 1; |
$systemctl_only = 1; |
$systemctl_only = 1; |
} elsif (('<DIST />' eq 'fedora26') || ('<DIST />' eq 'fedora27') || |
} elsif (('<DIST />' eq 'fedora26') || ('<DIST />' eq 'fedora27') || |
('<DIST />' eq 'fedora28') || ('<DIST />' eq 'fedora29') || |
('<DIST />' eq 'fedora28') || ('<DIST />' eq 'fedora29') || |
('<DIST />' eq 'fedora30') || ('<DIST />' eq 'centos8') || |
('<DIST />' eq 'fedora30') || ('<DIST />' eq 'fedora31') || |
('<DIST />' eq 'rhes8') || ('<DIST />' eq 'oracle7')) { |
('<DIST />' eq 'fedora32') || ('<DIST />' eq 'fedora33') || |
|
('<DIST />' eq 'fedora34') || ('<DIST />' eq 'fedora35') || |
|
('<DIST />' eq 'fedora36') || ('<DIST />' eq 'fedora37') || |
|
('<DIST />' eq 'fedora38') || ('<DIST />' eq 'centos8') || |
|
('<DIST />' eq 'rhes8') || ('<DIST />' eq 'oracle7') || |
|
('<DIST />' eq 'oracle8') || ('<DIST />' eq 'rocky8') || |
|
('<DIST />' eq 'alma8') || ('<DIST />' eq 'centos8-stream') || |
|
('<DIST />' eq 'centos9-stream') || ('<DIST />' eq 'rhes9') || |
|
('<DIST />' eq 'oracle9') || ('<DIST />' eq 'rocky9') || |
|
('<DIST />' eq 'alma9')) { |
$use_systemctl = 1; |
$use_systemctl = 1; |
$systemctl_only = 1; |
$systemctl_only = 1; |
} |
} |
Line 100 foreach my $service ($webserver,'loncont
|
Line 111 foreach my $service ($webserver,'loncont
|
if ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10' || '<DIST />' eq 'ubuntu12' || '<DIST />' eq 'ubuntu14' || '<DIST />' eq 'ubuntu16') { |
if ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' || '<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10' || '<DIST />' eq 'ubuntu12' || '<DIST />' eq 'ubuntu14' || '<DIST />' eq 'ubuntu16') { |
print " $checker_bin --level $nrlstr $service off".$/; |
print " $checker_bin --level $nrlstr $service off".$/; |
} else { |
} else { |
print " $checker_bin --add $webserver".$/; |
print " $checker_bin --add $service".$/; |
} |
} |
print " $checker_bin --level $rlstr $service on".$/; |
print " $checker_bin --level $rlstr $service on".$/; |
} else { |
} else { |