From d7b2815e0dedb8517b2ad49e0c5c6804ed1b8a40 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Tue, 9 Nov 2004 07:47:24 +0000 Subject: warn to create sasldb2 by yourself in BATCH mode. Suggested by: matusita --- security/cyrus-sasl2/pkg-install | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/cyrus-sasl2') 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 ;; -- cgit v1.2.3