From 9e4887bad8511156504cb280a4cdf4549c7a8487 Mon Sep 17 00:00:00 2001 From: gordon Date: Sun, 1 Jun 2003 01:43:37 +0000 Subject: Move networkfs_types from mountcritlocal into defaults/rc.conf as netfs_types. Also add logic into mountcritremote to add extra_netfs_types to the list. This unbreaks putting smbfs, portalfs and now nwfs in fstab. --- etc/defaults/rc.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/defaults') diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 37e449f..594f55b 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -44,6 +44,7 @@ rc_conf_files="/etc/rc.conf /etc/rc.conf.local" fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails. background_fsck="YES" # Attempt to run fsck in the background where possible. background_fsck_delay="60" # Time to wait (seconds) before starting the fsck. +netfs_types="nfs:NFS smbfs:SMB portalfs:PORTAL nwfs:NWFS" # Net filesystems. extra_netfs_types="NO" # List of network extra filesystem types for delayed # mount at startup (or NO). -- cgit v1.1