Rev | Line | |
---|
[9] | 1 | /*
|
---|
| 2 | * Paths of the configuration files.
|
---|
| 3 | * This file may be changed by the user as needed.
|
---|
| 4 | * There are three empty lines between each definition.
|
---|
| 5 | * These ensure that "local" patches and official patches have
|
---|
| 6 | * only a very low probability of conflicting.
|
---|
| 7 | */
|
---|
| 8 |
|
---|
| 9 |
|
---|
| 10 | #define CONF_FILE "/etc/mtools.conf"
|
---|
| 11 |
|
---|
| 12 |
|
---|
| 13 | #define OLD_CONF_FILE "/etc/mtools"
|
---|
| 14 |
|
---|
| 15 |
|
---|
| 16 |
|
---|
| 17 | #define LOCAL_CONF_FILE "/etc/default/mtools.conf"
|
---|
| 18 | /* Use this if you like to keep the configuration file in a non-standard
|
---|
| 19 | * place such as /etc/default, /opt/etc, /usr/etc, /usr/local/etc ...
|
---|
| 20 | */
|
---|
| 21 |
|
---|
| 22 | #define SYS_CONF_FILE SYSCONFDIR "/mtools.conf"
|
---|
| 23 |
|
---|
| 24 | #define OLD_LOCAL_CONF_FILE "/etc/default/mtools"
|
---|
| 25 |
|
---|
| 26 |
|
---|
| 27 |
|
---|
| 28 | #define CFG_FILE1 "/.mtoolsrc"
|
---|
| 29 |
|
---|
| 30 |
|
---|
| 31 |
|
---|
| 32 | /* END */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.