]> err.no Git - sope/commitdiff
corrected trigger usage
authorfrank <frank@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 1 Mar 2005 18:15:54 +0000 (18:15 +0000)
committerfrank <frank@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 1 Mar 2005 18:15:54 +0000 (18:15 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@605 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

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_sles9.spec
maintenance/mod_ngobjweb_slss8.spec
maintenance/mod_ngobjweb_suse82.spec
maintenance/mod_ngobjweb_suse91.spec
maintenance/mod_ngobjweb_suse92.spec

index fb6a4ac7bb8e198731dfd0bff69455c4174c58e3..f007f0728901d24d3ef15d1fbafa441375e21d55 100644 (file)
@@ -62,7 +62,7 @@ if [ $1 = 0 ]; then
 fi
 
 # ****************************** trigger ******************************
-%triggerin -- ogo-webui-app, ogoall
+%triggerin -- ogo-webui-app
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo webui
 #
@@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
 " >%{apache_conf_dir}/ogo-webui.conf
 fi
 
-%triggerin -- ogo-xmlrpcd, ogoall
+%triggerin -- ogo-xmlrpcd
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo XMLRPCd via http
 #
@@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
 fi
 
-%triggerin -- ogo-zidestore, ogoall
+%triggerin -- ogo-zidestore
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo ZideStore via http
 #
@@ -113,21 +113,74 @@ echo "# configuration needed to access the OGo ZideStore via http
 " >%{apache_conf_dir}/ogo-zidestore.conf
 fi
 
-%triggerun -- ogo-webui-app, ogoall
+%triggerin -- ogoall
+if [ $2 = 1 ]; then
+echo "# configuration needed to access the OGo webui
+#
+# explicitly allow access
+<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
+  Order allow,deny 
+  Allow from all 
+</Directory>
+# required aliases
+Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
+Alias /ArticleImages %{_var}/lib/opengroupware.org/news
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/OpenGroupware*">
+    SetAppPort 20000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-webui.conf
+echo "# configuration needed to access the OGo XMLRPCd via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/RPC2*">
+    SetAppPort 22000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-xmlrpcd.conf
+echo "# configuration needed to access the OGo ZideStore via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/zidestore/*">
+    SetAppPort 21000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogoall
+if [ $2 = 0 ]; then
+  if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-webui.conf
+  if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
+  if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogo-webui-app
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
 fi
 
-%triggerun -- ogo-xmlrpcd, ogoall
+%triggerun -- ogo-xmlrpcd
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
 fi
 
-%triggerun -- ogo-zidestore, ogoall
+%triggerun -- ogo-zidestore
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
index 8cd568495d75c0d0f7b10e114a5bdfa426d2b2d8..04fb8a7eabebd0ffd5e7eb015f47503b4796bcd2 100644 (file)
@@ -62,7 +62,7 @@ if [ $1 = 0 ]; then
 fi
 
 # ****************************** trigger ******************************
-%triggerin -- ogo-webui-app, ogoall
+%triggerin -- ogo-webui-app
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo webui
 #
@@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
 " >%{apache_conf_dir}/ogo-webui.conf
 fi
 
-%triggerin -- ogo-xmlrpcd, ogoall
+%triggerin -- ogo-xmlrpcd
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo XMLRPCd via http
 #
@@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
 fi
 
-%triggerin -- ogo-zidestore, ogoall
+%triggerin -- ogo-zidestore
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo ZideStore via http
 #
@@ -113,21 +113,74 @@ echo "# configuration needed to access the OGo ZideStore via http
 " >%{apache_conf_dir}/ogo-zidestore.conf
 fi
 
-%triggerun -- ogo-webui-app, ogoall
+%triggerin -- ogoall
+if [ $2 = 1 ]; then
+echo "# configuration needed to access the OGo webui
+#
+# explicitly allow access
+<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
+  Order allow,deny 
+  Allow from all 
+</Directory>
+# required aliases
+Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
+Alias /ArticleImages %{_var}/lib/opengroupware.org/news
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/OpenGroupware*">
+    SetAppPort 20000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-webui.conf
+echo "# configuration needed to access the OGo XMLRPCd via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/RPC2*">
+    SetAppPort 22000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-xmlrpcd.conf
+echo "# configuration needed to access the OGo ZideStore via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/zidestore/*">
+    SetAppPort 21000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogoall
+if [ $2 = 0 ]; then
+  if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-webui.conf
+  if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
+  if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogo-webui-app
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
 fi
 
-%triggerun -- ogo-xmlrpcd, ogoall
+%triggerun -- ogo-xmlrpcd
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
 fi
 
-%triggerun -- ogo-zidestore, ogoall
+%triggerun -- ogo-zidestore
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
index 64c2ceef9cdf32ea9017dc1d860f3dd0ac1f694e..0ac91f7812a986dc72d2f1ebe11b77e99b8edd8e 100644 (file)
@@ -62,7 +62,7 @@ if [ $1 = 0 ]; then
 fi
 
 # ****************************** trigger ******************************
-%triggerin -- ogo-webui-app, ogoall
+%triggerin -- ogo-webui-app
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo webui
 #
@@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
 " >%{apache_conf_dir}/ogo-webui.conf
 fi
 
-%triggerin -- ogo-xmlrpcd, ogoall
+%triggerin -- ogo-xmlrpcd
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo XMLRPCd via http
 #
@@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
 fi
 
-%triggerin -- ogo-zidestore, ogoall
+%triggerin -- ogo-zidestore
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo ZideStore via http
 #
@@ -113,21 +113,74 @@ echo "# configuration needed to access the OGo ZideStore via http
 " >%{apache_conf_dir}/ogo-zidestore.conf
 fi
 
-%triggerun -- ogo-webui-app, ogoall
+%triggerin -- ogoall
+if [ $2 = 1 ]; then
+echo "# configuration needed to access the OGo webui
+#
+# explicitly allow access
+<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
+  Order allow,deny 
+  Allow from all 
+</Directory>
+# required aliases
+Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
+Alias /ArticleImages %{_var}/lib/opengroupware.org/news
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/OpenGroupware*">
+    SetAppPort 20000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-webui.conf
+echo "# configuration needed to access the OGo XMLRPCd via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/RPC2*">
+    SetAppPort 22000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-xmlrpcd.conf
+echo "# configuration needed to access the OGo ZideStore via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/zidestore/*">
+    SetAppPort 21000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogoall
+if [ $2 = 0 ]; then
+  if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-webui.conf
+  if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
+  if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogo-webui-app
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
 fi
 
-%triggerun -- ogo-xmlrpcd, ogoall
+%triggerun -- ogo-xmlrpcd
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
 fi
 
-%triggerun -- ogo-zidestore, ogoall
+%triggerun -- ogo-zidestore
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
index e4901044f9c4b8497886b94f2d644d6894c70479..3a7f5e7243892e8a43e98ce8739f91e4164ca5e2 100644 (file)
@@ -62,7 +62,7 @@ if [ $1 = 0 ]; then
 fi
 
 # ****************************** trigger ******************************
-%triggerin -- ogo-webui-app, ogoall
+%triggerin -- ogo-webui-app
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo webui
 #
@@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
 " >%{apache_conf_dir}/ogo-webui.conf
 fi
 
-%triggerin -- ogo-xmlrpcd, ogoall
+%triggerin -- ogo-xmlrpcd
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo XMLRPCd via http
 #
@@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
 fi
 
-%triggerin -- ogo-zidestore, ogoall
+%triggerin -- ogo-zidestore
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo ZideStore via http
 #
@@ -113,21 +113,74 @@ echo "# configuration needed to access the OGo ZideStore via http
 " >%{apache_conf_dir}/ogo-zidestore.conf
 fi
 
-%triggerun -- ogo-webui-app, ogoall
+%triggerin -- ogoall
+if [ $2 = 1 ]; then
+echo "# configuration needed to access the OGo webui
+#
+# explicitly allow access
+<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
+  Order allow,deny 
+  Allow from all 
+</Directory>
+# required aliases
+Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
+Alias /ArticleImages %{_var}/lib/opengroupware.org/news
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/OpenGroupware*">
+    SetAppPort 20000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-webui.conf
+echo "# configuration needed to access the OGo XMLRPCd via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/RPC2*">
+    SetAppPort 22000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-xmlrpcd.conf
+echo "# configuration needed to access the OGo ZideStore via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/zidestore/*">
+    SetAppPort 21000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogoall
+if [ $2 = 0 ]; then
+  if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-webui.conf
+  if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
+  if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogo-webui-app
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
 fi
 
-%triggerun -- ogo-xmlrpcd, ogoall
+%triggerun -- ogo-xmlrpcd
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
 fi
 
-%triggerun -- ogo-zidestore, ogoall
+%triggerun -- ogo-zidestore
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
index 09830f79639622bac0d45723db8f152484e35f83..9feb54e03c4fd66c3587af4dca1d0539ee090b48 100644 (file)
@@ -62,7 +62,7 @@ if [ $1 = 0 ]; then
 fi
 
 # ****************************** trigger ******************************
-%triggerin -- ogo-webui-app, ogoall
+%triggerin -- ogo-webui-app
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo webui
 #
@@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
 " >%{apache_conf_dir}/ogo-webui.conf
 fi
 
-%triggerin -- ogo-xmlrpcd, ogoall
+%triggerin -- ogo-xmlrpcd
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo XMLRPCd via http
 #
@@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
 fi
 
-%triggerin -- ogo-zidestore, ogoall
+%triggerin -- ogo-zidestore
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo ZideStore via http
 #
@@ -113,21 +113,74 @@ echo "# configuration needed to access the OGo ZideStore via http
 " >%{apache_conf_dir}/ogo-zidestore.conf
 fi
 
-%triggerun -- ogo-webui-app, ogoall
+%triggerin -- ogoall
+if [ $2 = 1 ]; then
+echo "# configuration needed to access the OGo webui
+#
+# explicitly allow access
+<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
+  Order allow,deny 
+  Allow from all 
+</Directory>
+# required aliases
+Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
+Alias /ArticleImages %{_var}/lib/opengroupware.org/news
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/OpenGroupware*">
+    SetAppPort 20000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-webui.conf
+echo "# configuration needed to access the OGo XMLRPCd via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/RPC2*">
+    SetAppPort 22000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-xmlrpcd.conf
+echo "# configuration needed to access the OGo ZideStore via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/zidestore/*">
+    SetAppPort 21000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogoall
+if [ $2 = 0 ]; then
+  if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-webui.conf
+  if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
+  if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogo-webui-app
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
 fi
 
-%triggerun -- ogo-xmlrpcd, ogoall
+%triggerun -- ogo-xmlrpcd
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
 fi
 
-%triggerun -- ogo-zidestore, ogoall
+%triggerun -- ogo-zidestore
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
index bd27b0245a2048d1022fcfb83722e96d60918a99..123a6ee2d47265ba0b454bb5e0db62f6839300ef 100644 (file)
@@ -62,7 +62,7 @@ if [ $1 = 0 ]; then
 fi
 
 # ****************************** trigger ******************************
-%triggerin -- ogo-webui-app, ogoall
+%triggerin -- ogo-webui-app
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo webui
 #
@@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
 " >%{apache_conf_dir}/ogo-webui.conf
 fi
 
-%triggerin -- ogo-xmlrpcd, ogoall
+%triggerin -- ogo-xmlrpcd
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo XMLRPCd via http
 #
@@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
 fi
 
-%triggerin -- ogo-zidestore, ogoall
+%triggerin -- ogo-zidestore
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo ZideStore via http
 #
@@ -113,21 +113,74 @@ echo "# configuration needed to access the OGo ZideStore via http
 " >%{apache_conf_dir}/ogo-zidestore.conf
 fi
 
-%triggerun -- ogo-webui-app, ogoall
+%triggerin -- ogoall
+if [ $2 = 1 ]; then
+echo "# configuration needed to access the OGo webui
+#
+# explicitly allow access
+<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
+  Order allow,deny 
+  Allow from all 
+</Directory>
+# required aliases
+Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
+Alias /ArticleImages %{_var}/lib/opengroupware.org/news
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/OpenGroupware*">
+    SetAppPort 20000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-webui.conf
+echo "# configuration needed to access the OGo XMLRPCd via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/RPC2*">
+    SetAppPort 22000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-xmlrpcd.conf
+echo "# configuration needed to access the OGo ZideStore via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/zidestore/*">
+    SetAppPort 21000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogoall
+if [ $2 = 0 ]; then
+  if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-webui.conf
+  if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
+  if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogo-webui-app
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
 fi
 
-%triggerun -- ogo-xmlrpcd, ogoall
+%triggerun -- ogo-xmlrpcd
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
 fi
 
-%triggerun -- ogo-zidestore, ogoall
+%triggerun -- ogo-zidestore
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
index f26adc0202f6d4704e1a3e0e257a5866a8ede3af..a3c51c29df0490b9208473a755176577a1e11cd5 100644 (file)
@@ -62,7 +62,7 @@ if [ $1 = 0 ]; then
 fi
 
 # ****************************** trigger ******************************
-%triggerin -- ogo-webui-app, ogoall
+%triggerin -- ogo-webui-app
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo webui
 #
@@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
 " >%{apache_conf_dir}/ogo-webui.conf
 fi
 
-%triggerin -- ogo-xmlrpcd, ogoall
+%triggerin -- ogo-xmlrpcd
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo XMLRPCd via http
 #
@@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
 fi
 
-%triggerin -- ogo-zidestore, ogoall
+%triggerin -- ogo-zidestore
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo ZideStore via http
 #
@@ -113,21 +113,74 @@ echo "# configuration needed to access the OGo ZideStore via http
 " >%{apache_conf_dir}/ogo-zidestore.conf
 fi
 
-%triggerun -- ogo-webui-app, ogoall
+%triggerin -- ogoall
+if [ $2 = 1 ]; then
+echo "# configuration needed to access the OGo webui
+#
+# explicitly allow access
+<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
+  Order allow,deny 
+  Allow from all 
+</Directory>
+# required aliases
+Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
+Alias /ArticleImages %{_var}/lib/opengroupware.org/news
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/OpenGroupware*">
+    SetAppPort 20000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-webui.conf
+echo "# configuration needed to access the OGo XMLRPCd via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/RPC2*">
+    SetAppPort 22000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-xmlrpcd.conf
+echo "# configuration needed to access the OGo ZideStore via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/zidestore/*">
+    SetAppPort 21000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogoall
+if [ $2 = 0 ]; then
+  if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-webui.conf
+  if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
+  if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogo-webui-app
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
 fi
 
-%triggerun -- ogo-xmlrpcd, ogoall
+%triggerun -- ogo-xmlrpcd
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
 fi
 
-%triggerun -- ogo-zidestore, ogoall
+%triggerun -- ogo-zidestore
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
index b97fd1bcc65899a58141a4b9df7592f6d842f04b..5a0cef7a1185c874095564e894beafea419d0519 100644 (file)
@@ -62,7 +62,7 @@ if [ $1 = 0 ]; then
 fi
 
 # ****************************** trigger ******************************
-%triggerin -- ogo-webui-app, ogoall
+%triggerin -- ogo-webui-app
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo webui
 #
@@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
 " >%{apache_conf_dir}/ogo-webui.conf
 fi
 
-%triggerin -- ogo-xmlrpcd, ogoall
+%triggerin -- ogo-xmlrpcd
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo XMLRPCd via http
 #
@@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
 fi
 
-%triggerin -- ogo-zidestore, ogoall
+%triggerin -- ogo-zidestore
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo ZideStore via http
 #
@@ -113,21 +113,74 @@ echo "# configuration needed to access the OGo ZideStore via http
 " >%{apache_conf_dir}/ogo-zidestore.conf
 fi
 
-%triggerun -- ogo-webui-app, ogoall
+%triggerin -- ogoall
+if [ $2 = 1 ]; then
+echo "# configuration needed to access the OGo webui
+#
+# explicitly allow access
+<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
+  Order allow,deny 
+  Allow from all 
+</Directory>
+# required aliases
+Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
+Alias /ArticleImages %{_var}/lib/opengroupware.org/news
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/OpenGroupware*">
+    SetAppPort 20000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-webui.conf
+echo "# configuration needed to access the OGo XMLRPCd via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/RPC2*">
+    SetAppPort 22000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-xmlrpcd.conf
+echo "# configuration needed to access the OGo ZideStore via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/zidestore/*">
+    SetAppPort 21000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogoall
+if [ $2 = 0 ]; then
+  if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-webui.conf
+  if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
+  if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogo-webui-app
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
 fi
 
-%triggerun -- ogo-xmlrpcd, ogoall
+%triggerun -- ogo-xmlrpcd
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
 fi
 
-%triggerun -- ogo-zidestore, ogoall
+%triggerun -- ogo-zidestore
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
index 0409847015d4df03fa9f2898e5ba96affa098f12..16fc4c474808d574d473af41ab83e23a638d3cb6 100644 (file)
@@ -62,7 +62,7 @@ if [ $1 = 0 ]; then
 fi
 
 # ****************************** trigger ******************************
-%triggerin -- ogo-webui-app, ogoall
+%triggerin -- ogo-webui-app
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo webui
 #
@@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
 " >%{apache_conf_dir}/ogo-webui.conf
 fi
 
-%triggerin -- ogo-xmlrpcd, ogoall
+%triggerin -- ogo-xmlrpcd
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo XMLRPCd via http
 #
@@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
 fi
 
-%triggerin -- ogo-zidestore, ogoall
+%triggerin -- ogo-zidestore
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo ZideStore via http
 #
@@ -113,21 +113,74 @@ echo "# configuration needed to access the OGo ZideStore via http
 " >%{apache_conf_dir}/ogo-zidestore.conf
 fi
 
-%triggerun -- ogo-webui-app, ogoall
+%triggerin -- ogoall
+if [ $2 = 1 ]; then
+echo "# configuration needed to access the OGo webui
+#
+# explicitly allow access
+<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
+  Order allow,deny 
+  Allow from all 
+</Directory>
+# required aliases
+Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
+Alias /ArticleImages %{_var}/lib/opengroupware.org/news
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/OpenGroupware*">
+    SetAppPort 20000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-webui.conf
+echo "# configuration needed to access the OGo XMLRPCd via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/RPC2*">
+    SetAppPort 22000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-xmlrpcd.conf
+echo "# configuration needed to access the OGo ZideStore via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/zidestore/*">
+    SetAppPort 21000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogoall
+if [ $2 = 0 ]; then
+  if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-webui.conf
+  if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
+  if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogo-webui-app
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
 fi
 
-%triggerun -- ogo-xmlrpcd, ogoall
+%triggerun -- ogo-xmlrpcd
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
 fi
 
-%triggerun -- ogo-zidestore, ogoall
+%triggerun -- ogo-zidestore
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
index f26adc0202f6d4704e1a3e0e257a5866a8ede3af..a3c51c29df0490b9208473a755176577a1e11cd5 100644 (file)
@@ -62,7 +62,7 @@ if [ $1 = 0 ]; then
 fi
 
 # ****************************** trigger ******************************
-%triggerin -- ogo-webui-app, ogoall
+%triggerin -- ogo-webui-app
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo webui
 #
@@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
 " >%{apache_conf_dir}/ogo-webui.conf
 fi
 
-%triggerin -- ogo-xmlrpcd, ogoall
+%triggerin -- ogo-xmlrpcd
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo XMLRPCd via http
 #
@@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
 fi
 
-%triggerin -- ogo-zidestore, ogoall
+%triggerin -- ogo-zidestore
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo ZideStore via http
 #
@@ -113,21 +113,74 @@ echo "# configuration needed to access the OGo ZideStore via http
 " >%{apache_conf_dir}/ogo-zidestore.conf
 fi
 
-%triggerun -- ogo-webui-app, ogoall
+%triggerin -- ogoall
+if [ $2 = 1 ]; then
+echo "# configuration needed to access the OGo webui
+#
+# explicitly allow access
+<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
+  Order allow,deny 
+  Allow from all 
+</Directory>
+# required aliases
+Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
+Alias /ArticleImages %{_var}/lib/opengroupware.org/news
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/OpenGroupware*">
+    SetAppPort 20000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-webui.conf
+echo "# configuration needed to access the OGo XMLRPCd via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/RPC2*">
+    SetAppPort 22000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-xmlrpcd.conf
+echo "# configuration needed to access the OGo ZideStore via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/zidestore/*">
+    SetAppPort 21000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogoall
+if [ $2 = 0 ]; then
+  if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-webui.conf
+  if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
+  if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogo-webui-app
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
 fi
 
-%triggerun -- ogo-xmlrpcd, ogoall
+%triggerun -- ogo-xmlrpcd
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
 fi
 
-%triggerun -- ogo-zidestore, ogoall
+%triggerun -- ogo-zidestore
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf
index f26adc0202f6d4704e1a3e0e257a5866a8ede3af..a3c51c29df0490b9208473a755176577a1e11cd5 100644 (file)
@@ -62,7 +62,7 @@ if [ $1 = 0 ]; then
 fi
 
 # ****************************** trigger ******************************
-%triggerin -- ogo-webui-app, ogoall
+%triggerin -- ogo-webui-app
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo webui
 #
@@ -85,7 +85,7 @@ Alias /ArticleImages %{_var}/lib/opengroupware.org/news
 " >%{apache_conf_dir}/ogo-webui.conf
 fi
 
-%triggerin -- ogo-xmlrpcd, ogoall
+%triggerin -- ogo-xmlrpcd
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo XMLRPCd via http
 #
@@ -99,7 +99,7 @@ echo "# configuration needed to access the OGo XMLRPCd via http
 " >%{apache_conf_dir}/ogo-xmlrpcd.conf
 fi
 
-%triggerin -- ogo-zidestore, ogoall
+%triggerin -- ogo-zidestore
 if [ $2 = 1 ]; then
 echo "# configuration needed to access the OGo ZideStore via http
 #
@@ -113,21 +113,74 @@ echo "# configuration needed to access the OGo ZideStore via http
 " >%{apache_conf_dir}/ogo-zidestore.conf
 fi
 
-%triggerun -- ogo-webui-app, ogoall
+%triggerin -- ogoall
+if [ $2 = 1 ]; then
+echo "# configuration needed to access the OGo webui
+#
+# explicitly allow access
+<Directory %{prefix}/share/opengroupware.org-1.0a/www> 
+  Order allow,deny 
+  Allow from all 
+</Directory>
+# required aliases
+Alias /OpenGroupware10a.woa/WebServerResources/ %{prefix}/share/opengroupware.org-1.0a/www/
+Alias /ArticleImages %{_var}/lib/opengroupware.org/news
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/OpenGroupware*">
+    SetAppPort 20000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-webui.conf
+echo "# configuration needed to access the OGo XMLRPCd via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/RPC2*">
+    SetAppPort 22000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-xmlrpcd.conf
+echo "# configuration needed to access the OGo ZideStore via http
+#
+# hook up
+<IfModule ngobjweb_module.c>
+  <LocationMatch "^/zidestore/*">
+    SetAppPort 21000
+    SetHandler ngobjweb-adaptor
+  </LocationMatch>
+</IfModule>
+" >%{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogoall
+if [ $2 = 0 ]; then
+  if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-webui.conf
+  if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
+  if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
+    rm -f %{apache_conf_dir}/ogo-zidestore.conf
+fi
+
+%triggerun -- ogo-webui-app
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-webui.conf ]; then
     rm -f %{apache_conf_dir}/ogo-webui.conf
   fi
 fi
 
-%triggerun -- ogo-xmlrpcd, ogoall
+%triggerun -- ogo-xmlrpcd
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-xmlrpcd.conf ]; then
     rm -f %{apache_conf_dir}/ogo-xmlrpcd.conf
   fi
 fi
 
-%triggerun -- ogo-zidestore, ogoall
+%triggerun -- ogo-zidestore
 if [ $2 = 0 ]; then
   if [ -f %{apache_conf_dir}/ogo-zidestore.conf ]; then
     rm -f %{apache_conf_dir}/ogo-zidestore.conf