7b6e6c51 | 27-Feb-2024 |
Aaron LI <aly@aaronly.me> |
rc.d: Fix eval bug in routed script
The 'eval' command would fail when 'router_flags' had space or other special character in it. Fix it.
Meanwhile, update the 'eval' command in route6d script to
rc.d: Fix eval bug in routed script
The 'eval' command would fail when 'router_flags' had space or other special character in it. Fix it.
Meanwhile, update the 'eval' command in route6d script to use the same format for consistency, although it was correct.
show more ...
|
66da6989 | 27-Feb-2024 |
Aaron LI <aly@aaronly.me> |
rc.d: Make ldconfig, netoptions and rtsold run earlier
- Make 'ldconfig' before SERVERS - Make 'netoptions' and 'rtsold' before NETWORKING
The new ordering should make more sense.
Referred to Free
rc.d: Make ldconfig, netoptions and rtsold run earlier
- Make 'ldconfig' before SERVERS - Make 'netoptions' and 'rtsold' before NETWORKING
The new ordering should make more sense.
Referred to FreeBSD.
show more ...
|
cdf2358c | 23-Feb-2024 |
Aaron LI <aly@aaronly.me> |
rc.d: Add FILESYSTEMS dummy dependency
This dummy dependency ensures that root and other critical local file systems are mounted. One of the intentions to add this dummy dependency is to fix the wa
rc.d: Add FILESYSTEMS dummy dependency
This dummy dependency ensures that root and other critical local file systems are mounted. One of the intentions to add this dummy dependency is to fix the warnings caused by some ports' rc script wrongly dependent on this script.
Update the rc.8 man page; meanwhile, tweak the description of other dummy dependencies a bit.
Updating existing rc scripts to make use of FILESYSTEMS is coming in another commit.
Obtained-from: FreeBSD
show more ...
|