Log of /trunk/init.d
Directory Listing
Revision
2662 -
Directory Listing
Modified
Thu Apr 26 14:17:15 2007 UTC
(6 years, 1 month ago)
by
uberlord
Don't sysctl for VPS systems
Revision
2660 -
Directory Listing
Modified
Thu Apr 26 13:07:57 2007 UTC
(6 years, 1 month ago)
by
uberlord
checkroot and checkfs now use more friendly generic options, #116016
Revision
2639 -
Directory Listing
Modified
Fri Apr 20 13:22:27 2007 UTC
(6 years, 2 months ago)
by
uberlord
exec rc-abort
Revision
2638 -
Directory Listing
Modified
Fri Apr 20 13:12:21 2007 UTC
(6 years, 2 months ago)
by
uberlord
Added the rc-abort command, #175106 thanks to Daniel Drake.
Revision
2637 -
Directory Listing
Modified
Fri Apr 20 10:47:24 2007 UTC
(6 years, 2 months ago)
by
vapier
Automatically mount selinuxfs on /selinux in localmount.
Revision
2604 -
Directory Listing
Modified
Fri Apr 13 15:20:10 2007 UTC
(6 years, 2 months ago)
by
uberlord
hug getopt_long some more
Revision
2568 -
Directory Listing
Modified
Tue Apr 10 10:50:07 2007 UTC
(6 years, 2 months ago)
by
uberlord
Apply sysctl if we don't have an init script
Revision
2551 -
Directory Listing
Modified
Fri Apr 6 01:07:10 2007 UTC
(6 years, 2 months ago)
by
uberlord
Punt the rc-depend man page as it's been moved out of /usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/games/bin
Revision
2547 -
Directory Listing
Added
Thu Apr 5 11:18:42 2007 UTC
(6 years, 2 months 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: |
|