summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* TypoRoy Marples2008-02-28
|
* Only reboot when starting in the boot runlevel.Roy Marples2008-02-28
|
* Don't abort fsck at shutdown.Roy Marples2008-02-28
|
* Support the use of PREFIX and PKG_PREFIX.Roy Marples2008-02-28
|
* Fix help for rc-update.Roy Marples2008-02-27
|
* Makefile SH variable now tweaks the default shell used by our scripts.Roy Marples2008-02-27
|
* give mount points nice descriptive names rather than "none"Mike Frysinger2008-02-26
|
* With --quiet, we should quiet the daemon we're starting too.Roy Marples2008-02-25
|
* Force the specification of a pidfile or process name if daemon is a script. ↵Roy Marples2008-02-24
| | | | Alternatively, document the use of starting the script interpreter and passing the daemon as an option.
* Now that s-s-d accepts >1 argument for stopping a daemon on match we need to ↵Roy Marples2008-02-23
| | | | store all arguments used incase a service started the same daemon more than once with different paramters.
* Welcome to 2008.Roy Marples2008-02-22
|
* Welcome to 2008.Roy Marples2008-02-22
|
* More PCC fixes.Roy Marples2008-02-22
|
* ewarn now goes to stderr to match portage behaviour.Roy Marples2008-02-21
|
* Support the PCC compiler.Roy Marples2008-02-20
|
* Fix -oRoy Marples2008-02-20
|
* Move logfile without a visible error, bug #28Roy Marples2008-02-20
|
* Simply our code - only set env vars when needed.Roy Marples2008-02-20
|
* Allow rc-depend to order as if runlevel was starting or stopping.Roy Marples2008-02-20
|
* Sanify the default cc flags.Roy Marples2008-02-20
|
* Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples2008-02-20
|
* Allow fsck to be multiplexed.Roy Marples2008-02-20
|
* Don't warn about removed services through use of the nosys keyword.Roy Marples2008-02-19
|
* Fix verbose without --exec.Roy Marples2008-02-19
|
* Fix an off-by-one error.Roy Marples2008-02-19
|
* Fix compile warning, and free removed depinfo'sRoy Marples2008-02-19
|
* Fix compile warnings.Roy Marples2008-02-19
|
* Fix CSTD.Roy Marples2008-02-19
|
* Default to using C99 standard.Roy Marples2008-02-19
|
* Fix some warnings.Roy Marples2008-02-19
|
* Fix compile on Linux.Roy Marples2008-02-19
|
* keywords -> keywordRoy Marples2008-02-19
|
* Move the shell code to check for RC_SYS to the keywords dependency.Roy Marples2008-02-19
|
* Add the nojail keyword which excludes services marked as such from the ↵Roy Marples2008-02-19
| | | | dependency tree when in a jail, #bug 22
* We should remove stale pidfiles and service daemon info if we didn't find ↵Roy Marples2008-02-19
| | | | anything to stop, bug #25.
* Fix compile on FreeBSD.Roy Marples2008-02-18
|
* We need to check for contents of argv too.Roy Marples2008-02-18
|
* Fix a signed error.Roy Marples2008-02-18
|
* We need to be able to locate pids by argv, instead of just argv0.Roy Marples2008-02-17
|
* Restore the --env option.Roy Marples2008-02-17
|
* Use _PATH_DEVNULL on FreeBSD when using kvm_openfiles so we work in a jail, ↵Roy Marples2008-02-13
| | | | bug #21.
* Some BSD's init don't send an action to rc.shutdown, so assume shutdownRoy Marples2008-02-12
|
* Just use the extern applet var.Roy Marples2008-02-11
|
* Ignore resolvconf error messages if the interface does not exist.Roy Marples2008-02-11
|
* Remove unsed varsRoy Marples2008-02-10
|
* Fix an off by one error when parsing PATHRoy Marples2008-02-09
|
* rc-status -r now shows the current runlevel name.Roy Marples2008-02-08
|
* Only use hilite if stdout is a ttyRoy Marples2008-02-07
|
* exiting to shell should block signals first, to avoid the child getting ↵Roy Marples2008-02-04
| | | | them. Also, sulogin seems to work without specifying the terminal now.
* eoutdent should set the correct env var.Roy Marples2008-02-04
|