| Summary: | If /etc/ttys goes empty, init(8) never rereads it | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | matt <matt> | ||||
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.2-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
matt
2001-04-17 08:10:02 UTC
State Changed From-To: open->closed This is the expected behaviour. It is clearly stated in the manpage that one have to send a HUP signal to init for it to reread the ttys file. On Sat, Jul 13, 2002 at 17:39 (-0700) +0000, Matthew Braithwaite wrote: > > It is clearly stated in the manpage that one > > have to send a HUP signal to init for it to reread > > the ttys file. > > Yes, I know that. But after /etc/ttys has gone empty, a SIGHUP won't > make init reread it. Ok, so does 1: clear /etc/ttys 2: SIGHUP init 2.5: make sure nothing is started by init 3: restore /etc/ttys 4: SIGHUP init 4.5: make sure the stuff in ttys is started by init not work as excpected for you? If not, what happens? It seems to work for me. Maybe you are doing something different from me. /Johan K -- Johan Karlsson mailto:johan@FreeBSD.org |