Skip to content

Commit

Permalink
https://github.com/dmitrii-fediuk/5.9.188.84/issues/16
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Aug 23, 2023
1 parent 997ef42 commit b203ca8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion var/lib/dpkg/info/php7.4-cli.postinst
Expand Up @@ -20,7 +20,16 @@ if [ "$1" = "configure" ]; then
else
ucf /usr/lib/php/7.4/php.ini-production $phpini
fi
ucfr php7.4-cli $phpini
# 2023-08-23 Dmitrii Fediuk https://upwork.com/fl/mage2pro
# 1) «ucfr: Attempt from package php7.4-fpm to take /etc/php/7.4/common/php.ini away from package php7.4-cli»:
# https://github.com/dmitrii-fediuk/5.9.188.84/issues/16
# 2) "How did I fix
# «ucfr: Attempt from package php7.4-fpm to take /etc/php/7.4/common/php.ini away from package php7.4-cli»?":
# https://df.tips/t/1940
# 3) I have commented the following line out:
# ucfr php7.4-cli $phpini
# 4) https://www.commandlinux.com/man-page/man1/ucfr.1.html
# 5) https://www.commandlinux.com/man-page/man1/ucf.1.html

if [ -e /usr/lib/php/php-maintscript-helper ]; then
. /usr/lib/php/php-maintscript-helper
Expand Down
11 changes: 10 additions & 1 deletion var/lib/dpkg/info/php7.4-fpm.postinst
Expand Up @@ -35,7 +35,16 @@ if [ "$1" = "configure" ]; then
else
ucf /usr/lib/php/7.4/php.ini-production $phpini
fi
ucfr php7.4-fpm $phpini
# 2023-08-23 Dmitrii Fediuk https://upwork.com/fl/mage2pro
# 1) «ucfr: Attempt from package php7.4-fpm to take /etc/php/7.4/common/php.ini away from package php7.4-cli»:
# https://github.com/dmitrii-fediuk/5.9.188.84/issues/16
# 2) "How did I fix
# «ucfr: Attempt from package php7.4-fpm to take /etc/php/7.4/common/php.ini away from package php7.4-cli»?":
# https://df.tips/t/1940
# 3) I have commented the following line out:
# ucfr php7.4-fpm $phpini
# 4) https://www.commandlinux.com/man-page/man1/ucfr.1.html
# 5) https://www.commandlinux.com/man-page/man1/ucf.1.html

if [ -e /usr/lib/php/php-maintscript-helper ]; then
. /usr/lib/php/php-maintscript-helper
Expand Down

0 comments on commit b203ca8

Please sign in to comment.