diff options
author | Andrew Tkalia <anddt@yandex.ru> | 2014-04-28 23:17:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-28 23:17:35 +0700 |
commit | 8c9261b2348253b0be4f1fb2c1e3c9141a45696b (patch) | |
tree | c5f4705e51f6ccdd6e84ff3b029136de814e5640 /network/prosody/doinst.sh | |
parent | 278c5b0fe14c8c508bb115c4cdea2feabbe2645b (diff) | |
download | slackbuilds-8c9261b2348253b0be4f1fb2c1e3c9141a45696b.tar.gz |
network/prosody: Updated for version 0.9.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/prosody/doinst.sh')
-rw-r--r-- | network/prosody/doinst.sh | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/network/prosody/doinst.sh b/network/prosody/doinst.sh index 4cac92dbfa..330cafc8a7 100644 --- a/network/prosody/doinst.sh +++ b/network/prosody/doinst.sh @@ -8,9 +8,13 @@ config() { fi } -config etc/prosody/migrator.cfg.lua.new config etc/prosody/prosody.cfg.lua.new +config etc/prosody/migrator.cfg.lua.new +config etc/prosody/certs/openssl.cnf.new config etc/prosody/certs/localhost.key.new -config etc/prosody/certs/localhost.cert.new +config etc/prosody/certs/example.com.key.new +config etc/prosody/certs/example.com.crt.new config etc/prosody/certs/Makefile.new -config etc/prosody/certs/openssl.cnf.new +config etc/prosody/certs/localhost.cnf.new +config etc/prosody/certs/example.com.cnf.new +config etc/prosody/certs/localhost.crt.new |