- 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:
parent
a7b4c9ad92
commit
1feafc679b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user