From d8a76d1bf660aa376547f80f406240c67e938487 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 27 Oct 2010 09:00:02 -0500 Subject: allow net_fs_list to be extended but not replaced This fixes bug #342825. --- etc/rc.conf.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'etc/rc.conf.in') diff --git a/etc/rc.conf.in b/etc/rc.conf.in index a9a80fa6..60e2952a 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -75,8 +75,14 @@ # Set unicode to YES to turn on unicode support for keyboards and screens. #unicode="NO" -# Network fstypes. Below is the default. -net_fs_list="afs cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs nfs nfs4 ocfs2 shfs smbfs" +# Below is the default list of network fstypes. +# +# afs cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs +# nfs nfs4 ocfs2 shfs smbfs +# +# If you would like to add to this list, you can do so by adding your +# own fstypes to the following variable. +#extra_net_fs_list="" ############################################################################## # SERVICE CONFIGURATION VARIABLES -- cgit v1.2.3