From owner-svn-src-all@freebsd.org Sun May 15 04:38:52 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75DCDB3C770; Sun, 15 May 2016 04:38:52 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2ACEB1EDE; Sun, 15 May 2016 04:38:52 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4F4cpWf080603; Sun, 15 May 2016 04:38:51 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4F4coNR080598; Sun, 15 May 2016 04:38:50 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201605150438.u4F4coNR080598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Garrett Cooper Date: Sun, 15 May 2016 04:38:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299839 - head/etc/rc.d X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2016 04:38:52 -0000 Author: ngie Date: Sun May 15 04:38:50 2016 New Revision: 299839 URL: https://svnweb.freebsd.org/changeset/base/299839 Log: Make FILESYSTEMS, dumpon, and var not depend on zfs and zvol Make zfs and zvol come before all of the items that depended on them previously MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division Modified: head/etc/rc.d/FILESYSTEMS head/etc/rc.d/dumpon head/etc/rc.d/var head/etc/rc.d/zfs head/etc/rc.d/zvol Modified: head/etc/rc.d/FILESYSTEMS ============================================================================== --- head/etc/rc.d/FILESYSTEMS Sun May 15 04:19:50 2016 (r299838) +++ head/etc/rc.d/FILESYSTEMS Sun May 15 04:38:50 2016 (r299839) @@ -4,7 +4,7 @@ # # PROVIDE: FILESYSTEMS -# REQUIRE: root mountcritlocal cleanvar zfs +# REQUIRE: root mountcritlocal cleanvar # This is a dummy dependency, for services which require filesystems # to be mounted before starting. It also serves as the default early / Modified: head/etc/rc.d/dumpon ============================================================================== --- head/etc/rc.d/dumpon Sun May 15 04:19:50 2016 (r299838) +++ head/etc/rc.d/dumpon Sun May 15 04:38:50 2016 (r299839) @@ -4,7 +4,6 @@ # # PROVIDE: dumpon -# REQUIRE: zvol # BEFORE: disks # KEYWORD: nojail Modified: head/etc/rc.d/var ============================================================================== --- head/etc/rc.d/var Sun May 15 04:19:50 2016 (r299838) +++ head/etc/rc.d/var Sun May 15 04:38:50 2016 (r299839) @@ -28,7 +28,7 @@ # # PROVIDE: var -# REQUIRE: mountcritlocal zfs +# REQUIRE: mountcritlocal # NFS /var is not supported, unless NFS /var is part of diskless NFS / Modified: head/etc/rc.d/zfs ============================================================================== --- head/etc/rc.d/zfs Sun May 15 04:19:50 2016 (r299838) +++ head/etc/rc.d/zfs Sun May 15 04:38:50 2016 (r299839) @@ -5,6 +5,7 @@ # PROVIDE: zfs # REQUIRE: mountcritlocal +# BEFORE: FILESYSTEMS var . /etc/rc.subr Modified: head/etc/rc.d/zvol ============================================================================== --- head/etc/rc.d/zvol Sun May 15 04:19:50 2016 (r299838) +++ head/etc/rc.d/zvol Sun May 15 04:38:50 2016 (r299839) @@ -5,6 +5,7 @@ # PROVIDE: zvol # REQUIRE: hostid +# BEFORE: dumpon # KEYWORD: nojail . /etc/rc.subr