X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=0c376bef3a970e7d5c1da458301a85d375f66ab3;hb=refs%2Ftags%2Fdebian%2F3.1.13.3;hp=2a3aa6d1f1132a8adae73b9115452ff94be81252;hpb=92cfaa373f9af60728141aa72a0aa84ed2c358b5;p=php-apc-cn.git diff --git a/debian/postinst b/debian/postinst index 2a3aa6d..0c376be 100755 --- a/debian/postinst +++ b/debian/postinst @@ -30,14 +30,14 @@ 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.$$" <