F
This commit is contained in:
parent
08980fbb32
commit
b2aa0ecdb8
5
UPDATING
5
UPDATING
@ -23,6 +23,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
|
||||
developers choose to disable these features on build machines
|
||||
to maximize performance.
|
||||
|
||||
20041007:
|
||||
The FreeBSD keyword is no longer a requirement for a valid
|
||||
rc.d script. The rc(8) and rc.shutdown(8) scripts no longer check
|
||||
for the existence of this keyword when ordering rc.d scripts.
|
||||
|
||||
20041007:
|
||||
One of the syscalls the 1:1 threading library libthr uses has
|
||||
changed, thus breaking ABI compatibility. Make sure you rebuild
|
||||
|
@ -245,9 +245,6 @@ entry, and if necessary
|
||||
and
|
||||
.Dq Li BEFORE
|
||||
keywords.
|
||||
In addition, all scripts must have a
|
||||
.Dq Li "# KEYWORD: FreeBSD"
|
||||
line.
|
||||
.Pp
|
||||
Each script is expected to support at least the following arguments, which
|
||||
are automatically supported if it uses the
|
||||
@ -481,7 +478,6 @@ Most scripts require little more than the following.
|
||||
# PROVIDE: foo
|
||||
# REQUIRE: bar_service_required_to_precede_foo
|
||||
# BEFORE: baz_service_requiring_foo_to_precede_it
|
||||
# KEYWORD: FreeBSD
|
||||
|
||||
\&. /etc/rc.subr
|
||||
|
||||
@ -503,7 +499,6 @@ The script may list and define as many commands at it needs.
|
||||
# PROVIDE: foo
|
||||
# REQUIRE: bar_service_required_to_precede_foo
|
||||
# BEFORE: baz_service_requiring_foo_to_precede_it
|
||||
# KEYWORD: FreeBSD
|
||||
|
||||
\&. /etc/rc.subr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user