aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-07-23appending noinitd=xdm will skip the xdm service when first booting, #181858.Roy Marples
2007-07-21RC_DEPEND_STRICT now controls dependency strictness.Roy Marples
If yes then we only use services in the boot and default runlevels, regradless of service state. If no then we take into account coldplugged services and the state of currently running services. Fixes #185640.
2007-07-19Skip some files in env-update like portage env-update for more robustnessRoy Marples
2007-07-16Use printf so we don't put blank lines at the top of new files and fix ↵Roy Marples
mountinfo for nfs roots
2007-07-16Fix compile on FreeBSDRoy Marples
2007-07-16env-update --fork-ldconfig really forks ldconfig and works nowRoy Marples
2007-07-13Don't use 'this' as a variable name as it confuses c++Roy Marples
2007-07-12Punt the RC_TTY variableRoy Marples
2007-07-11Don't unmount network filesystems in localmount or halt.sh, #175602.Roy Marples
2007-07-11Fix restarting services with pluginsRoy Marples
2007-07-11Don't do interactive when changing init, #174141.Roy Marples
2007-07-11Punt the dodgy ebuffer code. We now force prefixing for parallel starts ↵Roy Marples
which also reduces our variable pollution.
2007-07-10Allow non root users to describeRoy Marples
2007-07-10Rename variableRoy Marples
2007-07-10init scripts and their extra options can now have descriptions, #184327.Roy Marples
2007-07-10Support /etc/init.d/foo ineed and friends again.Roy Marples
2007-07-10Remove a debug lineRoy Marples
2007-07-10We no longer care about numerical runlevels, #184733.Roy Marples
2007-07-09Add an option to fork ldconfig in env-update, #182794. Also, preserve the ↵Roy Marples
entire line in /etc/env.d/foo if it begins with $
2007-07-06Of course, glibc does not have strlcpyRoy Marples
2007-07-06Make the prefix length dynamicRoy Marples
2007-07-05Don't trust the pluginRoy Marples
2007-07-04Flush the ebuffer before and after running a plugin.Roy Marples
2007-07-04As we're running each plugin in a fork, we need to call our cleanup code so ↵Roy Marples
we don't leak memory. To this extent, we now have the global boolean rc_in_plugin and the cleanup code can act accordingly.
2007-07-04We need the full path to the service before chdir /Roy Marples
2007-07-03We still need to wait for services we need/useRoy Marples
2007-07-02Don't wait for services that were inactive, #183667 thanks to Daniel DrakeRoy Marples
2007-07-02Make the provided code a little more readable and fix a bug when calculating ↵Roy Marples
provided services changing from single to default runlevel
2007-07-02Fix error and only let root run init commands except for status and helpRoy Marples
2007-06-28Add --nocolor to more programsRoy Marples
2007-06-28Add --nocolor to more programsRoy Marples
2007-06-27Add --no-ldconfig option to env-update to match portage.Roy Marples
2007-06-26Change pwd to / for all init scripts, #181224.Roy Marples
2007-06-26Change pwd to / for all init scripts, #181224.Roy Marples
2007-06-26--nocolor works again, #181011 thanks to Daniel Drake.Roy Marples
2007-05-27Improve spellingRoy Marples
2007-05-23RC_SYS should now set XEN0 correctlyRoy Marples
2007-05-22Create a function for running init.sh and init-early.sh which saves on code ↵Roy Marples
and removes a gcc-4.2 warning
2007-05-16Default eend to SUCCESS if no options givenRoy Marples
2007-05-16Remove debug lineRoy Marples
2007-05-16Stop using getimeofday for timeouts incase the clock changes.Roy Marples
2007-05-15/etc/conf.d/rc.$runlevel now works, #177869.Roy Marples
2007-05-14Implement FreeBSD's dlfunc function to avoid ISO warnings on dlsym - thanks ↵Roy Marples
to drizztbsd for find public domain code :)
2007-05-14Use correct function casts. Use dlfunc where available to remove ISO warnings :)Roy Marples
2007-05-14RC_INTERACTIVE now works, #178331.Roy Marples
2007-05-14Add --startas back to s-s-d, #175980, #175981.Roy Marples
2007-05-14Allow time for pidfiles to be created, #178274.Roy Marples
Use int instead of char for getopt, #178084 thanks to drizztbsd.
2007-05-11Use clock MONOTONIC to timeout, not localtime, #177514Roy Marples
2007-05-03Always pass ttyname to suloginRoy Marples
2007-05-02Don't timeout waiting for checkfs and checkroot. Do a better fix later.Roy Marples