summaryrefslogtreecommitdiff
blob: ecd0d08b6deb7517652009f07252ac4e21ed96f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff -urN catalyst-2.0_rc42.orig/catalyst catalyst-2.0_rc42/catalyst
--- catalyst-2.0_rc42.orig/catalyst	2005-12-20 07:07:45.000000000 -0500
+++ catalyst-2.0_rc42/catalyst	2005-12-20 07:09:19.000000000 -0500
@@ -51,10 +51,10 @@
 	myconf={}
 	config_file=""
 
-	confdefaults={ "storedir":"/var/tmp/catalyst",\
-		"sharedir":"/usr/share/catalyst","distdir":"/usr/portage/distfiles",\
+	confdefaults={ "storedir":"/var/tmp/catalyst2",\
+		"sharedir":"/usr/share/catalyst2","distdir":"/usr/portage/distfiles",\
 		"portdir":"/usr/portage","options":"",\
-		"snapshot_cache":"/var/tmp/catalyst/snapshot_cache",\
+		"snapshot_cache":"/var/tmp/catalyst2/snapshot_cache",\
 		"hash_function":"crc32"}
 		
 	# first, try the one passed (presumably from the cmdline)
@@ -69,9 +69,9 @@
 			sys.exit(1)
 	
 	# next, try the default location
-	elif os.path.exists("/etc/catalyst/catalyst.conf"):
-		print "Using default Catalyst configuration file, /etc/catalyst/catalyst.conf"
-		config_file="/etc/catalyst/catalyst.conf"
+	elif os.path.exists("/etc/catalyst2/catalyst2.conf"):
+		print "Using default Catalyst configuration file, /etc/catalyst2/catalyst2.conf"
+		config_file="/etc/catalyst2/catalyst2.conf"
 	
 	# can't find a config file (we are screwed), so bail out
 	else: