Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
208
Merge Requests
208
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
a6abda87
Commit
a6abda87
authored
Jul 01, 2010
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/dovecot: fix another typo in post-install
parent
d75e9a94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
main/dovecot/APKBUILD
main/dovecot/APKBUILD
+1
-1
main/dovecot/dovecot.post-install
main/dovecot/dovecot.post-install
+2
-2
No files found.
main/dovecot/APKBUILD
View file @
a6abda87
...
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
dovecot
pkgver
=
1.2.12
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"IMAP and POP3 server"
url
=
"http://www.dovecot.org/"
license
=
"LGPL-2.1"
...
...
main/dovecot/dovecot.post-install
View file @
a6abda87
...
...
@@ -16,8 +16,8 @@ dovecot_conf=/etc/dovecot/dovecot.conf
ssl_cert_file
=
ssl_key_file
=
if
[
-r
"
$dovecot_conf
"
]
;
then
ssl_cert_file
=
$(
awk
-F
'[[:space:]*=[[:space:]]*'
'/^ssl_cert_file/ { print $2}'
$dovecot_conf
)
ssl_cert_file
=
$(
awk
-F
'[[:space:]*=[[:space:]]*'
'/^ssl_key_file/ { print $2}'
$dovecot_conf
)
ssl_cert_file
=
$(
awk
-F
'[[:space:]
]
*=[[:space:]]*'
'/^ssl_cert_file/ { print $2}'
$dovecot_conf
)
ssl_cert_file
=
$(
awk
-F
'[[:space:]
]
*=[[:space:]]*'
'/^ssl_key_file/ { print $2}'
$dovecot_conf
)
fi
CERTFILE
=
${
ssl_cert_file
:-
$CERTDIR
/server.pem
}
...
...
Natanael Copa
@ncopa
mentioned in commit
3f891e18
·
Jul 12, 2019
mentioned in commit
3f891e18
mentioned in commit 3f891e18acc49bd692ca1177b52263e1a0c32754
Toggle commit list
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