summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Flush the ebuffer before and after running a plugin.Roy Marples2007-07-04
|
* As we're running each plugin in a fork, we need to call our cleanup code so ↵Roy Marples2007-07-04
| | | | we don't leak memory. To this extent, we now have the global boolean rc_in_plugin and the cleanup code can act accordingly.
* We need the full path to the service before chdir /Roy Marples2007-07-04
|
* We still need to wait for services we need/useRoy Marples2007-07-03
|
* Don't wait for services that were inactive, #183667 thanks to Daniel DrakeRoy Marples2007-07-02
|
* Make the provided code a little more readable and fix a bug when calculating ↵Roy Marples2007-07-02
| | | | provided services changing from single to default runlevel
* Fix error and only let root run init commands except for status and helpRoy Marples2007-07-02
|
* Add --nocolor to more programsRoy Marples2007-06-28
|
* Add --nocolor to more programsRoy Marples2007-06-28
|
* Add --no-ldconfig option to env-update to match portage.Roy Marples2007-06-27
|
* Change pwd to / for all init scripts, #181224.Roy Marples2007-06-26
|
* Change pwd to / for all init scripts, #181224.Roy Marples2007-06-26
|
* --nocolor works again, #181011 thanks to Daniel Drake.Roy Marples2007-06-26
|
* Improve spellingRoy Marples2007-05-27
|
* RC_SYS should now set XEN0 correctlyRoy Marples2007-05-23
|
* Create a function for running init.sh and init-early.sh which saves on code ↵Roy Marples2007-05-22
| | | | and removes a gcc-4.2 warning
* Default eend to SUCCESS if no options givenRoy Marples2007-05-16
|
* Remove debug lineRoy Marples2007-05-16
|
* Stop using getimeofday for timeouts incase the clock changes.Roy Marples2007-05-16
|
* /etc/conf.d/rc.$runlevel now works, #177869.Roy Marples2007-05-15
|
* Implement FreeBSD's dlfunc function to avoid ISO warnings on dlsym - thanks ↵Roy Marples2007-05-14
| | | | to drizztbsd for find public domain code :)
* Use correct function casts. Use dlfunc where available to remove ISO warnings :)Roy Marples2007-05-14
|
* RC_INTERACTIVE now works, #178331.Roy Marples2007-05-14
|
* Add --startas back to s-s-d, #175980, #175981.Roy Marples2007-05-14
|
* Allow time for pidfiles to be created, #178274.Roy Marples2007-05-14
| | | | | Use int instead of char for getopt, #178084 thanks to drizztbsd.
* Use clock MONOTONIC to timeout, not localtime, #177514Roy Marples2007-05-11
|
* Always pass ttyname to suloginRoy Marples2007-05-03
|
* Don't timeout waiting for checkfs and checkroot. Do a better fix later.Roy Marples2007-05-02
|
* SSD_NICELEVEL can now affect the nicelevel for daemons startedRoy Marples2007-05-02
| | | | | by start-stop-daemon, #175397.
* Stop blindly assuming that a blank TERM is cons25. For cons25 terms we drop ↵Roy Marples2007-05-02
| | | | one column so we don't get an extra newline.
* restart/schedule stopped services when the trigger service goes inactive on ↵Roy Marples2007-04-30
| | | | a restart
* /etc/init.d/foo start and stop no longer exit when service is fullyRoy Marples2007-04-30
| | | | | started or stopped, #176452.
* env-update now respects COLON_SEPARATED and SPACE_SEPARATED env.d values, ↵Roy Marples2007-04-27
| | | | #176198.
* Set fonts in init-early.sh, don't stop services twice when shutting down and ↵Roy Marples2007-04-26
| | | | lock prefixed output.
* Don't abort select when on signalsRoy Marples2007-04-25
|
* Don't pass $CONSOLE to sulogin and split rc_environ_fd on NULLsRoy Marples2007-04-25
|
* We now have an alternative to buffering stdout and stderr.Roy Marples2007-04-25
| | | | | | RC_PREFIX="yes" will put the service name as a prefix to all output made by the service. Thanks to Ciaran McCreesh for the idea.
* We now buffer stdout and stderr to a file and flush that when running in ↵Roy Marples2007-04-24
| | | | parallel. RC_PARALLEL_STARTUP has been renamed to RC_PARALLEL.
* error then unlinkRoy Marples2007-04-21
|
* Don't free in vforkRoy Marples2007-04-21
|
* Style fixesRoy Marples2007-04-20
|
* Re-work the starting and stopping of services so we always know the pid so ↵Roy Marples2007-04-20
| | | | we can kill our children without the need for process groups which we cannot use as keyboard will not work in init.
* Fix rc-abort to notify the plugins we are abortingRoy Marples2007-04-20
|
* Added the rc-abort command, #175106 thanks to Daniel Drake.Roy Marples2007-04-20
|
* Plugins now run in a forked process for extra resliance.Roy Marples2007-04-20
|
* Fix fstabinfo -p /Roy Marples2007-04-19
|
* strdup -> rc_xstrdupRoy Marples2007-04-19
|
* Use RTLD_NOW instead of RTLD_LAZYRoy Marples2007-04-19
|
* Fix bridge some more, remove superflous warning from vewarn and error when ↵Roy Marples2007-04-19
| | | | no interface correctly
* remove APPLET check so we can create .dependMike Frysinger2007-04-17
|