summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-05-22 08:36:13 -0700
committeryardenac2013-05-22 08:36:13 -0700
commitde89b44923c16d26e79be3d62cd74c4bd6d7cd52 (patch)
treee36823dfabb8cbca1ea717ceb0ca241c25609cc8
parentd1a08e95cf750d1f9298686a4832654ad7c61e47 (diff)
downloadaur-de89b44923c16d26e79be3d62cd74c4bd6d7cd52.tar.gz
shorter upgrade messages
-rw-r--r--install12
1 files changed, 4 insertions, 8 deletions
diff --git a/install b/install
index e38910b7a0fc..42bca3e13b90 100644
--- a/install
+++ b/install
@@ -5,16 +5,12 @@ post_install() {
post_upgrade() {
[ "$(vercmp $2 2.6.4-4)" -lt 0 ] && cat <<EOF
-<<<
-<<< The anti-spam and anti-virus features has been disabled by default,you
-<<< need to mannully enable them by comment the follow lines in /etc/amavisd.conf
-<<<
-<<< # @bypass_virus_checks_maps = (1); # controls running of anti-virus code
-<<< # @bypass_spam_checks_maps = (1); # controls running of anti-spam code
-<<<
+<<< To use virus or spam filters, comment these lines in /etc/amavisd/amavisd.conf:
+<<< @bypass_virus_checks_maps = (1);
+<<< @bypass_spam_checks_maps = (1);
EOF
[ "$(vercmp $2 2.8.0-1)" -lt 0 ] && cat <<EOF
-<<< Homedir, pid & lock files are now in volatile storage at: /run/amavis
+<<< Homedir, pid & lock files are now in /run/amavis
<<< You must update /etc/amavisd/amavisd.conf to prevent breakage!
EOF
post_install