summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames An2017-02-13 04:59:47 -0500
committerJames An2017-02-13 04:59:47 -0500
commit223ff844a8cde6c374ae0a14c86dd0348474df2a (patch)
treea09d0dde004d0cb213d168641ff4e3cf1ba16910 /PKGBUILD
parentf6728c2d4c6d90524b545af3127b47eae6b4d02e (diff)
downloadaur-223ff844a8cde6c374ae0a14c86dd0348474df2a.tar.gz
Fixed PHP configuration so Aegir-specific directives do not affect other unrelated PHP processes not using the Aegir PHP-FPM pool.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89afd4ffbcec..df59cc387cbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=aegir
pkgver=7.x_3.9
-pkgrel=3
+pkgrel=4
pkgdesc="Configuration for a dedicated Aegir server to host Drupal sites."
arch=('any')
url='http://aegirproject.org'
@@ -33,7 +33,6 @@ source=("$pkgname.service"
'nginx.systemd.conf'
'php-fpm.conf'
'php-fpm.systemd.conf'
- 'php.ini'
'sudoers'
)
md5sums=('81c8f6285f3f17184dc8655e2942f3fc'
@@ -51,7 +50,6 @@ package() {
install -dm750 "$pkgdir/etc/sudoers.d"
install -Dm644 msmtprc "$pkgdir/etc/msmtprc.$pkgname"
install -Dm644 nginx.conf "$pkgdir/etc/nginx/$pkgname.conf"
- install -Dm644 php.ini "$pkgdir/etc/php/conf.d/$pkgname.ini"
install -Dm644 php-fpm.conf "$pkgdir/etc/php/fpm.d/$pkgname.conf"
install -Dm400 sudoers "$pkgdir/etc/sudoers.d/$pkgname"
install -Dm644 --owner=http --group=http <( ) "$pkgdir/var/spool/cron/$pkgname"