summaryrefslogtreecommitdiff
path: root/init.d/dmesg.in
Commit message (Collapse)AuthorAge
* Fix shebangs in services to point to the correct location of runscriptAndrew Gregory2013-02-23
| | | | | | | | SBINDIR and BINDIR can be set independently of PREFIX. This fixes broken shebangs in service files when SBINDIR is set to something other than PREFIX/sbin Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
* dmesg should not run in a linux containerWilliam Hubbs2012-10-02
| | | | | | reported-by: <Walter@pratyeka.org> X-Gentoo-Bug: 436266 X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=436266
* dmesg: add -prefix keywordWilliam Hubbs2012-09-09
| | | | | | Dmesg should not run on prefix systems. Reported-by: <heroxbd@gentoo.org>
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* We should use -feature instead of nofeature.Roy Marples2009-07-01
| | | | | | This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Style.Roy Marples2009-04-27
|
* dmesg and sysfs won't work in a vserver, #137 thanks to Hollow.Roy Marples2009-01-01
|
* sysinit is now a real runlevel that handles things like udev, dmesg andRoy Marples2008-10-10
mounting various bits in /dev and /sys. init.sh JUST mounts /lib/rc/init.d (and /proc for Linux systems) To make development of this easier we now return an empty RC_STRINGLIST instead of a NULL for empty things. If you don't have a udev init script installed, don't reboot your box OR roll back to an older OpenRC version.