53 | | post-install { |
54 | | ui_msg "****************************************************************" |
55 | | ui_msg "* *" |
56 | | ui_msg "* If you run ejabberd for the first time, then you must rename *" |
57 | | ui_msg "* the following configuration files by removing the .sample *" |
58 | | ui_msg "* extension: *" |
59 | | ui_msg "* *" |
60 | | ui_msg "* cd ${prefix}/etc/ejabberd/ *" |
61 | | foreach file ${conf_files} { |
62 | | ui_msg "* mv ${file}.sample ${file}" |
63 | | } |
64 | | ui_msg "* *" |
65 | | ui_msg "****************************************************************" |
| 53 | notes " |
| 54 | Before running ${name} for the first time, you must copy the sample\ |
| 55 | configuration files: |
| 56 | |
| 57 | cd ${prefix}/etc/ejabberd/ |
| 58 | " |
| 59 | foreach file ${conf_files} { |
| 60 | notes-append "cp ${file}.sample ${file}" |