aboutsummaryrefslogtreecommitdiff
path: root/init.d.Linux
AgeCommit message (Expand)Author
2008-01-11Update copyrights, my email and license.Roy Marples
2008-01-11Adopt a more C style for scripts and remove vim settings.Roy Marples
2008-01-11Remove full license text from shell cripts.Roy Marples
2008-01-10Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keep...Roy Marples
2008-01-08Add _hwclock which ensures that hwclock returns 1 on error, simplifying our codeRoy Marples
2008-01-06No need for basename hereRoy Marples
2008-01-06Fix sysctl init script, OpenRC bug #1Roy Marples
2008-01-04Instead of mirroring correct output, state that we're not running because of ...Roy Marples
2008-01-04Fix clock for XENU.Roy Marples
2008-01-04Fix detection of Xen dom0 vs domU can use the right variable in init scripts.Roy Marples
2008-01-02Move _shell_var shell function to shell_var C appletRoy Marples
2008-01-02_opts -> _args to match other scriptsRoy Marples
2007-12-28modules init script now uses it's own config file instead of random foo in /etcRoy Marples
2007-12-27Fix displayRoy Marples
2007-12-14udev requires try function and the modules-update program should take care of...Roy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-11-29Use shorthand for loopsRoy Marples
2007-11-28Massive whitespace cleanupRoy Marples
2007-11-23Fix defaultRoy Marples
2007-11-23lowercase clock varsRoy Marples
2007-11-23Fix var namesRoy Marples
2007-11-23Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples
2007-11-21Don't warn about timezone, it's not for us to do soRoy Marples
2007-11-20opts -> extra_commands. This is much more descriptive.Roy Marples
2007-11-20Introduce CONTENTS variable into Makefiles to list the contents of the direct...Roy Marples
2007-11-20Move sysctl into it's own init scriptRoy Marples
2007-11-19Our build chain now works with GNU and BSD make implementationsRoy Marples
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-10-24Advise not syncing time when running ntp daemonsRoy Marples
2007-10-24Simply the clock script even more. This makes us very similar to Debians nowRoy Marples
2007-10-23clock init script now works with busybox.Roy Marples
2007-10-23clock init script now handles /etc/adjtime correctly. CLOCK_ADJTIME hinted th...Roy Marples
2007-09-28keymaps now sets unicode keyboard on all defined ttys, #192442Roy Marples
2007-09-25Skip consolefont setup when RC_TTY_NUMBER is set to 0.Mike Frysinger
2007-07-13Use echo instead of touch - saves on forkingRoy Marples
2007-07-10init scripts and their extra options can now have descriptions, #184327.Roy Marples
2007-06-02Use -q option with modprobe rather than sending to /dev/null.Mike Frysinger
2007-05-31Don't warn about Factory clock when booting off of livecd.Mike Frysinger
2007-05-30Only call systohw in clock when we don't have adjfile or we aren't UTC.Roy Marples
2007-05-04Fix unicode keymaps, #173528.Roy Marples
2007-04-26Fix early setting of fontRoy Marples
2007-04-23Harden unicode settingsRoy Marples
2007-04-17Rationalise our colour usage a little.Roy Marples
2007-04-16Punted the volumes init script. Volume handling will be handled byRoy Marples
2007-04-11Fix the modules init scriptRoy Marples
2007-04-07modules-update -> update-modulesMike Frysinger
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples