[Kolab-devel] server/kolab/kolab kolab,1.17,1.17.2.1 by bernhard at doto.intevation.de
root at intevation.de
root at intevation.de
Tue Jul 29 16:20:54 CEST 2003
Update of /kolabrepository/server/kolab/kolab
In directory doto:/tmp/cvs-serv9862
Modified Files:
Tag: KOLAB_1_0
kolab
Log Message:
Fixed apachectl command used "graceful" as there is no "reload" with apache 1.3.
Index: kolab
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolab,v
retrieving revision 1.17
retrieving revision 1.17.2.1
diff -u -d -r1.17 -r1.17.2.1
--- kolab 26 May 2003 21:25:54 -0000 1.17
+++ kolab 29 Jul 2003 14:20:51 -0000 1.17.2.1
@@ -610,7 +610,7 @@
}
if ($haschanged{'apache'}) {
dolog("reloading apache");
- system("$kolab_prefix/sbin/apachectl reload");
+ system("$kolab_prefix/sbin/apachectl graceful");
}
if ($haschanged{'postfix'}) {
dolog("reloading postfix");
More information about the devel
mailing list