aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-04-19document config_ppp0=nullRoy Marples
2007-04-19duh, idiot uberRoy Marples
2007-04-19no need for the sed using printfRoy Marples
2007-04-19use printf %sRoy Marples
2007-04-19As pppd is mainly a link controller, move it's startup to pppd_pre_start and ↵Roy Marples
have pppd_start as a dummy function for old configs.
2007-04-19printf is more portable than echo -nRoy Marples
2007-04-19Fix bridge some more, remove superflous warning from vewarn and error when ↵Roy Marples
no interface correctly
2007-04-18more pppd fixesRoy Marples
2007-04-18get pppoa the right way aroundRoy Marples
2007-04-18Try and fix pppd, thanks to zzam for the patchRoy Marples
2007-04-17Duh, quote eval properlyRoy Marples
2007-04-17remove APPLET check so we can create .dependMike Frysinger
2007-04-17start unifying help handlingMike Frysinger
2007-04-17fix #if handling in get_term_columnsMike Frysinger
2007-04-17Fix bridge, vlan and bonding modules to work together, #174792.Roy Marples
2007-04-17Rationalise our colour usage a little.Roy Marples
2007-04-17Allow user vars for colours in our shell scripts tooRoy Marples
2007-04-17env vars EINFO_GOOD and friends now override our hardcoded builtins.Roy Marples
2007-04-17Allow addons to pass up their exit status in import_addon. Simplify /dev ↵Mike Frysinger
handling in init.sh and add mdev as an option.
2007-04-16Punted the volumes init script. Volume handling will be handled byRoy Marples
init script that can be run at any point, even before checkroot.
2007-04-16Don't search for a space after interface names in /proc/net, #174792 thanks ↵Roy Marples
to Mike Auty.