| Submitter | Randy Dunlap |
|---|---|
| Date | Jan. 23, 2009, 5:21 p.m. |
| Message ID | <20090123092104.64098f66.randy.dunlap@oracle.com> |
| Download | mbox | patch |
| Permalink | /patch/20096/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
On Fri, 2009-01-23 at 09:21 -0800, Randy Dunlap wrote: > From: Jesse Barnes <jbarnes@virtuousgeek.org> > > It always annoyed me that the netconsole documentation didn't give me the > correct command for my distro. Update it with a command line that actually > works on my Fedora install. Yup, thanks. Signed-off-by: Matt Mackall <mpm@selenic.com>
From: Matt Mackall <mpm@selenic.com> Date: Fri, 23 Jan 2009 11:47:19 -0600 > On Fri, 2009-01-23 at 09:21 -0800, Randy Dunlap wrote: > > From: Jesse Barnes <jbarnes@virtuousgeek.org> > > > > It always annoyed me that the netconsole documentation didn't give me the > > correct command for my distro. Update it with a command line that actually > > works on my Fedora install. > > Yup, thanks. > > Signed-off-by: Matt Mackall <mpm@selenic.com> Applied, thanks everyone. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
--- linux-next-20090123.orig/Documentation/networking/netconsole.txt +++ linux-next-20090123/Documentation/networking/netconsole.txt @@ -51,7 +51,8 @@ Built-in netconsole starts immediately a initialized and attempts to bring up the supplied dev at the supplied address. -The remote host can run either 'netcat -u -l -p <port>' or syslogd. +The remote host can run either 'netcat -u -l -p <port>', +'nc -l -u <port>' or syslogd. Dynamic reconfiguration: ========================