Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
74d2dcf0
Commit
74d2dcf0
authored
Jun 23, 2011
by
tbrehm
Browse files
Fixed: FS#1654 - installer typo prevents saslauthd conf
parent
d85c3dae
Changes
1
Show whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
74d2dcf0
...
...
@@ -122,7 +122,7 @@ class installer_base {
if
(
is_installed
(
'getmail'
))
$conf
[
'getmail'
][
'installed'
]
=
true
;
if
(
is_installed
(
'courierlogger'
))
$conf
[
'courier'
][
'installed'
]
=
true
;
if
(
is_installed
(
'dovecot'
))
$conf
[
'dovecot'
][
'installed'
]
=
true
;
if
(
is_installed
(
'sasl
s
authd'
))
$conf
[
'saslauthd'
][
'installed'
]
=
true
;
if
(
is_installed
(
'saslauthd'
))
$conf
[
'saslauthd'
][
'installed'
]
=
true
;
if
(
is_installed
(
'amavisd-new'
))
$conf
[
'amavis'
][
'installed'
]
=
true
;
if
(
is_installed
(
'clamdscan'
))
$conf
[
'clamav'
][
'installed'
]
=
true
;
if
(
is_installed
(
'pure-ftpd'
)
||
is_installed
(
'pure-ftpd-wrapper'
))
$conf
[
'pureftpd'
][
'installed'
]
=
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment