aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-11-22Allow 'after *; before local;' to workRoy Marples
2007-11-21We cannot use realpath to resolv services as some are symlinks.Roy Marples
2007-11-20opts -> extra_commands. This is much more descriptive.Roy Marples
2007-11-20Open RC -> OpenRCRoy Marples
2007-11-19rc.c needs version.hRoy Marples
2007-11-19Move runlevel and lib logic to the sub MakefilesRoy Marples
2007-11-19Display version on start and allow --version to workRoy Marples
2007-11-19Our build chain now works with GNU and BSD make implementationsRoy Marples
2007-11-19Only start plugins once we have made an exclusive fileRoy Marples
2007-11-16Run the hook_out if setRoy Marples
2007-11-16If starting and started or stopping and stopped, just warn and continue. Fixe...Roy Marples
2007-11-15Vanilla FreeBSD make is now supported for srcRoy Marples
2007-11-14Install our .so links to /usr/libRoy Marples
2007-11-14Show help if we don't have any args, Gentoo #198380.Roy Marples
2007-11-14We don't define a version yet.Roy Marples
2007-11-14Use realpath to resolve our service.Roy Marples
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-11-14We should always give eend a message.Roy Marples
2007-11-14Really remove env-updateRoy Marples
2007-11-14If we have specified a pidfile then we only stop the pid listed,Roy Marples
2007-11-14Control of system defined env vars should not be done by us.Roy Marples
2007-11-04initialize sNed Ludd
2007-10-31Fix starting state and clean some whitespaceRoy Marples
2007-10-31You can now log baselayout-2 again, through the RC_LOGGER conf.d/rcRoy Marples
2007-10-29rc --override foo will override the runlevel to load after boot or single use...Roy Marples
2007-10-26Fix the restarting of services depending on the script you're restartingRoy Marples
2007-10-23Use -D_BSD_SOURCE -D_XOPEN_SOURCE=500 in place of -D_GNU_SOURCERoy Marples
2007-10-23Stop using asprintfRoy Marples
2007-10-23interupt -> interruptRoy Marples
2007-10-23We can still update deptree if needed services are missingRoy Marples
2007-10-23Allow half a second for a working pidfile to be created and a tenth of a seco...Roy Marples
2007-10-22Wait for plugins to finish before moving on.Roy Marples
2007-10-22When getting an ecolor, we should check that stdout is a ttyRoy Marples
2007-10-22whitespaceRoy Marples
2007-10-16We now build and optionally work with static libraries.Roy Marples
2007-10-15Update dependencies if we're allowed tooRoy Marples
2007-10-15This is probably betterRoy Marples
2007-10-15const correctnessRoy Marples
2007-10-15Add trace to depoptsRoy Marples
2007-10-15rc-status now orders services in start order, #195630Roy Marples
2007-10-12malloc over fatty buffersRoy Marples
2007-10-11malloc data size, not pointer sizeRoy Marples
2007-10-11Bump librc and libeinfo to .so.1Roy Marples
2007-10-11Yoiks, that comma shouldn't be there.Roy Marples
2007-10-11No need for that includeRoy Marples
2007-10-11Fix deleting items from string lists.Roy Marples
2007-10-11If / block device as in /etc/fstab does not exist, use /dev/root if it's avai...Roy Marples
2007-10-10Fix rc.mapRoy Marples
2007-10-10rc_deptree_order_services -> rc_deptree_orderRoy Marples
2007-10-10Give more time to daemonsRoy Marples