diff options
Diffstat (limited to 'security/cyrus-sasl2/pkg-install')
-rw-r--r-- | security/cyrus-sasl2/pkg-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/pkg-install b/security/cyrus-sasl2/pkg-install index ae250992f24d..12bff1b7f267 100644 --- a/security/cyrus-sasl2/pkg-install +++ b/security/cyrus-sasl2/pkg-install @@ -92,6 +92,10 @@ case $2 in POST-INSTALL) if [ "${PKG_BATCH}" = "NO" ]; then create_sasldb + elif [ ! -f ${SASLDB_NAME} ]; then + echo "*** We do not create ${SASLDB_NAME} automatically in" + echo "*** BATCH mode. Please create it by yourself. It should be" + echo "*** owner: ${CYRUS_USER}, group: mail, mode: 0640." fi ;; |