summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Allow rc-depend to order as if runlevel was starting or stopping.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
|
* 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
|
* 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
|
* Use _PATH_DEVNULL on FreeBSD when using kvm_openfiles so we work in a jail, ↵Roy Marples2008-02-13
| | | | bug #21.
* Just use the extern applet var.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
|
* Just restore the old set.Roy Marples2008-02-04
|
* RC_DEP_START/STOP should only be used for ordering services, and not the ↵Roy Marples2008-02-03
| | | | actual dependencies ofthe services themselves. This allows coldplugged services to satisfy the net dependency for rc ordering them correctly but not for services that require net and strict is on.
* Allow non root users to use start-stop-daemon when linked with pam, Gentoo ↵Roy Marples2008-02-03
| | | | bug #207836.
* Fix fork error message.Roy Marples2008-02-02
|
* OK, we have to use fork with sigprocmask as not all systems provide a ↵Roy Marples2008-02-02
| | | | working and sane kernel call to bypass libc.
* Fix compile on systems that do not expose SYS_sigaction.Roy Marples2008-02-02
|
* Fix compile against old lib.sRoy Marples2008-02-02
|
* Fix compile on BSD.Roy Marples2008-02-02
|
* Using syscall in a vfork is safe for sigaction and sigprogmask.Roy Marples2008-02-02
|
* Block signals to avoid fork /signal races.Roy Marples2008-02-02
|
* Constantise as much as possible so that it reduces COW usage.Roy Marples2008-02-01
|
* Factor out the str attribute in the ecolors array to its own array. This way ↵Roy Marples2008-02-01
| | | | ecolors can be marked const.
* Use sigaction over signal.Roy Marples2008-02-01
|
* Fix compile on BSDRoy Marples2008-02-01
|
* Fix up deps for new scripts.Roy Marples2008-01-31
|
* Use the variable instead of type for sizeof.Roy Marples2008-01-30
|
* Ensure that we use our default CFLAGS if none set.Roy Marples2008-01-30
|
* Use the variable instead of type for sizeof.Roy Marples2008-01-30
|
* Add xzalloc function to reduce size.Roy Marples2008-01-30
|
* Allow !net to remove the net provision from dependencies.Roy Marples2008-01-30
|
* Fix adding net scripts to the boot runlevel.Roy Marples2008-01-30
|
* Specify install modes for all our files.Roy Marples2008-01-30
|
* Fix branding.Roy Marples2008-01-29
|
* Do our coldplug at the end of sysinit as there's no guarantee that the boot ↵Roy Marples2008-01-29
| | | | runlevel will be called before the default runlevel.
* If we don't have any branding, then add some uname info at startup.Roy Marples2008-01-29
|
* Fix service_started_daemon, bug #11Roy Marples2008-01-28
|
* Quiet some more lint warnings.Roy Marples2008-01-22
|