aboutsummaryrefslogtreecommitdiff
path: root/init.d.BSD
AgeCommit message (Collapse)Author
2008-01-11Don't use bins in global if we can help it.Roy Marples
2008-01-11These are FreeBSD specificRoy Marples
2008-01-11Fix some syslogd pidfile and installing support scripts.Roy Marples
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-10More NetBSD tweaks.Roy Marples
2008-01-10Loads of NetBSD tweaks here.Roy Marples
2008-01-10Move FreeBSD specific files to the new FreeBSD folders.Roy Marples
2008-01-10Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples
keeping BSD for all BSD's.
2008-01-06No need for basename.Roy Marples
2007-12-19get_options -> service_get_value and save_options -> service_set_valueRoy Marples
2007-12-19syslogd uses netRoy Marples
2007-12-14savecore happens before swap, so don't depend on it.Roy Marples
2007-12-14savecore happens before swap, so don't depend on it.Roy Marples
2007-12-14savecore happens before swap, so don't depend on it.Roy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-12-07Ensure that hostid starts earlyRoy Marples
2007-12-05Add a nscd init scriptRoy Marples
2007-12-05Add a newsyslog init scriptRoy Marples
2007-12-05Add a mixer init scriptRoy Marples
2007-12-05Add hostid init script, based on the FreeBSD one.Roy Marples
2007-12-04Allow moused to have configs per portRoy Marples
2007-11-28Massive whitespace cleanupRoy Marples
2007-11-23Use shell expansion instead of basenameRoy Marples
2007-11-23Add devd and hooksRoy Marples
2007-11-23Use yesnoRoy Marples
2007-11-23Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples
Lowercase all configurable variables, non configurations remain uppercase. Replace rc_env_bool with rc_yesno. Split localmount info procfs (Linux) and dumpon, savecore (BSD)
2007-11-21misc BSD fixesRoy 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-20local.rc -> rc-enable and ensure that we start all defined services, ↵Roy Marples
including system ones
2007-11-20local.rc -> rc-enable and ensure that we start all defined services, ↵Roy Marples
including system ones
2007-11-20Introduce CONTENTS variable into Makefiles to list the contents of the ↵Roy Marples
directory, excluding the Makefile for to Make life easier
2007-11-20Install the rarpd init scriptRoy Marples
2007-11-20powerd does not provide loggerRoy Marples
2007-11-20Add a rarpd init script and allow templates to add start-stop-daemon argumentsRoy Marples
2007-11-20Add an ipfw init scriptRoy Marples
2007-11-20Document syscons MODE and allow to run on all terminalsRoy Marples
2007-11-20Add rpcbind init scriptRoy Marples
2007-11-20misc fixesRoy Marples
2007-11-20Add a powerd init scriptRoy Marples
2007-11-20Add a syslogd init scriptRoy Marples
2007-11-20Add a syscons init scriptRoy Marples
2007-11-20Add a moused init scriptRoy Marples
2007-11-20Fix local.rc for the correct orderRoy 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-07-13Use echo instead of touch - saves on forkingRoy Marples