ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / nail / postinst
blobb951771ae8ab13b8cdea1d26d61dd05c9a00a1d7
1 #!/bin/sh
3 if [ ! -f /opt/etc/nail.rc ] ; then
4 cp /opt/doc/nail/nail.rc /opt/etc/nail.rc
5 fi
7 echo ; echo
8 echo "Usage of sendmail is disabled in this version of nail due to missing"
9 echo "sendmail-package. nail is capable of using SMTP, read"
10 echo "http://nail.sourceforge.net/man/nail.1.html"
11 echo "to learn more about its usage."
12 echo