Date: Thu, 16 Nov 1995 12:24:42 -0600 From: "Eric L. Hernes" <erich@lodgenet.com> To: hackers@freebsd.org Subject: ibcs2 and socksys. Message-ID: <199511161824.MAA24203@jake.lodgenet.com>
next in thread | raw e-mail | index | archive | help
ok, with SOCKSYS_HACK defined and /dev/null symlinked to /dev/socksys, SCO's telnet works: (ttyp0@jake)$ sudo file telnet telnet: 80386 COFF executable (ttyp0@jake)$ sudo file ./telnet ./telnet: 80386 COFF executable (ttyp0@jake)$ ./telnet jake Trying 204.124.120.30... Connected to jake.lodgenet.com. Escape character is '^]'. FreeBSD (jake) (ttypd) login: Connection closed by foreign host. (ttyp0@jake)$ ls -l /dev/socksys lrwxr-xr-x 1 root wheel 9 Nov 16 12:21 /dev/socksys@ -> /dev/null (ttyp0@jake)$ dunno if any of that is relevant. still poking at wordperfect... eric. -- erich@lodgenet.com erich@rrnet.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511161824.MAA24203>