aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/netconsole
Commit message (Collapse)AuthorAgeFilesLines
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-164/+0
| | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.
* netconsole: LSB header addedDavid Kaspar [Dee'Kej]2018-05-171-0/+7
| | | | | | Since we are using systemd, the Default-Start/Stop keywords were omitted. Basically the LSB header is quite similar to LSB header of network service...
* netconsole: resolve domain name via 'getent' instead of 'hosts'David Kaspar [Dee'Kej]2016-11-011-3/+20
|
* Just exit on first response (#744734)Bill Nottingham2011-11-151-1/+1
|
* Only use the first ARP response in netconsole (#744309)Doug Knight2011-10-071-1/+1
|
* Simplify various string match constructs.Ville Skyttä2010-01-071-1/+1
|
* More random return code fixes.Bill Nottingham2009-09-291-1/+1
|
* Various cleanups to meet standards. (#524480)Bill Nottingham2009-09-211-1/+3
|
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-1/+1
| | | | Adapted from <victor.lowther@gmail.com>.
* https://bugzilla.redhat.com/show_bug.cgi?id=447928Harald Hoyer2008-09-161-1/+1
| | | | | | | | All networking scripts from /etc/sysconfig/network-scripts call logger without full path. This can prevent system from booting if let's say dcc is installed when compiled with wrong parameters and installs /usr/sbin/logger (see bellow) It's not really a bug but this can be easily prevented. All /etc/init.d scripts use full path for logger network-scripts should use it also
* Use the full path for arping.Bill Nottingham2008-09-021-1/+1
|
* work around bash changes (#220887, modified from <nvigier@mandriva.com>)Bill Nottingham2007-09-251-1/+2
|
* assorted cleanupsBill Nottingham2007-08-071-15/+7
|
* fix netconsole status()Bill Nottingham2007-08-071-9/+7
|
* add netconsole init script (#235952)Bill Nottingham2007-04-161-0/+147