diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-04-25 16:18:07 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-04-25 16:18:07 +0000 |
| commit | 1162c4cea308bff1023783cc92823ed3d8a45a54 (patch) | |
| tree | 65d1aa18afda39e384f514fbefde697cae4629e0 /gnu/libexec/uucp/sample/dialcode.sample | |
| parent | 0375e3e43424226bbb388be3cc16af65eaf2fb44 (diff) | |
Notes
Diffstat (limited to 'gnu/libexec/uucp/sample/dialcode.sample')
| -rw-r--r-- | gnu/libexec/uucp/sample/dialcode.sample | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/libexec/uucp/sample/dialcode.sample b/gnu/libexec/uucp/sample/dialcode.sample new file mode 100644 index 000000000000..710a07bf7343 --- /dev/null +++ b/gnu/libexec/uucp/sample/dialcode.sample @@ -0,0 +1,19 @@ +# This is an example of dialcode, the dialcode configuration file for +# Taylor UUCP. To use it, you must compile the package with +# HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default), copy +# this file to newconfigdir as set in Makefile.in (the default is +# /usr/local/conf/uucp), and edit it as appropriate for your system. + +# Everything after a '#' character is a comment. To uncomment any of +# the sample lines below, just delete the '#'. + +# The dialcode file is used if \T is used in the dialer chat script +# and the telephone number begins with alphabetic characters. The +# alphabetic characters are looked up and translated in dialcode. + +# Here are a couple of sample dialcodes. +MA 617 +CA 415 + +# For example, if the phone number (from the sys file) is MA7389449, +# then the string sent to the modem will be 6177389449. |
