aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-30You can now spoof the source address for arping as the third parameter in ↵Roy Marples
gateways_eth0 if you have arping2 installed, #180888.
2007-10-30Embed newlines in __IFS to save our identingRoy Marples
2007-10-30Embed newlines in __IFS to save our identingRoy Marples
2007-10-30Embed newlines in __IFS to save our identingRoy Marples
2007-10-29rc --override foo will override the runlevel to load after boot or single ↵Roy Marples
user runlevels to avoid rc recursion, #196338
2007-10-29Do an exact match on tmpfsRoy Marples
2007-10-29/etc/mtab is now a true reflection on /proc/mounts. The only exception is ↵Roy Marples
that we punt any / on tmpfs entry, #194615.
2007-10-29Network config arrays are now split by embedded new lines instead of being ↵Roy Marples
evaled into space separated values. This makes it easier to read, maintain and document as discussed on gentoo-dev.
2007-10-27Indent fixesRoy Marples
2007-10-26Fix the restarting of services depending on the script you're restartingRoy Marples
2007-10-25Format the script correctly, and fix ssids with spaces in hopefully once and ↵Roy Marples
for all
2007-10-25Fix BSD wireless scriptRoy Marples
2007-10-24Advise not syncing time when running ntp daemonsRoy Marples
2007-10-24Simply the clock script even more. This makes us very similar to Debians nowRoy Marples
2007-10-23clock init script now works with busybox.Roy Marples
2007-10-23Use -D_BSD_SOURCE -D_XOPEN_SOURCE=500 in place of -D_GNU_SOURCERoy Marples
2007-10-23Stop using asprintfRoy Marples
2007-10-23clock init script now handles /etc/adjtime correctly. CLOCK_ADJTIME hinted ↵Roy Marples
that it could change the location of /etc/adjtime. This is not the case.
2007-10-23interupt -> interruptRoy Marples
2007-10-23We can still update deptree if needed services are missingRoy Marples
2007-10-23Fix tmp cleaningRoy Marples
2007-10-23Allow half a second for a working pidfile to be created and a tenth of a ↵Roy Marples
second for a daemon to bail.
2007-10-22Fix init.sh for shm againRoy Marples
2007-10-22Wait for plugins to finish before moving on.Roy Marples
2007-10-22When getting an ecolor, we should check that stdout is a ttyRoy Marples
2007-10-22whitespaceRoy Marples
2007-10-19Mount /dev/shm for Linux systems, even not when in /etc/fstab, #196345.Roy Marples
2007-10-18Punt the voumns config fileRoy Marples
2007-10-17Fix old examplesRoy Marples
2007-10-16We now build and optionally work with static libraries.Roy Marples
2007-10-15Update dependencies if we're allowed tooRoy Marples
2007-10-15This is probably betterRoy Marples
2007-10-15const correctnessRoy Marples
2007-10-15Add trace to depoptsRoy Marples
2007-10-15rc-status now orders services in start order, #195630Roy Marples
2007-10-12Add link-localRoy Marples
2007-10-12malloc over fatty buffersRoy Marples
2007-10-11malloc data size, not pointer sizeRoy Marples
2007-10-11net.eth0 and net.eth1 makes no sense, thanks to Marc BlumentrittRoy Marples
2007-10-11Release rc5Roy Marples
2007-10-11Only update mtab if /proc/mounts existsRoy Marples
2007-10-11Bump librc and libeinfo to .so.1Roy Marples
2007-10-11Fix checkroot and give info about mtabRoy Marples
2007-10-11Yoiks, that comma shouldn't be there.Roy Marples
2007-10-11No need for that includeRoy Marples
2007-10-11Fix deleting items from string lists.Roy Marples
2007-10-11If / block device as in /etc/fstab does not exist, use /dev/root if it's ↵Roy Marples
available in checkroot, #171593.
2007-10-10Fix rc.mapRoy Marples
2007-10-10rc_deptree_order_services -> rc_deptree_orderRoy Marples
2007-10-10Give more time to daemonsRoy Marples