aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-05-03Load the config file before the init script to stop badly coded init scripts ↵Roy Marples
from erroring, #176548
2007-05-03enable ecn cookies by default and disable ip forwardingMike Frysinger
2007-05-02Don't timeout waiting for checkfs and checkroot. Do a better fix later.Roy Marples
2007-05-02We don't have console, so default to no for fsckRoy Marples
2007-05-02SSD_NICELEVEL can now affect the nicelevel for daemons startedRoy Marples
by start-stop-daemon, #175397.
2007-05-02Correct tabsRoy Marples
2007-05-02Don't delete addresses for PPP interfaces, #176764.Roy Marples
2007-05-02Stop blindly assuming that a blank TERM is cons25. For cons25 terms we drop ↵Roy Marples
one column so we don't get an extra newline.
2007-05-01s-s-d with dhcpcd still has some issues, revert until a fix for dhcpcd is madeRoy Marples
2007-04-30debugfs supportMike Frysinger
2007-04-30Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554.Roy Marples
2007-04-30restart/schedule stopped services when the trigger service goes inactive on ↵Roy Marples
a restart
2007-04-30Fix carrier_timeoutRoy Marples
2007-04-30Fix styleRoy Marples
2007-04-30/etc/init.d/foo start and stop no longer exit when service is fullyRoy Marples
started or stopped, #176452.
2007-04-27env-update now respects COLON_SEPARATED and SPACE_SEPARATED env.d values, ↵Roy Marples
#176198.
2007-04-26Don't dmesg for VPS systemsRoy Marples
2007-04-26Don't dmesg for VPS systemsRoy Marples
2007-04-26Don't sysctl for VPS systemsRoy Marples
2007-04-26File to configure our font as early as possible in initRoy Marples
2007-04-26checkroot and checkfs now use more friendly generic options, #116016Roy Marples
2007-04-26Set fonts in init-early.sh, don't stop services twice when shutting down and ↵Roy Marples
lock prefixed output.
2007-04-26Fix early setting of fontRoy Marples
2007-04-25Don't abort select when on signalsRoy Marples
2007-04-25Don't pass $CONSOLE to sulogin and split rc_environ_fd on NULLsRoy Marples
2007-04-25Fix vserversRoy Marples
2007-04-25Now that dhcpcd-3 is stable on all arches, use it with start-stop-daemon.Roy Marples
2007-04-25Fix Makefile to clean and remove .svn when making dist. rc-mount no longer ↵Roy Marples
appends -f for linux mount and uses -i instead to ignore helpers
2007-04-25We now have an alternative to buffering stdout and stderr.Roy Marples
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.
2007-04-25quiet clipRoy Marples
2007-04-24We now buffer stdout and stderr to a file and flush that when running in ↵Roy Marples
parallel. RC_PARALLEL_STARTUP has been renamed to RC_PARALLEL.
2007-04-23Harden unicode settingsRoy Marples
2007-04-23Fix udhcpc for releasingRoy Marples
2007-04-23Remove debug stuffRoy Marples
2007-04-23Fix dhclientRoy Marples
2007-04-23Attempt to fix clipRoy Marples
2007-04-21error then unlinkRoy Marples
2007-04-21Don't free in vforkRoy Marples
2007-04-20Style fixesRoy Marples
2007-04-20Re-work the starting and stopping of services so we always know the pid so ↵Roy Marples
we can kill our children without the need for process groups which we cannot use as keyboard will not work in init.
2007-04-20Fix rc-abort to notify the plugins we are abortingRoy Marples
2007-04-20exec rc-abortRoy Marples
2007-04-20Added the rc-abort command, #175106 thanks to Daniel Drake.Roy Marples
2007-04-20Automatically mount selinuxfs on /selinux in localmount.Mike Frysinger
2007-04-20Plugins now run in a forked process for extra resliance.Roy Marples
2007-04-19Fix fstabinfo -p /Roy Marples
2007-04-19strdup -> rc_xstrdupRoy Marples
2007-04-19Use RTLD_NOW instead of RTLD_LAZYRoy Marples
2007-04-19Revert commit as we now remove the dhcp default for ppp linksRoy Marples
2007-04-19Remove default config for pppRoy Marples