blob: efa94d13df0839f6202230cec03e08b19cd71084 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- dynagen.orig Sun Feb 18 17:28:09 2007
+++ dynagen Mon Feb 26 16:50:51 2007
@@ -34,7 +34,7 @@
# Constants
VERSION = '0.10.1.090807'
-CONFIGSPECPATH = [ "/usr/share/dynagen", "/usr/local/share" ]
+CONFIGSPECPATH = [ "/usr/local/share/dynagen", "/usr/share/dynagen", "/usr/local/share" ]
CONFIGSPEC = 'configspec'
INIPATH = [ "/etc", "/usr/local/etc" ]
INIFILE = 'dynagen.ini'
|