Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
74d2dcf0
Commit
74d2dcf0
authored
Jun 23, 2011
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: FS#1654 - installer typo prevents saslauthd conf
parent
d85c3dae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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