gnue-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUe-dev] [patch] gnue-diag.sh


From: Aaron S. Hawley
Subject: [GNUe-dev] [patch] gnue-diag.sh
Date: Tue, 25 Mar 2008 13:31:33 -0400

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?

Attachment: gnue-diag.sh.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]