Codebase list sysvinit / a0263c1
debian: Update paths in 93_run_initctl.patch Roger Leigh 12 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2424 .PP
2525 .SH INTERFACE
2626 -Init listens on a \fIfifo\fP in /dev, \fI/dev/initctl\fP, for messages.
27 +Init listens on a \fIfifo\fP in /dev, \fI/run/initctl\fP, for messages.
27 +Init listens on a \fIfifo\fP in /run, \fI/run/initctl\fP, for messages.
2828 \fBTelinit\fP uses this to communicate with init. The interface is not
2929 very well documented or finished. Those interested should study the
3030 \fIinitreq.h\fP file in the \fIsrc/\fP subdirectory of the \fBinit\fP
3333 .B SIGUSR1
3434 On receipt of this signals, init closes and re-opens its control fifo,
3535 -\fB/dev/initctl\fP. Useful for bootscripts when /dev is remounted.
36 +\fB/run/initctl\fP. Useful for bootscripts when /dev is remounted.
36 +\fB/run/initctl\fP.
3737 .TP 0.5i
3838 .B SIGINT
3939 Normally the kernel sends this signal to init when CTRL-ALT-DEL is