]> TLD Linux GIT Repositories - rc-scripts.git/blob - man/netreport.1
- never try to create luks volumes, it may lead to data loss, leave it to user
[rc-scripts.git] / man / netreport.1
1 .TH NETREPORT 1 "Red Hat, Inc." "RH" \" -*- nroff -*-
2 .SH NAME
3 netreport \- request notification of network interface changes
4 .SH SYNOPSIS
5 .B netreport
6 \fI[\fP-r\fI]\fP
7 .SH DESCRIPTION
8 .B netreport
9 tells the network management scripts to send a SIGIO signal
10 to the process which called netreport when any network interface
11 status changes occur.
12 .SH OPTIONS
13 .TP
14 .B -r
15 Remove the current request (if any) for the calling process.
16 .PP
17 .SH NOTES
18 If a program does not call netreport with the
19 .B -r
20 option before it exits, and another process is created with the
21 same PID before any changes take place in interface status, it
22 is possible that the new process will receive a spurious SIGIO.