Chandlog since HylaFAX 4.3.1
+* Add the Include: option for Config file options (8 Jan 2007)
* Redirected unwanted output from pd2pdf while running notify (24 Dec 2006)
* Use @SCRIPT_SH@ for bin/ scripts to allow configure selection (23 Dec 2006)
* Updated pollrcvd to use templates (22 Dec 2006)
FAXNumber string \- facsimile modem phone number
FaxRcvdCmd string \s-1bin/faxrcvd\s+1 notification script for received facsimile
GettyArgs string \- arguments passed to getty program
+Include\(S2 string \- include another file
InternationalPrefix\(S2 string \- dialing prefix for international calls
JobControlCmd\(S1 string \- job control command
JobControlWait\(S1 boolean \s-1Yes\s+1 Wait for JobControlCmd to run synchronously
and
.SM TSI.
.TP
+.B Include\(S2
+Include the specified file and parse it as a config file
+.TP
.B InternationalPrefix\(S2
The string to use to place an international phone call.
In the United States, this is ``011''.
;
*cp = '\0';
}
+
+ if (streq(tag, "include") ) {
+ u_int old_lineno = lineno;
+ configTrace("%s = %s (line %u)", tag, value, lineno);
+ lineno = 0;
+ readConfig(value);
+ lineno = old_lineno;
+ return (true);
+ }
if (!setConfigItem(tag, value)) {
configTrace("Unknown configuration parameter \"%s\" ignored at line %u",
tag, lineno);