No # allowed for comment in php conf since php 7

This commit is contained in:
Daniel Berteaud 2017-07-08 12:22:57 +02:00
parent 440227bf34
commit 17cf6724ee
2 changed files with 13 additions and 0 deletions

View File

@ -22,8 +22,10 @@ foreach my $file qw( /etc/php-fpm.conf
/etc/opt/remi/php71/php-fpm.d/www.conf
/etc/opt/remi/php71/php-fpm.d/shares.conf ){
templates2events($file, qw(webapps-update bootstrap-console-save));
safe_symlink('/etc/e-smith/template-default/template-begin-ini', "root$file");
}
event_link("php-pool-dirs", "share-create", "90");
event_link("php-pool-dirs", "share-modify", "90");
event_link("php-pool-dirs", "share-modify-server", "90");

View File

@ -0,0 +1,11 @@
;------------------------------------------------------------
; !!DO NOT MODIFY THIS FILE!!
;
; Manual changes will be lost when this file is regenerated.
;
; Please read the developer's guide, which is available
; at http://www.contribs.org/development/
;
; Copyright (C) 1999-2006 Mitel Networks Corporation
;------------------------------------------------------------