diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-24 07:46:59 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-24 07:47:03 +0000 |
| commit | 178c8e2d79d61a1f2cfbe50110e70bfe2ab10b7a (patch) | |
| tree | 1e47fb3a7674bdcf3925cbe588de5ae5408a3c57 /testing/dynagen/etc-path.patch | |
| parent | ec34b88925091c8b60fce522f2cf672dbbef689e (diff) | |
| download | aports-178c8e2d79d61a1f2cfbe50110e70bfe2ab10b7a.tar.bz2 aports-178c8e2d79d61a1f2cfbe50110e70bfe2ab10b7a.tar.xz | |
testing/dynagen: new aport
Diffstat (limited to 'testing/dynagen/etc-path.patch')
| -rw-r--r-- | testing/dynagen/etc-path.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/dynagen/etc-path.patch b/testing/dynagen/etc-path.patch new file mode 100644 index 0000000000..e7b299c3e4 --- /dev/null +++ b/testing/dynagen/etc-path.patch @@ -0,0 +1,26 @@ +diff --git a/dynagen b/dynagen +index 81ebdec..5980bcc 100755 +--- a/dynagen ++++ b/dynagen +@@ -43,7 +43,7 @@ from optparse import OptionParser + VERSION = '0.11.0' + CONFIGSPECPATH = ['/usr/share/dynagen', '/usr/local/share'] + CONFIGSPEC = 'configspec' +-INIPATH = ['/etc', '/usr/local/etc'] ++INIPATH = ['/etc/dynagen', '/etc'] + INIFILE = 'dynagen.ini' + MODELTUPLE = ( # A tuple of known model objects + C1700, +diff --git a/dynagen.ini b/dynagen.ini +index 885090b..7bec1ed 100644 +--- a/dynagen.ini ++++ b/dynagen.ini +@@ -3,7 +3,7 @@ + # Specify the file that stores the idle-pc database
+ # Defaults to the user's home directory
+ # Usage:
+-# idledb = /usr/local/etc/dynagenidledb.ini
++# idledb = /etc/dynagen/dynagenidledb.ini
+
+ # -----------------------------------------------------------------------------
+ # udp option
|
