From 1feafc679bf3187a31822fb428157dd0dcc58de1 Mon Sep 17 00:00:00 2001 From: mtm Date: Fri, 5 Nov 2004 07:35:31 +0000 Subject: - Make the header conform to standard rc.d style. - The 'before ipfw' directive seems bogus, and should instead be 'before rcconf'. --- etc/rc.d/initdiskless | 4 ++-- etc/rc.initdiskless | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/rc.d/initdiskless b/etc/rc.d/initdiskless index 23d7d56..5ea4c48 100644 --- a/etc/rc.d/initdiskless +++ b/etc/rc.d/initdiskless @@ -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 diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless index 23d7d56..5ea4c48 100644 --- a/etc/rc.initdiskless +++ b/etc/rc.initdiskless @@ -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 -- cgit v1.1