commit: e68d2a798da9004d0de5befa961d9bd2d3d24192 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org> AuthorDate: Mon Oct 29 17:22:11 2018 +0000 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org> CommitDate: Mon Nov 12 03:34:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68d2a79
app-backup/bacula: Fix typo in postinst. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 app-backup/bacula/bacula-9.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/bacula/bacula-9.2.1.ebuild b/app-backup/bacula/bacula-9.2.1.ebuild index 4d4577e24ba..d29d8013339 100644 --- a/app-backup/bacula/bacula-9.2.1.ebuild +++ b/app-backup/bacula/bacula-9.2.1.ebuild @@ -436,5 +436,5 @@ pkg_postinst() { einfo "you have to enable 'USE=qt5'." einfo einfo "/var/lib/bacula/tmp was configured for archivedir. This dir will be used during" - einfo "restores, so be sure to set it to an appropriate in dir in the bacula config." + einfo "restores, so be sure to set it to an appropriate dir in the bacula config." }