From 19fa20832c3783e134eb15866bcc1481c99a3f80 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 22 Mar 2013 14:50:27 -0500 Subject: localmount: add "no" in front of network file system types On Linux, this was not an issue, but we may have been attempting to mount network file systems twice on *bsd. Reported-by: powerman-asdf@yandex.ru x-Gentoo-Bug: 462210 x-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=462210 --- init.d/localmount.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/localmount.in b/init.d/localmount.in index 9cbbd41..407c686 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -17,7 +17,7 @@ start() # Mount local filesystems in /etc/fstab. local types="noproc" x= no_netdev= for x in $net_fs_list $extra_net_fs_list; do - types="${types},${x}" + types="${types},no${x}" done if [ "$RC_UNAME" = Linux ]; then -- cgit v1.2.3