This commit is contained in:
Mike Makonnen 2004-10-07 14:06:23 +00:00
parent 337338ee00
commit 028a5b9259
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136225
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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