Date: Sat, 15 Aug 2015 16:07:28 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394328 - in head/mail/squirrelmail: . files Message-ID: <201508151607.t7FG7SJa042492@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Aug 15 16:07:27 2015 New Revision: 394328 URL: https://svnweb.freebsd.org/changeset/ports/394328 Log: Remove the suggestion to add session.auto_start=1 to php.ini if logging in fails. On modern PHP, it *makes* logging in fail. PORTREVISION bump to be on the safe side. PR: 202226 Submitted by: freebsd@alexus.org Modified: head/mail/squirrelmail/Makefile head/mail/squirrelmail/files/pkg-message.in Modified: head/mail/squirrelmail/Makefile ============================================================================== --- head/mail/squirrelmail/Makefile Sat Aug 15 16:02:47 2015 (r394327) +++ head/mail/squirrelmail/Makefile Sat Aug 15 16:07:27 2015 (r394328) @@ -3,6 +3,7 @@ PORTNAME= squirrelmail PORTVERSION= 20150324 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= LOCAL/adamw/squirrelmail DISTNAME= ${PORTNAME}-${PORTVERSION}_0200-SVN.stable Modified: head/mail/squirrelmail/files/pkg-message.in ============================================================================== --- head/mail/squirrelmail/files/pkg-message.in Sat Aug 15 16:02:47 2015 (r394327) +++ head/mail/squirrelmail/files/pkg-message.in Sat Aug 15 16:07:27 2015 (r394328) @@ -6,13 +6,10 @@ To activate SquirrelMail, you must compl 2) Make sure the following is set in your php.ini: file_uploads = On -3) If you have trouble logging in, add the following to your php.ini: - session.auto_start = 1 - -4) Configure your installation. +3) Configure your installation. SQUIRRELMAIL WILL NOT WORK UNTIL THIS HAS BEEN DONE. cd %%SQUIRRELDIR%% && ./configure -5) It is best practice to change the data/user preference directory +4) It is best practice to change the data/user preference directory (under General Options) to somewhere outside of %%SQUIRRELDIR%%.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508151607.t7FG7SJa042492>