Log of /trunk/conf.d.Linux
Directory Listing
Revision
3089 -
Directory Listing
Modified
Fri Nov 2 11:02:07 2007 UTC
(5 years, 6 months ago)
by
uberlord
Fix ppp config, #197775.
Revision
3082 -
Directory Listing
Modified
Thu Nov 1 12:08:27 2007 UTC
(5 years, 6 months ago)
by
uberlord
Document mdev
Revision
3075 -
Directory Listing
Modified
Tue Oct 30 11:39:19 2007 UTC
(5 years, 6 months ago)
by
uberlord
You can now spoof the source address for arping as the third parameter in gateways_eth0 if you have arping2 installed, #180888.
Revision
3067 -
Directory Listing
Modified
Mon Oct 29 09:45:49 2007 UTC
(5 years, 6 months ago)
by
uberlord
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.
Revision
3060 -
Directory Listing
Modified
Wed Oct 24 07:26:05 2007 UTC
(5 years, 7 months ago)
by
uberlord
Simply the clock script even more. This makes us very similar to Debians now
Revision
3055 -
Directory Listing
Modified
Tue Oct 23 20:00:08 2007 UTC
(5 years, 7 months ago)
by
uberlord
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.
Revision
3045 -
Directory Listing
Modified
Thu Oct 18 12:44:40 2007 UTC
(5 years, 7 months ago)
by
uberlord
Punt the voumns config file
Revision
3044 -
Directory Listing
Modified
Wed Oct 17 21:33:23 2007 UTC
(5 years, 7 months ago)
by
uberlord
Fix old examples
Revision
3012 -
Directory Listing
Modified
Tue Oct 9 09:56:45 2007 UTC
(5 years, 7 months ago)
by
uberlord
txqueuelen_eth0= now works, #190538.
Revision
2962 -
Directory Listing
Modified
Sun Sep 30 14:35:12 2007 UTC
(5 years, 7 months ago)
by
uberlord
Fix dns timeout comment, #19405 thanks to Patrik Wenger.
Revision
2909 -
Directory Listing
Modified
Mon Sep 24 10:13:20 2007 UTC
(5 years, 8 months ago)
by
vapier
eat leading newline as the common clock has a proper trailing newline
Revision
2878 -
Directory Listing
Modified
Mon Sep 17 17:44:10 2007 UTC
(5 years, 8 months ago)
by
uberlord
Document the preferance of wpa_supplicant, #192828.
Revision
2862 -
Directory Listing
Modified
Sun Sep 2 13:09:34 2007 UTC
(5 years, 8 months ago)
by
uberlord
RC_TTY_NUMBER now defaults to 12, #190996 thanks to Pacho Ramos.
Revision
2806 -
Directory Listing
Modified
Tue Jul 31 18:23:56 2007 UTC
(5 years, 9 months ago)
by
uberlord
Remove baselayout-1 stuff
Revision
2774 -
Directory Listing
Modified
Thu Jul 12 14:13:30 2007 UTC
(5 years, 10 months ago)
by
uberlord
Document how to detect if docked or not in example preup, #167742
Revision
2746 -
Directory Listing
Modified
Wed Jul 4 18:11:01 2007 UTC
(5 years, 10 months ago)
by
uberlord
Allow syncing of hwlock for BSD and make our config files look fairly similar.
Revision
2685 -
Directory Listing
Modified
Fri May 4 15:15:11 2007 UTC
(6 years ago)
by
uberlord
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
Revision
2681 -
Directory Listing
Modified
Thu May 3 11:21:26 2007 UTC
(6 years ago)
by
uberlord
dns_sortlist and dns_options now work as documented, #175367.
Revision
2670 -
Directory Listing
Modified
Mon Apr 30 13:19:26 2007 UTC
(6 years ago)
by
uberlord
Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554.
Revision
2632 -
Directory Listing
Modified
Thu Apr 19 13:05:07 2007 UTC
(6 years, 1 month ago)
by
uberlord
Revert commit as we now remove the dhcp default for ppp links
Revision
2630 -
Directory Listing
Modified
Thu Apr 19 12:55:35 2007 UTC
(6 years, 1 month ago)
by
uberlord
document config_ppp0=null
Revision
2626 -
Directory Listing
Modified
Thu Apr 19 10:52:37 2007 UTC
(6 years, 1 month ago)
by
uberlord
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.
Revision
2583 -
Directory Listing
Modified
Thu Apr 12 15:44:05 2007 UTC
(6 years, 1 month ago)
by
uberlord
merge wireless.example into net.example, #174282
Revision
2547 -
Directory Listing
Added
Thu Apr 5 11:18:42 2007 UTC
(6 years, 1 month ago)
by
uberlord
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.
| Sticky Revision: |
|