diff options
author | will <will@FreeBSD.org> | 2001-12-26 05:39:56 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-12-26 05:39:56 +0800 |
commit | 2cc3fb8e1fad7a427e201b7a979356a3562facd4 (patch) | |
tree | 52c88e6fff0532d781f83e5b2a13bd3fb277a24c /french/xtel/pkg-message | |
parent | bbddbbf2c15c037f4aa9dffc10be2b8d25eea1d4 (diff) | |
download | freebsd-ports-gnome-2cc3fb8e1fad7a427e201b7a979356a3562facd4.tar.gz freebsd-ports-gnome-2cc3fb8e1fad7a427e201b7a979356a3562facd4.tar.zst freebsd-ports-gnome-2cc3fb8e1fad7a427e201b7a979356a3562facd4.zip |
Add xtel 3.3.0, an emulator for the french Minitel.
PR: 29286
Submitted by: Thierry Thomas (<thierry@thomas.as>)
Diffstat (limited to 'french/xtel/pkg-message')
-rw-r--r-- | french/xtel/pkg-message | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/french/xtel/pkg-message b/french/xtel/pkg-message new file mode 100644 index 000000000000..b9b8ae9e846f --- /dev/null +++ b/french/xtel/pkg-message @@ -0,0 +1,43 @@ +**************************************************************************** +Xtel has been installed on %%PREFIX%%/bin/xtel. + +In order to use it, you have to edit the file /etc/services +and add the line: + +xtel 1313/tcp #xtel Minitel emulator + +Then you have to edit the file /etc/inetd.conf (or its equivalent +if you run another internet services daemon) and add the line: + +xtel stream tcp nowait root %%PREFIX%%/bin/xteld xteld + +Force the super-daemon to re-read its configuration file by +killall -1 inetd + +If your modem is plugged to /dev/cuaax (where x = 0, 1, 2,...) +detect its initialization string by: + +mdmdetect cuaax + +After some time while your computer should be dialoguing with the +modem, you should get such a line + +ModemModel , 38400 \dat&fm1e0&k3f3\r-OK + +Take note of the second (speed) and last parameters, and report them +into the file %%PREFIX%%/lib/X11/xtel/xtel.lignes so that you have a +line like this one: + +modem0,/dev/cuaa0,38400,7,E,\dat&fm1e0&k3f3\r OK atdt\T\r CONNECT,30 + +where cuaa0 should be adjusted to your port number, 38400 to the speed +detected by mdmdetect, and where the string included between "E," and atdt +corresponds to the third parameter (Note that the "-" has been replaced by +a space). + +To end, you just have to install the fonts, either by entering +xset +fp %%PREFIX%%/lib/X11/fonts/xtel +xset fp rehash +or by adding %%PREFIX%%/lib/X11/fonts/xtel to FontPath in your +XF86Config. +**************************************************************************** |