[Midnightbsd-cvs] src: early.sh: Remove early.sh.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 14 15:14:47 EDT 2007


Log Message:
-----------
Remove early.sh.

Users should now use "new style" rc.d scripts instead.  Consult rc(8).

Removed Files:
-------------
    src/etc/rc.d:
        early.sh

-------------- next part --------------
--- etc/rc.d/early.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: src/etc/rc.d/early.sh,v 1.2 2004/10/07 13:55:25 mtm Exp $
-# $MidnightBSD: src/etc/rc.d/early.sh,v 1.2 2006/08/28 02:47:45 laffer1 Exp $
-
-# PROVIDE: early
-# REQUIRE: disks localswap
-# BEFORE:  fsck
-
-#
-# Support for legacy /etc/rc.early script
-#
-if [ -r /etc/rc.early ]; then
-	. /etc/rc.early
-fi


More information about the Midnightbsd-cvs mailing list