Skip to content

Commit

Permalink
https://github.com/dmitrii-fediuk/5.9.188.84/issues/51
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 17, 2023
1 parent 6b29235 commit 7cbc2eb
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.3-cli.postinst
Expand Up @@ -20,7 +20,16 @@ if [ "$1" = "configure" ]; then
else
ucf /usr/lib/php/7.3/php.ini-production $phpini
fi
ucfr php7.3-cli $phpini
# 2023-10-17 Dmitrii Fediuk https://upwork.com/fl/mage2pro
# 1) «ucfr: Attempt from package php7.3-fpm to take /etc/php/7.3/common/php.ini away from package php7.3-cli»:
# https://github.com/dmitrii-fediuk/5.9.188.84/issues/51
# 2) "How did I fix
# «ucfr: Attempt from package php7.3-fpm to take /etc/php/7.3/common/php.ini away from package php7.3-cli»?":
# https://df.tips/t/2022
# 3) I have commented the following line out:
# ucfr php7.3-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.3-fpm.postinst
Expand Up @@ -35,7 +35,16 @@ if [ "$1" = "configure" ]; then
else
ucf /usr/lib/php/7.3/php.ini-production $phpini
fi
ucfr php7.3-fpm $phpini
# 2023-10-17 Dmitrii Fediuk https://upwork.com/fl/mage2pro
# 1) «ucfr: Attempt from package php7.3-fpm to take /etc/php/7.3/common/php.ini away from package php7.3-cli»:
# https://github.com/dmitrii-fediuk/5.9.188.84/issues/51
# 2) "How did I fix
# «ucfr: Attempt from package php7.3-fpm to take /etc/php/7.3/common/php.ini away from package php7.3-cli»?":
# https://df.tips/t/2022
# 3) I have commented the following line out:
# ucfr php7.3-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 7cbc2eb

Please sign in to comment.