Revision fd401f7d
Added by Renato Botelho almost 10 years ago
tools/templates/pkg-install.in | ||
---|---|---|
4 | 4 |
exit 0 |
5 | 5 |
fi |
6 | 6 |
|
7 |
/usr/local/sbin/fcgicli -f /etc/rc.packages -d "pkg=%%PORTNAME%%&when=${2}" |
|
7 |
/usr/local/bin/php -f /etc/rc.packages %%PORTNAME%% ${2} |
Also available in: Unified diff
Do not depend of php-fpm to be running to process Additional Packages install/deinstall scripts, instead call php cli direct