fadee8e656
Move _shell_var shell function to shell_var C applet
2008-01-02 15:38:37 +00:00
a273f8df55
Fix the adding of default routes
2007-12-31 09:28:53 +00:00
b6aa56ce14
Fix metric_$IFVAR
2007-12-31 09:28:34 +00:00
9f2403dffa
Remove Gentoo copyright from all files that I know I have written
2007-12-14 14:12:38 +00:00
ba3248e6d2
Preserve IFS correctly
2007-12-04 14:18:41 +00:00
7683c5056a
fix last stupid error
2007-11-30 09:59:10 +00:00
a6d8b76876
Ensure that lo0 gets 127.0.0.1/8 with a space separated config
2007-11-30 09:38:01 +00:00
82df7e4584
Use shorthand for loops
2007-11-29 11:23:06 +00:00
50161bef0e
Allow space separated configs to work for CIDR address styles
2007-11-29 11:17:50 +00:00
f0aa06b586
Fix whitespace in configs
2007-11-29 09:45:57 +00:00
ac9279cc0d
Massive whitespace cleanup
2007-11-28 15:45:03 +00:00
444f23e2d1
resolvconf may not be in /sbin
2007-11-28 14:32:24 +00:00
8a328b7408
Allow whitespace in routing commands, Gentoo bug #200458 .
2007-11-28 10:04:15 +00:00
49edf58fc1
Don't rely on sed being available when calculating deps
2007-11-26 09:56:22 +00:00
a1b9dabf4e
Use yesno for more robustness
2007-11-22 13:37:24 +00:00
09c5e5d415
Use yesno for more robustness
2007-11-22 13:28:14 +00:00
0c25b359de
Allow bash arrays to be flattened to make some configs easier.
2007-11-14 18:23:59 +00:00
39227ede1d
relicense as 2-clause BSD, with the kind permission of Gentoo
2007-11-14 15:22:04 +00:00
388f3ab9c5
Fix up display for tab delimited foo
2007-11-02 17:03:29 +00:00
80124a050c
Work cleanly with bridges on kernels without TCP, #197791 .
2007-11-01 22:25:53 +00:00
be13c0018b
Fix fallback, #197788 .
2007-11-01 18:15:30 +00:00
7d2c240c25
Embed newlines in __IFS to save our identing
2007-10-30 11:37:49 +00:00
e372729b8c
Network config arrays are now split by embedded new lines instead of being evaled into space separated values. This makes it easier to read, maintain and document as discussed on gentoo-dev.
2007-10-29 09:45:49 +00:00
b894cdb738
net.sh now checks to see if root is net mounted if no predown function
...
exists, #194074 .
2007-09-28 12:46:59 +00:00
47f21d06a0
Fix fallback configurations
2007-09-17 21:38:58 +00:00
fac4de2b46
Portability
2007-09-17 20:59:55 +00:00
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
05201b514b
init scripts and their extra options can now have descriptions, #184327 .
2007-07-10 19:09:41 +00:00
0234605bf4
Up the interface after preup incase preup brings it down
2007-07-04 14:21:24 +00:00
49347d6f77
Be more resilient when the nettree is invalid
2007-05-18 20:09:10 +00:00
d599a40680
Correct tabs
2007-05-02 11:04:52 +00:00
82361c0feb
Don't delete addresses for PPP interfaces, #176764 .
2007-05-02 10:59:34 +00:00
d658c2dc6d
Fix carrier_timeout
2007-04-30 13:17:28 +00:00
f05ac25185
Fix bridge some more, remove superflous warning from vewarn and error when no interface correctly
2007-04-19 06:46:29 +00:00
eabcb48f71
netmask -> CIDR is worked out correctly #174341 .
2007-04-13 10:30:57 +00:00
64c4d3875d
Move carrier detection back into net.sh. Reserve a new hook numbers
2007-04-11 10:40:53 +00:00
0c98067d57
Misc network fixes so we work on my stable server. Splash plugin removed as splashtuils-1.4 now ships with its own.
2007-04-10 10:33:44 +00:00
5076114aa7
routes_SSID now works, as does iwconfig.sh for BSD
2007-04-09 18:56:26 +00:00
5af58b4514
Rewrite the core parts in C. We now provide librc so other programs can
...
query runlevels, services and state without using bash. We also provide
libeinfo so other programs can easily use our informational functions.
As such, we have dropped the requirement of using bash as the init script
shell. We now use /bin/sh and have strived to make the scripts as portable
as possible. Shells that work are bash and dash. busybox works provided
you disable s-s-d. If you have WIPE_TMP set to yes in conf.d/bootmisc you
should disable find too.
zsh and ksh do not work at this time.
Networking support is currently being re-vamped also as it was heavily bash
array based. As such, a new config format is available like so
config_eth0="1.2.3.4/24 5.6.7.8/16"
or like so
config_eth0="'1.2.3.4 netmask 255.255.255.0' '5.6.7.8 netmask 255.255.0.0'"
We will still support the old bash array format provided that /bin/sh IS
a link it bash.
ChangeLog for baselayout-1 can be found in our SVN repo.
2007-04-05 11:18:42 +00:00