diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2023-11-10 11:03:46 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2023-11-10 11:07:41 +0100 |
commit | 9cd534404378c3efa83fb42d45e6836cd1be7bc4 (patch) | |
tree | 2c9ba7d4eb678b9c8307d4a47950b9c2ee7d8b81 /app-backup/bacula/bacula-13.0.2-r2.ebuild | |
parent | x11-misc/pcmanfm-qt: Keyword 1.4.0 riscv, #917093 (diff) | |
download | gentoo-9cd534404378c3efa83fb42d45e6836cd1be7bc4.tar.gz gentoo-9cd534404378c3efa83fb42d45e6836cd1be7bc4.tar.bz2 gentoo-9cd534404378c3efa83fb42d45e6836cd1be7bc4.zip |
app-backup/bacula: Add comment
When changing port numbers of baculas components one needs to adapt the
pidfile naming in init.d scripts. Add a comment to emphasize this.
Thanks chris@novazur.fr for pointing to the problem.
Closes: https://bugs.gentoo.org/915613
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'app-backup/bacula/bacula-13.0.2-r2.ebuild')
-rw-r--r-- | app-backup/bacula/bacula-13.0.2-r2.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-backup/bacula/bacula-13.0.2-r2.ebuild b/app-backup/bacula/bacula-13.0.2-r2.ebuild index 8477869b3cab..8369e48a2977 100644 --- a/app-backup/bacula/bacula-13.0.2-r2.ebuild +++ b/app-backup/bacula/bacula-13.0.2-r2.ebuild @@ -423,4 +423,9 @@ pkg_postinst() { 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 + einfo "If you adapt the port numbers for baculas components in the config files" + einfo "make sure to adapt the file names for the pidfile accordingly" + einfo "(see init.d scripts)." } |