summaryrefslogtreecommitdiffstats
path: root/04_fix_online_help_location.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-05-23 13:13:03 +0200
committerRemi Collet <fedora@famillecollet.com>2010-05-23 13:13:03 +0200
commit1cf882aff9f282f79a75d9078a42ff75b640d855 (patch)
tree9e81523c42f56ebb686ab2e4ce1d5c5c8c94d29c /04_fix_online_help_location.patch
parent73389078895930be498ea01bcf06bfa6fed2a9e1 (diff)
start cleaning
Diffstat (limited to '04_fix_online_help_location.patch')
-rw-r--r--04_fix_online_help_location.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/04_fix_online_help_location.patch b/04_fix_online_help_location.patch
new file mode 100644
index 0000000..85f8ff6
--- /dev/null
+++ b/04_fix_online_help_location.patch
@@ -0,0 +1,24 @@
+diff -urNad gosa-core~/html/helpviewer.php gosa-core/html/helpviewer.php
+--- gosa-core~/html/helpviewer.php 2008-04-12 19:58:14.000000000 +0200
++++ gosa-core/html/helpviewer.php 2008-04-14 17:25:10.000000000 +0200
+@@ -110,7 +110,7 @@
+ if(session::is_set('current_class_for_help')){
+
+ /* Create new XML parser with the path to the Xml file */
+- $xml = new parseXml("../doc/guide.xml");
++ $xml = new parseXml("/etc/gosa/guide.xml");
+
+ /* Generate help array */
+ $str = $xml->parse();
+diff -urNad gosa-core~/update-gosa gosa-core/update-gosa
+--- gosa-core~/update-gosa 2008-04-14 14:59:22.000000000 +0200
++++ gosa-core/update-gosa 2008-04-14 17:24:53.000000000 +0200
+@@ -193,7 +193,7 @@
+
+ function rescan_guide()
+ {
+- $master_guide= "doc/guide.xml";
++ $master_guide= "/etc/gosa/guide.xml";
+ echo "Updating Online Help Index...\n";
+ $master_guide_content="<?xml version=\"1.0\"?>\n".
+ "<!--\n".