- Make the header conform to standard rc.d style.

- The 'before ipfw' directive seems bogus, and should instead
  be 'before rcconf'.
This commit is contained in:
mtm 2004-11-05 07:35:31 +00:00
parent a7b4c9ad92
commit 1feafc679b
2 changed files with 4 additions and 4 deletions

View File

@ -26,10 +26,10 @@
#
# $FreeBSD$
#
# REQUIRE: preseedrandom
# PROVIDE: initdiskless
# REQUIRE: preseedrandom
# BEFORE: rcconf
# KEYWORD: nojail
# BEFORE: ipfw
# On entry to this script the entire system consists of a read-only root

View File

@ -26,10 +26,10 @@
#
# $FreeBSD$
#
# REQUIRE: preseedrandom
# PROVIDE: initdiskless
# REQUIRE: preseedrandom
# BEFORE: rcconf
# KEYWORD: nojail
# BEFORE: ipfw
# On entry to this script the entire system consists of a read-only root