From e8e86b96dc8abbdfb7069a267873ef2950eb84cb Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 5 Jul 2011 14:33:21 -0500 Subject: fix issue with extra_net_fs_list The extra_net_fs_list variable was not being included as it should have been for the net file systems because it was being expanded before it was set by the user. X-Gentoo-Bug: 374133 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=374133 --- sh/rc-functions.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/rc-functions.sh.in') diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in index 02f84b47..50ba20b5 100644 --- a/sh/rc-functions.sh.in +++ b/sh/rc-functions.sh.in @@ -39,7 +39,7 @@ stop_addon() } net_fs_list="afs cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre -ncpfs nfs nfs4 ocfs2 shfs smbfs $extra_net_fs_list" +ncpfs nfs nfs4 ocfs2 shfs smbfs" is_net_fs() { [ -z "$1" ] && return 1 -- cgit v1.2.3