--- 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