Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-18 | modules: add support for FreeBSD | William Hubbs | |
This is based on a patch submitted by Joe Maloney <pkgdemonteam@gmail.com>. This fixes #91. | |||
2011-07-04 | Bug 373808: init.d/modules skipped certain variable combinations | Robin H. Johnson | |
The version iteration code missed certain combinations: KV=1.2.3.4 skips: 1.2.3, 1 KV=1.2.3 skips: 1 Simplify the code to use a loop and build the list of versions directly instead of unique variables per version component. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | |||
2008-08-19 | Allow renaming of modules, #103 thanks to Sven. | Roy Marples | |
2008-03-25 | Rework our folder structure so that we don't have OS specific dirs, making ↵ | Roy Marples | |
it easier to share init and conf files per OS. |