Log of /trunk/net
Directory Listing
Revision
2895 -
Directory Listing
Modified
Wed Sep 19 13:53:40 2007 UTC
(5 years, 8 months ago)
by
uberlord
/lib/rcscripts -> /lib/rc
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
2672 -
Directory Listing
Modified
Tue May 1 09:37:14 2007 UTC
(6 years ago)
by
uberlord
s-s-d with dhcpcd still has some issues, revert until a fix for dhcpcd is made
Revision
2654 -
Directory Listing
Modified
Wed Apr 25 12:39:31 2007 UTC
(6 years, 1 month ago)
by
uberlord
Now that dhcpcd-3 is stable on all arches, use it with start-stop-daemon.
Revision
2647 -
Directory Listing
Modified
Mon Apr 23 16:43:52 2007 UTC
(6 years, 1 month ago)
by
uberlord
Remove debug stuff
Revision
2646 -
Directory Listing
Modified
Mon Apr 23 16:41:32 2007 UTC
(6 years, 1 month ago)
by
uberlord
Fix dhclient
Revision
2574 -
Directory Listing
Modified
Wed Apr 11 10:40:53 2007 UTC
(6 years, 1 month ago)
by
uberlord
Move carrier detection back into net.sh. Reserve a new hook numbers
Revision
2567 -
Directory Listing
Modified
Tue Apr 10 10:33:44 2007 UTC
(6 years, 1 month ago)
by
uberlord
Misc network fixes so we work on my stable server. Splash plugin removed as splashtuils-1.4 now ships with its own.
Revision
2554 -
Directory Listing
Modified
Fri Apr 6 19:38:23 2007 UTC
(6 years, 1 month ago)
by
uberlord
Use character classes in sed
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: |
|