I apply the following patch to gnue-common/scripts/gnue-diag.sh before
installing gnue-common 0.6.9 on my Fedora core 6 machine

--- gnue-diag.sh        2004/01/02 13:39:53
+++ gnue-diag.sh        2008/03/21 17:57:26
@@ -217,21 +217,21 @@
   echo "--------------------------------------------------------------------"
   echo "GNUe Configuration Information: "
   echo
-  echo "Contents of /usr/local/gnue/etc:"
-  if [ ! -e "/usr/local/gnue/etc" ]
+  echo "Contents of /etc/gnue:"
+  if [ ! -e "/etc/gnue" ]
   then
     echo "  Directory does not exist! Checking aborted"
   else
-    ls /usr/local/gnue/etc
+    ls /etc/gnue
     echo
     echo "Contents of gnue.conf:"
-    cat /usr/local/gnue/etc/gnue.conf
+    cat /etc/gnue/gnue.conf
     echo
     echo "Contents of connections.conf"
-    cat /usr/local/gnue/etc/connections.conf
+    cat /etc/gnue/connections.conf
     echo
-    echo "Shebang line for /usr/local/bin/gnue-forms:"
-    head -n1 /usr/local/bin/gnue-forms
+    echo "Shebang line for /usr/bin/gnue-forms:"
+    head -n1 /usr/bin/gnue-forms
   fi

 fi

In a separate thread, does anyone know if anybody maintains RPM
packages of GNU enterprise?
--- gnue-diag.sh	2004/01/02 13:39:53
+++ gnue-diag.sh	2008/03/21 17:57:26
@@ -217,21 +217,21 @@
   echo "--------------------------------------------------------------------"
   echo "GNUe Configuration Information: "
   echo
-  echo "Contents of /usr/local/gnue/etc:"
-  if [ ! -e "/usr/local/gnue/etc" ]
+  echo "Contents of /etc/gnue:"
+  if [ ! -e "/etc/gnue" ]
   then
     echo "  Directory does not exist! Checking aborted"
   else
-    ls /usr/local/gnue/etc
+    ls /etc/gnue
     echo
     echo "Contents of gnue.conf:"
-    cat /usr/local/gnue/etc/gnue.conf
+    cat /etc/gnue/gnue.conf
     echo
     echo "Contents of connections.conf"
-    cat /usr/local/gnue/etc/connections.conf
+    cat /etc/gnue/connections.conf
     echo
-    echo "Shebang line for /usr/local/bin/gnue-forms:"
-    head -n1 /usr/local/bin/gnue-forms
+    echo "Shebang line for /usr/bin/gnue-forms:"
+    head -n1 /usr/bin/gnue-forms
   fi
 
 fi
_______________________________________________
Gnue-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnue-dev

Reply via email to