freebsd-dev/sbin/slattach
Andrey A. Chernov 89ba97703c From Bruce:
slattach always exited early because fd is not open in acquire_line().

Other (trivial) changes that I've been neglecting for some time:

- Turn off O_NONBLOCK so that `chat' doesn't need to worry about it
  (`chat' actually does worry about it).
- Really set speeds POSIXly :-).  cfsetspeed() isn't POSIX.
- Fix spelling error in comment.
- Gripe about bad programming of doing everything from signal handlers.
  slattach should be written to do everything from the sigsuspend() loop,
  but I don't want to do it :-).

From me:
Use .PATH to find uucplock.c

Submitted by: bde
1995-09-20 12:56:25 +00:00
..
Makefile From Bruce: 1995-09-20 12:56:25 +00:00
slattach.8 Make uucp-locking optional: -L option 1995-09-20 04:53:08 +00:00
slattach.c From Bruce: 1995-09-20 12:56:25 +00:00
uucplock.c Implement uucp-locking 1995-09-19 03:27:31 +00:00