wok rev 1229

perdition: add message in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 10 19:18:47 2008 +0000 (2008-08-10)
parents f7e8d89a6645
children 95fe34e2fc7f
files perdition/receipt
line diff
     1.1 --- a/perdition/receipt	Sun Aug 10 11:50:32 2008 +0000
     1.2 +++ b/perdition/receipt	Sun Aug 10 19:18:47 2008 +0000
     1.3 @@ -53,6 +53,18 @@
     1.4  	for i in pop3 pop3s imap4 imap4s imaps; do
     1.5  		chown nobody.nogroup $1/var/run/perdition.$i
     1.6  	done
     1.7 +	cat <<EOF
     1.8 +----
     1.9 +Perdition will forward to the 127.0.0.1:50143 imap server.
    1.10 +Can you change listen="imap" to listen="50143" in /etc/cyrus.conf
    1.11 +and restart cyrus-imap, or modify files in /etc/perdition.
    1.12 +To start $PACKAGE server you can run :
    1.13 +
    1.14 +    /etc/init.d/$PACKAGE start
    1.15 +    
    1.16 +Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf
    1.17 +----
    1.18 +EOF
    1.19  }
    1.20  
    1.21  repack_cleanup()