]> err.no Git - sope/commitdiff
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@872 e4a50df8-12e2-0310-a44c-efbce...
authorfrank <frank@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 8 Jul 2005 12:22:45 +0000 (12:22 +0000)
committerfrank <frank@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 8 Jul 2005 12:22:45 +0000 (12:22 +0000)
13 files changed:
maintenance/mod_ngobjweb_conectiva10.spec
maintenance/mod_ngobjweb_fedora.spec
maintenance/mod_ngobjweb_mdk100.spec
maintenance/mod_ngobjweb_mdk101.spec
maintenance/mod_ngobjweb_redhat9.spec
maintenance/mod_ngobjweb_rhel3.spec
maintenance/mod_ngobjweb_rhel4.spec
maintenance/mod_ngobjweb_sles9.spec
maintenance/mod_ngobjweb_slss8.spec
maintenance/mod_ngobjweb_suse82.spec
maintenance/mod_ngobjweb_suse91.spec
maintenance/mod_ngobjweb_suse92.spec
maintenance/mod_ngobjweb_suse93.spec

index 1d8746db9ed6193e0836afe755f4ed53e7fa8356..9057fcd3ecdf0b59392628543adb45ac9c23f118 100644 (file)
@@ -1,5 +1,6 @@
 %define apache_modules_dir %{_usr}/lib/apache/modules
 %define apache_conf_dir    %{_sysconfdir}/apache/conf/conf.d
+%define apache_initscript  %{_sysconfdir}/init.d/apache
 %define ngobjweb_requires  apache
 
 Summary:      mod_ngobjweb apache module
@@ -59,6 +60,7 @@ if [ $1 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** trigger ******************************
@@ -83,6 +85,8 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-webui.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-xmlrpcd
@@ -97,8 +101,12 @@ echo "# configuration needed to access the OGo XMLRPCd via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
+
+%{apache_initscript} restart
 fi
 
+%{apache_initscript} restart
+
 %triggerin -- ogo-zidestore
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo ZideStore via http
@@ -111,6 +119,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogoall
@@ -154,6 +164,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerun -- ogoall
@@ -167,6 +179,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-webui-app
@@ -174,6 +187,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-xmlrpcd
@@ -181,6 +195,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-zidestore
@@ -188,6 +203,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** clean ********************************
index ad6da35398a18036dc039ea1b3ee00016f6617ac..eafdb7902746fa4fc330bd752629ba6f93b01f56 100644 (file)
@@ -1,5 +1,6 @@
 %define apache_modules_dir %{_usr}/lib/httpd/modules
 %define apache_conf_dir    %{_sysconfdir}/httpd/conf.d
+%define apache_initscript  %{_sysconfdir}/init.d/httpd
 %define ngobjweb_requires  httpd
 
 Summary:      mod_ngobjweb apache module
@@ -59,6 +60,7 @@ if [ $1 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** trigger ******************************
@@ -83,6 +85,8 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-webui.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-xmlrpcd
@@ -97,6 +101,8 @@ echo "# configuration needed to access the OGo XMLRPCd via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-zidestore
@@ -111,6 +117,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogoall
@@ -154,6 +162,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerun -- ogoall
@@ -167,6 +177,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-webui-app
@@ -174,6 +185,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-xmlrpcd
@@ -181,6 +193,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-zidestore
@@ -188,6 +201,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** clean ********************************
index 9c241d1e072649162ce034eaa7d90b27b2e5084d..b6abaac4f9b29b2ea9e52455ad9f6bc1278ce2df 100644 (file)
@@ -1,5 +1,6 @@
 %define apache_modules_dir %{_usr}/lib/apache2
 %define apache_conf_dir    %{_sysconfdir}/httpd/conf.d
+%define apache_initscript  %{_sysconfdir}/init.d/httpd
 %define ngobjweb_requires  apache2
 
 Summary:      mod_ngobjweb apache module
@@ -59,6 +60,7 @@ if [ $1 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** trigger ******************************
@@ -83,6 +85,8 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-webui.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-xmlrpcd
@@ -97,6 +101,8 @@ echo "# configuration needed to access the OGo XMLRPCd via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-zidestore
@@ -111,6 +117,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogoall
@@ -154,6 +162,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerun -- ogoall
@@ -167,6 +177,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-webui-app
@@ -174,6 +185,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-xmlrpcd
@@ -181,6 +193,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-zidestore
@@ -188,6 +201,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** clean ********************************
index 326ba0ef0c9e63a8f72e95d90f9b1f32d53df363..59167a699a2e5aaa0b91330a594596ef15a8af3c 100644 (file)
@@ -1,5 +1,6 @@
 %define apache_modules_dir %{_usr}/lib/apache2
 %define apache_conf_dir    %{_sysconfdir}/httpd/conf.d
+%define apache_initscript  %{_sysconfdir}/init.d/httpd
 %define ngobjweb_requires  apache2
 
 Summary:      mod_ngobjweb apache module
@@ -59,6 +60,7 @@ if [ $1 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** trigger ******************************
@@ -83,6 +85,8 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-webui.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-xmlrpcd
@@ -97,6 +101,8 @@ echo "# configuration needed to access the OGo XMLRPCd via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-zidestore
@@ -111,6 +117,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogoall
@@ -154,6 +162,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerun -- ogoall
@@ -167,6 +177,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-webui-app
@@ -174,6 +185,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-xmlrpcd
@@ -181,6 +193,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-zidestore
@@ -188,6 +201,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** clean ********************************
index 1d0961e0ffbc25bb3b0ad7bea51be230fbbb8ecb..70820683c7870c6e0e48f93b41e500f3504401e2 100644 (file)
@@ -1,5 +1,6 @@
 %define apache_modules_dir %{_usr}/lib/httpd/modules
 %define apache_conf_dir    %{_sysconfdir}/httpd/conf.d
+%define apache_initscript  %{_sysconfdir}/init.d/httpd
 %define ngobjweb_requires  httpd
 
 Summary:      mod_ngobjweb apache module
@@ -59,6 +60,7 @@ if [ $1 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** trigger ******************************
@@ -83,6 +85,8 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-webui.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-xmlrpcd
@@ -97,6 +101,8 @@ echo "# configuration needed to access the OGo XMLRPCd via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-zidestore
@@ -111,6 +117,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogoall
@@ -154,6 +162,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerun -- ogoall
@@ -167,6 +177,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-webui-app
@@ -174,6 +185,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-xmlrpcd
@@ -181,6 +193,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-zidestore
@@ -188,6 +201,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** clean ********************************
index 3352cb5c2fc359370f626a833f8371750236b4e1..56e46a233fee97635af251f345d62c5e1600cd39 100644 (file)
@@ -1,5 +1,6 @@
 %define apache_modules_dir %{_usr}/lib/httpd/modules
 %define apache_conf_dir    %{_sysconfdir}/httpd/conf.d
+%define apache_initscript  %{_sysconfdir}/init.d/httpd
 %define ngobjweb_requires  httpd
 
 Summary:      mod_ngobjweb apache module
@@ -83,6 +84,8 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-webui.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-xmlrpcd
@@ -97,6 +100,8 @@ echo "# configuration needed to access the OGo XMLRPCd via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-zidestore
@@ -111,6 +116,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogoall
@@ -154,6 +161,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerun -- ogoall
@@ -167,6 +176,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-webui-app
@@ -174,6 +184,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-xmlrpcd
@@ -181,6 +192,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-zidestore
@@ -188,6 +200,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** clean ********************************
index bdbf9d5e632f56dcd789c87ea22271333ea4fc8f..7c392ab01ac3d01b8bf25b8619000cabe4ea5b72 100644 (file)
@@ -1,5 +1,6 @@
 %define apache_modules_dir %{_usr}/lib/httpd/modules
 %define apache_conf_dir    %{_sysconfdir}/httpd/conf.d
+%define apache_initscript  %{_sysconfdir}/init.d/httpd
 %define ngobjweb_requires  httpd
 
 Summary:      mod_ngobjweb apache module
@@ -59,6 +60,7 @@ if [ $1 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** trigger ******************************
@@ -83,6 +85,8 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-webui.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-xmlrpcd
@@ -97,6 +101,8 @@ echo "# configuration needed to access the OGo XMLRPCd via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-zidestore
@@ -111,6 +117,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogoall
@@ -154,6 +162,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerun -- ogoall
@@ -167,6 +177,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-webui-app
@@ -174,6 +185,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-xmlrpcd
@@ -181,6 +193,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-zidestore
@@ -188,6 +201,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** clean ********************************
index bbbabc36e571ef2ef45300e551c670cb1415f47f..1b9379762f5da9e51a26221061e33cb101f41c9e 100644 (file)
@@ -1,5 +1,6 @@
 %define apache_modules_dir %{_usr}/lib/apache2
 %define apache_conf_dir    %{_sysconfdir}/apache2/conf.d
+%define apache_initscript  %{_sysconfdir}/init.d/apache2
 %define ngobjweb_requires  apache2
 
 Summary:      mod_ngobjweb apache module
@@ -59,6 +60,7 @@ if [ $1 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** trigger ******************************
@@ -83,6 +85,8 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-webui.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-xmlrpcd
@@ -97,6 +101,8 @@ echo "# configuration needed to access the OGo XMLRPCd via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-zidestore
@@ -111,6 +117,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogoall
@@ -154,6 +162,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerun -- ogoall
@@ -167,6 +177,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-webui-app
@@ -174,6 +185,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-xmlrpcd
@@ -181,6 +193,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-zidestore
@@ -188,6 +201,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** clean ********************************
index e6a876a3a625e3cf908eb4581b06ca547f7577cb..c58eaa405f790a50658084ce9db7213f357e92f4 100644 (file)
@@ -1,5 +1,6 @@
 %define apache_modules_dir %{_usr}/lib/apache
 %define apache_conf_dir    %{_sysconfdir}/httpd
+%define apache_initscript  %{_sysconfdir}/init.d/apache
 %define ngobjweb_requires  apache
 
 Summary:      mod_ngobjweb apache module
@@ -59,6 +60,7 @@ if [ $1 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** trigger ******************************
@@ -83,6 +85,8 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-webui.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-xmlrpcd
@@ -97,6 +101,8 @@ echo "# configuration needed to access the OGo XMLRPCd via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-zidestore
@@ -111,6 +117,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogoall
@@ -154,6 +162,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerun -- ogoall
@@ -174,6 +184,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-xmlrpcd
@@ -181,6 +192,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-zidestore
@@ -188,6 +200,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** clean ********************************
index ebb73b07172fd172647a803c86d1a63c1fed94c6..519888b5a5f968dd86fe24526255fe00cf19d015 100644 (file)
@@ -1,5 +1,6 @@
 %define apache_modules_dir %{_usr}/lib/apache2
 %define apache_conf_dir    %{_sysconfdir}/apache2/conf.d
+%define apache_initscript  %{_sysconfdir}/init.d/apache2
 %define ngobjweb_requires  apache2
 
 Summary:      mod_ngobjweb apache module
@@ -59,6 +60,7 @@ if [ $1 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** trigger ******************************
@@ -83,6 +85,8 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-webui.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-xmlrpcd
@@ -97,6 +101,8 @@ echo "# configuration needed to access the OGo XMLRPCd via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-zidestore
@@ -111,6 +117,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogoall
@@ -154,6 +162,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerun -- ogoall
@@ -167,6 +177,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-webui-app
@@ -174,6 +185,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-xmlrpcd
@@ -181,6 +193,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-zidestore
@@ -188,6 +201,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** clean ********************************
index bbbabc36e571ef2ef45300e551c670cb1415f47f..1b9379762f5da9e51a26221061e33cb101f41c9e 100644 (file)
@@ -1,5 +1,6 @@
 %define apache_modules_dir %{_usr}/lib/apache2
 %define apache_conf_dir    %{_sysconfdir}/apache2/conf.d
+%define apache_initscript  %{_sysconfdir}/init.d/apache2
 %define ngobjweb_requires  apache2
 
 Summary:      mod_ngobjweb apache module
@@ -59,6 +60,7 @@ if [ $1 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** trigger ******************************
@@ -83,6 +85,8 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-webui.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-xmlrpcd
@@ -97,6 +101,8 @@ echo "# configuration needed to access the OGo XMLRPCd via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-zidestore
@@ -111,6 +117,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogoall
@@ -154,6 +162,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerun -- ogoall
@@ -167,6 +177,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-webui-app
@@ -174,6 +185,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-xmlrpcd
@@ -181,6 +193,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-zidestore
@@ -188,6 +201,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** clean ********************************
index bbbabc36e571ef2ef45300e551c670cb1415f47f..1b9379762f5da9e51a26221061e33cb101f41c9e 100644 (file)
@@ -1,5 +1,6 @@
 %define apache_modules_dir %{_usr}/lib/apache2
 %define apache_conf_dir    %{_sysconfdir}/apache2/conf.d
+%define apache_initscript  %{_sysconfdir}/init.d/apache2
 %define ngobjweb_requires  apache2
 
 Summary:      mod_ngobjweb apache module
@@ -59,6 +60,7 @@ if [ $1 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** trigger ******************************
@@ -83,6 +85,8 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-webui.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-xmlrpcd
@@ -97,6 +101,8 @@ echo "# configuration needed to access the OGo XMLRPCd via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-zidestore
@@ -111,6 +117,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogoall
@@ -154,6 +162,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerun -- ogoall
@@ -167,6 +177,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-webui-app
@@ -174,6 +185,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-xmlrpcd
@@ -181,6 +193,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-zidestore
@@ -188,6 +201,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** clean ********************************
index 21c6edac6c46d7485132fed3004e7574b9a9ae64..34fdbbf46db7e5ff3a2aa0b103f5750f4f268322 100644 (file)
@@ -1,5 +1,6 @@
 %define apache_modules_dir %{_usr}/lib/apache2
 %define apache_conf_dir    %{_sysconfdir}/apache2/conf.d
+%define apache_initscript  %{_sysconfdir}/init.d/apache2
 %define ngobjweb_requires  apache2
 
 Summary:      mod_ngobjweb apache module
@@ -59,6 +60,7 @@ if [ $1 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** trigger ******************************
@@ -83,6 +85,8 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-webui.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-xmlrpcd
@@ -97,6 +101,8 @@ echo "# configuration needed to access the OGo XMLRPCd via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogo-zidestore
@@ -111,6 +117,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerin -- ogoall
@@ -154,6 +162,8 @@ echo "# configuration needed to access the OGo ZideStore via http
   </LocationMatch>
 </IfModule>
 " >%{apache_conf_dir}/ogo-zidestore.conf
+
+%{apache_initscript} restart
 fi
 
 %triggerun -- ogoall
@@ -167,6 +177,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-webui-app
@@ -174,6 +185,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-xmlrpcd
@@ -181,6 +193,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
+  %{apache_initscript} restart
 fi
 
 %triggerun -- ogo-zidestore
@@ -188,6 +201,7 @@ if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
   fi
+  %{apache_initscript} restart
 fi
 
 # ****************************** clean ********************************