Roy Marples
0c25b359de
Allow bash arrays to be flattened to make some configs easier.
2007-11-14 18:23:59 +00:00
Roy Marples
7003483a91
Fix ppp config, #197775 .
2007-11-02 11:02:07 +00:00
Roy Marples
c3690f2d1b
Document mdev
2007-11-01 12:08:27 +00:00
Roy Marples
6ffd3b5289
You can now spoof the source address for arping as the third parameter in gateways_eth0 if you have arping2 installed, #180888 .
2007-10-30 11:39:19 +00:00
Roy Marples
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
Roy Marples
9bb59a93f2
Simply the clock script even more. This makes us very similar to Debians now
2007-10-24 07:26:05 +00:00
Roy Marples
bf0cc2dac4
clock init script now handles /etc/adjtime correctly. CLOCK_ADJTIME hinted that it could change the location of /etc/adjtime. This is not the case.
2007-10-23 20:00:08 +00:00
Roy Marples
59c9e0e1ee
Punt the voumns config file
2007-10-18 12:44:40 +00:00
Roy Marples
2113001e39
Fix old examples
2007-10-17 21:33:23 +00:00
Roy Marples
393d07cb6f
txqueuelen_eth0= now works, #190538 .
2007-10-09 09:56:45 +00:00
Roy Marples
d3d0fd2d9c
Fix dns timeout comment, #19405 thanks to Patrik Wenger.
2007-09-30 14:35:12 +00:00
Mike Frysinger
3e3b54ceed
eat leading newline as the common clock has a proper trailing newline
2007-09-24 10:13:20 +00:00
Roy Marples
cc7df1d1f8
Document the preferance of wpa_supplicant, #192828 .
2007-09-17 17:44:10 +00:00
Roy Marples
09374583ac
RC_TTY_NUMBER now defaults to 12, #190996 thanks to Pacho Ramos.
2007-09-02 13:09:34 +00:00
Roy Marples
db7b953460
Remove baselayout-1 stuff
2007-07-31 18:23:56 +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
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
fdf07f69a1
Fix unicode keymaps, #173528 .
...
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-04 15:15:11 +00:00
Roy Marples
e5a82d5fe6
dns_sortlist and dns_options now work as documented, #175367 .
2007-05-03 11:21:26 +00:00
Roy Marples
c3d899714c
Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554 .
2007-04-30 13:19:26 +00:00
Roy Marples
026926fc4f
Revert commit as we now remove the dhcp default for ppp links
2007-04-19 13:05:07 +00:00
Roy Marples
247dec818b
document config_ppp0=null
2007-04-19 12:55:35 +00:00
Roy Marples
c2407df288
As pppd is mainly a link controller, move it's startup to pppd_pre_start and have pppd_start as a dummy function for old configs.
2007-04-19 10:52:37 +00:00
Roy Marples
daa9c99010
merge wireless.example into net.example, #174282
2007-04-12 15:44:05 +00:00
Roy Marples
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