aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-05-12Fix forcing preferred APSRoy Marples
2007-05-12mount nfsd on /proc/fs/nfs automaticallyMike Frysinger
2007-05-11Store the defined random pool size, #177722 thanks to Yaroslav Isakov.Roy Marples
2007-05-11Use auto for /mnt/cdrom, #177990.Roy Marples
2007-05-11Use clock MONOTONIC to timeout, not localtime, #177514Roy Marples
2007-05-11Only mount ro on LinuxRoy Marples
2007-05-08When we don't have an address return 1, #176577.Roy Marples
2007-05-05Better fixRoy Marples
2007-05-05Fix KV_to_int working with funky kernel versions, #177197.Roy Marples
2007-05-05Remove reference to dm-cryptRoy Marples
2007-05-04Fix unicode keymaps, #173528.Roy Marples
Some fonts show the currency symbol instead of the Euro when doing AltGr-E, so we provide an easy setting to fix this. Release alpha2
2007-05-03Always pass ttyname to suloginRoy Marples
2007-05-03Only use any when >1 interfaceRoy Marples
2007-05-03Allow ip6to4 tunnels to use any derived address, #170290.Roy Marples
2007-05-03dns_sortlist and dns_options now work as documented, #175367.Roy Marples
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