X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=0c376bef3a970e7d5c1da458301a85d375f66ab3;hb=HEAD;hp=934e3f7b31bc4d0f492e8e1b3f04f4465e1dc54f;hpb=910184a123fb194605d206706c7e70cb7a6c4454;p=php-apc-cn.git diff --git a/debian/postinst b/debian/postinst index 934e3f7..0c376be 100755 --- a/debian/postinst +++ b/debian/postinst @@ -30,15 +30,15 @@ esac # Import CN toolsa . /usr/share/carnet-tools/functions.sh -CONF=/etc/php5/conf.d/apc.ini +CONF=/etc/php5/mods-available/apc.ini if [ -e "$CONF" ]; then - echo "CN: Enabling APC tuneups" + echo "CN: Enabling CARNet APC modifications" cp -a "$CONF" "$CONF.$$" cp-update --comment ';' php-apc-cn "$CONF.$$" <