View | Details | Raw Unified | Return to bug 54671
Collapse All | Expand All

(-)abcde.1 (-2 / +2 lines)
Lines 46-52 Link Here
46
.TP
46
.TP
47
.B \-c [filename]
47
.B \-c [filename]
48
Specifies an additional configuration file to parse. Configuration options
48
Specifies an additional configuration file to parse. Configuration options
49
in this file override those in /etc/abcde.conf or $HOME/.abcde.conf.
49
in this file override those in /usr/local/etc/abcde.conf or $HOME/.abcde.conf.
50
.TP
50
.TP
51
.B \-C [discid]
51
.B \-C [discid]
52
Allows you to resume a session for
52
Allows you to resume a session for
Lines 109-115 Link Here
109
This can be modified using the OUTPUTFORMAT and VAOUTPUTFORMAT
109
This can be modified using the OUTPUTFORMAT and VAOUTPUTFORMAT
110
variables in your abcde.conf.
110
variables in your abcde.conf.
111
.SH CONFIGURATION
111
.SH CONFIGURATION
112
abcde sources two configuration files on startup - /etc/abcde.conf and
112
abcde sources two configuration files on startup - /usr/local/etc/abcde.conf and
113
$HOME/.abcde.conf, in that order. 
113
$HOME/.abcde.conf, in that order. 
114
.TP
114
.TP
115
The configuration variables have to be set as follows:
115
The configuration variables have to be set as follows:
(-)abcde (-2 / +2 lines)
Lines 1239-1246 Link Here
1239
fi
1239
fi
1240
1240
1241
# Load system defaults
1241
# Load system defaults
1242
if [ -r /etc/abcde.conf ]; then
1242
if [ -r /usr/local/etc/abcde.conf ]; then
1243
	. /etc/abcde.conf
1243
	. /usr/local/etc/abcde.conf
1244
fi
1244
fi
1245
# Load user preference defaults
1245
# Load user preference defaults
1246
if [ -r $HOME/.abcde.conf ]; then
1246
if [ -r $HOME/.abcde.conf ]; then

Return to bug 54671