From owner-cvs-all Sat Jun 9 2:47:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9666437B403; Sat, 9 Jun 2001 02:47:05 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f599l5Z42060; Sat, 9 Jun 2001 02:47:05 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200106090947.f599l5Z42060@freefall.freebsd.org> From: Sheldon Hearn Date: Sat, 9 Jun 2001 02:47:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/06/09 02:47:05 PDT Modified files: etc rc Log: Fix /etc/rc so that all remote filesystems, not just NFS, are mounted after the network is configured. Future remote filesystem types should be added to remote_fstypes, which is a whitespace-delimited list of type:description pairs. The specific problem this fixes right now is that smbfs mounts described in /etc/ftsab were failing. Revision Changes Path 1.268 +22 -11 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message