summaryrefslogtreecommitdiff
path: root/init.d/hwclock.in
Commit message (Collapse)AuthorAge
* Add support for Linux Containers, fixes #202.Roy Marples2009-11-04
| | | | Patch by bug reporter.
* 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.
* hwclock now sends help to stderr.Natanael Copa2009-06-12
|
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Style.Roy Marples2009-04-27
|
* hwclock: skip rtc checks if kernel lacks module supportMike Frysinger2008-10-26
| | | | | | | | | Since we only use the result of the device scan to load modules, there is no point in doing the scan if the kernel doesn't support modules in the first place. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Load rtc-cmos if needed, Gentoo #235647 thanks to Robin Johnson.Roy Marples2008-09-27
|
* Rework our folder structure so that we don't have OS specific dirs, making ↵Roy Marples2008-03-25
it easier to share init and conf files per OS.