diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-01-17 11:12:17 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-01-17 11:12:17 (GMT) |
commit | 84d74bbbf404229e8d5c3619e45b4e3beb0a1f38 (patch) | |
tree | b28bb25412488d316449adfc14f69012f558c7e9 | |
parent | e68c18dea814725bc2862e660b7007ff59e5c79d (diff) | |
download | kolab-conf-84d74bbbf404229e8d5c3619e45b4e3beb0a1f38.tar.gz |
Revert "Make sure the service we reload is effectively @@@webserver_pkg@@@"
This reverts commit fcc8c7d707a621687f49a7cb05c63207795e9d63.
This commit didn't make any sense while not just the template was in fact spot on accurate while kolabsrv had been updated as well
-rw-r--r-- | conf/templates/php.ini.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/templates/php.ini.template b/conf/templates/php.ini.template index bcd4b69..53193c5 100644 --- a/conf/templates/php.ini.template +++ b/conf/templates/php.ini.template @@ -2,7 +2,7 @@ KOLAB_META_START TARGET=@@@phpini_dir@@@/php.ini PERMISSIONS=0640 OWNERSHIP=@@@webserver_musr@@@:@@@webserver_grp@@@ -RUNONCHANGE=@@@KOLABRC@@@ rc @@@webserver_pkg@@@ reload +RUNONCHANGE=@@@KOLABRC@@@ rc apache reload COMMENT_CHAR=; KOLAB_META_END @@@warning@@@ |