X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=php-apc-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0c376bef3a970e7d5c1da458301a85d375f66ab3;hp=b044beac776291e656c8e7650ed95b31cd8071d5;hb=ee0feebcacb67dc20c63b4475bb8405de42fdda3;hpb=6176e9f9550d66372f3bc3f2e557ce0a9941665f diff --git a/debian/postinst b/debian/postinst index b044bea..0c376be 100755 --- a/debian/postinst +++ b/debian/postinst @@ -30,10 +30,10 @@ 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.$$" <