SF.net SVN: postfixadmin:[1611] trunk/setup.php
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2013-12-26 13:48:13
|
Revision: 1611 http://sourceforge.net/p/postfixadmin/code/1611 Author: christian_boltz Date: 2013-12-26 13:48:10 +0000 (Thu, 26 Dec 2013) Log Message: ----------- setup.php: - add hint about SELinux and AppArmor if templates_c is not writeable https://sourceforge.net/p/postfixadmin/feature-requests/112/ Modified Paths: -------------- trunk/setup.php Modified: trunk/setup.php =================================================================== --- trunk/setup.php 2013-12-22 16:50:55 UTC (rev 1610) +++ trunk/setup.php 2013-12-26 13:48:10 UTC (rev 1611) @@ -149,6 +149,7 @@ { print "<li><b>Error: Smarty template compile directory templates_c is not writable.</b><br />\n"; print "<b>Please make it writable.</b><br />\n"; + print "<b>If you are using SELinux or AppArmor, you might need to adjust their setup to allow write access.</b><br />\n"; $error =+ 1; } else { print "<li>Smarty template compile directory is writable - OK<br />\n"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |