Log of /trunk/etc
Directory Listing
Revision
3141 -
Directory Listing
Modified
Fri Jun 26 16:31:53 2009 UTC
(3 years, 10 months ago)
by
vapier
import sqlexec ports for #267811
Revision
3140 -
Directory Listing
Modified
Sat Jun 20 12:33:38 2009 UTC
(3 years, 11 months ago)
by
vapier
pull updates from iana (including sep->dccp fix #273733 by Alexander Dubov)
Revision
3126 -
Directory Listing
Modified
Tue Apr 15 14:30:10 2008 UTC
(5 years, 1 month ago)
by
vapier
give hints at overriding default EDITOR/PAGER
Revision
3115 -
Directory Listing
Modified
Sun Mar 23 01:40:55 2008 UTC
(5 years, 2 months ago)
by
vapier
simply the build system greatly
Revision
3111 -
Directory Listing
Modified
Sun Mar 23 00:55:42 2008 UTC
(5 years, 2 months ago)
by
vapier
merge updates from baselayout-1.12.x
Revision
3110 -
Directory Listing
Modified
Sun Mar 23 00:35:59 2008 UTC
(5 years, 2 months ago)
by
vapier
finish merging openrc changes
Revision
3109 -
Directory Listing
Modified
Sun Mar 23 00:28:02 2008 UTC
(5 years, 2 months ago)
by
vapier
punt things moved to openrc
Revision
3037 -
Directory Listing
Modified
Fri Oct 12 10:09:04 2007 UTC
(5 years, 7 months ago)
by
uberlord
Add link-local
Revision
2851 -
Directory Listing
Modified
Sun Aug 26 15:57:00 2007 UTC
(5 years, 9 months ago)
by
vapier
Add /etc/gentoo-release to CONFIG_PROTECT_MASK.
Revision
2850 -
Directory Listing
Modified
Sat Aug 25 18:47:45 2007 UTC
(5 years, 9 months ago)
by
vapier
Punt PAGER and EDITOR. People need to set this themselves now.
Revision
2830 -
Directory Listing
Modified
Wed Aug 15 11:20:08 2007 UTC
(5 years, 9 months ago)
by
uberlord
Add bzr port 4155 to /etc/services, #188970 thanks to Andrew Cowie.
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: |
|