Commit Graph

290 Commits

Author SHA1 Message Date
Roy Marples 02fcdeede4 Create needed dirs in bootmisc if they do not exist 2007-07-30 11:31:29 +00:00
Roy Marples 380b7f917d Duh, test it 2007-07-27 06:22:05 +00:00
Roy Marples f678660f04 Fix bootmisc stopping for pam_console and write halt record correctly. 2007-07-26 16:30:05 +00:00
Roy Marples 075e80b358 Merge some of reb's OpenBSD fixes in 2007-07-25 20:58:23 +00:00
Roy Marples af2d9995d7 appending noinitd=xdm will skip the xdm service when first booting, #181858. 2007-07-23 11:36:12 +00:00
Roy Marples f1f5b0c367 whitespace 2007-07-22 11:28:38 +00:00
Roy Marples 6c54d47341 Had a brain fart - just echo to fd3 2007-07-22 11:27:26 +00:00
Roy Marples 52664d77f9 Cater for einfo calls inside the depend function 2007-07-22 11:23:56 +00:00
Roy Marples b67f71ca5d Harden gendepends.sh some more so we only capture the stdout we want from
the depend function, #186072.
2007-07-22 10:45:56 +00:00
Roy Marples 9211d8b3db Work around a bash evaluation error 2007-07-21 22:35:34 +00:00
Roy Marples 6343b48893 RC_DEPEND_STRICT now controls dependency strictness.
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-21 12:49:51 +00:00
Roy Marples 76f2391ece Skip some files in env-update like portage env-update for more robustness 2007-07-19 21:44:55 +00:00
Roy Marples 26d11b33cf Use printf so we don't put blank lines at the top of new files and fix mountinfo for nfs roots 2007-07-16 17:07:15 +00:00
Roy Marples 42a5cb043b Allow zsh to work as our shell 2007-07-16 16:22:37 +00:00
Roy Marples e983dd0ac6 Yikes, removed that old bash gettextism 2007-07-16 14:09:29 +00:00
Roy Marples 4cc1c3054a Fix compile on FreeBSD 2007-07-16 12:22:53 +00:00
Roy Marples 5154d19238 env-update --fork-ldconfig really forks ldconfig and works now 2007-07-16 07:19:32 +00:00
Roy Marples 56e51080ce Remove hardcoded reference to iwi0 2007-07-15 23:39:07 +00:00
Roy Marples 7545a44dde adsl module now finds the correct exe, #185276 thanks to Marcello Laganà. 2007-07-15 19:23:11 +00:00
Mike Frysinger f1aa7ef2bc Add --remove-destination to example /dev recover command #40987. 2007-07-14 17:36:31 +00:00
Roy Marples 44e575845f Don't use 'this' as a variable name as it confuses c++ 2007-07-13 14:30:33 +00:00
Roy Marples cffbaa6c4e Use echo instead of touch - saves on forking 2007-07-13 00:04:20 +00:00
Roy Marples 639024a04a Document how to detect if docked or not in example preup, #167742 2007-07-12 14:13:30 +00:00
Roy Marples 06e687598d Punt the RC_TTY variable 2007-07-12 09:48:44 +00:00
Roy Marples 685aa53dce alpha4 2007-07-12 08:34:48 +00:00
Roy Marples 5257ba51b9 Don't unmount network filesystems in localmount or halt.sh, #175602. 2007-07-11 17:27:46 +00:00
Roy Marples e778dcbfb0 Fix restarting services with plugins 2007-07-11 14:28:54 +00:00
Roy Marples 74d52e749d Don't do interactive when changing init, #174141. 2007-07-11 13:02:05 +00:00
Roy Marples 356c41f77c Punt the dodgy ebuffer code. We now force prefixing for parallel starts which also reduces our variable pollution. 2007-07-11 12:06:37 +00:00
Roy Marples 35d860710a Add the users group 2007-07-11 12:05:25 +00:00
Roy Marples b4af22edda Only mount stuff if not already mounted 2007-07-11 10:39:01 +00:00
Roy Marples 2aa7ebfe0d Allow non root users to describe 2007-07-10 20:11:42 +00:00
Roy Marples 023d66578b Rename variable 2007-07-10 19:14:37 +00:00
Roy Marples 05201b514b init scripts and their extra options can now have descriptions, #184327. 2007-07-10 19:09:41 +00:00
Roy Marples 445918685e Support /etc/init.d/foo ineed and friends again. 2007-07-10 15:26:49 +00:00
Roy Marples 3fc53d1979 Fix ifconfig using some iproute2 commands. 2007-07-10 15:07:18 +00:00
Roy Marples 7bb24d8058 Remove a debug line 2007-07-10 13:15:07 +00:00
Roy Marples 1cda2a2036 We no longer care about numerical runlevels, #184733. 2007-07-10 11:42:56 +00:00
Mike Frysinger ae160bf293 document qemu hacking 2007-07-10 08:43:51 +00:00
Roy Marples 6802e045b3 Take no chances with PATH, use our env-update 2007-07-09 10:39:35 +00:00
Roy Marples 53d17a1be2 Add an option to fork ldconfig in env-update, #182794. Also, preserve the entire line in /etc/env.d/foo if it begins with $ 2007-07-09 10:26:02 +00:00
Roy Marples e03844fd26 Fix iproute handling of -host and improve iwconfig scanning 2007-07-09 09:14:19 +00:00
Roy Marples 87d1a3be19 Fix netmount - thanks to Hollow 2007-07-08 12:59:58 +00:00
Roy Marples 69c459578e Add and delete IPv6 addresses and routes correctly on FreeBSD, #184430
thanks to Friedrich Oslage.
2007-07-06 18:03:17 +00:00
Roy Marples 913b3b1f6b Of course, glibc does not have strlcpy 2007-07-06 17:07:29 +00:00
Roy Marples 809b5286b6 Make the prefix length dynamic 2007-07-06 15:50:40 +00:00
Roy Marples 090090328a Add the audio group for the BSD's 2007-07-05 16:57:04 +00:00
Roy Marples 7de9a73841 Don't trust the plugin 2007-07-05 08:39:32 +00:00
Roy Marples 31a9682c98 Allow syncing of hwlock for BSD and make our config files look fairly similar. 2007-07-04 18:11:01 +00:00
Roy Marples 710a67138f Flush the ebuffer before and after running a plugin. 2007-07-04 16:06:40 +00:00