src/hg/utils/mysql/dumpDev40.csh 1.3

1.3 2009/09/04 17:48:18 hiram
How about a generic location ?
Index: src/hg/utils/mysql/dumpDev40.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/mysql/dumpDev40.csh,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/utils/mysql/dumpDev40.csh	4 Sep 2009 17:41:55 -0000	1.2
+++ src/hg/utils/mysql/dumpDev40.csh	4 Sep 2009 17:48:18 -0000	1.3
@@ -26,9 +26,9 @@
 
 setenv HGDB_HOST ${SQL_SRC_HOST}
 setenv HGDB_USER hguser
 setenv HGDB_PASSWORD hguserstuff
-setenv HGDB_CONF $HOME/.hg.dev40.conf
+setenv HGDB_CONF /cluster/home/hiram/.hg.dev40.conf
 
 # Verify we are talking to the correct host during hgsql commands
 set TEST_HOST = `${HGSQL} -N -e "show variables;" mysql | egrep "host|pid" | grep -v "^pid_file" | sed -e "s#hostname\t##; s#pid_file\t/var/lib/mysql/##; s# pid_file /data.*##; s#.pid##; s#pid_file\t/var/mysql/5.0/data/##" | sort -u`
 if ( "${TEST_HOST}" != "${SQL_SRC_HOST}" ) then