From owner-svn-src-all@FreeBSD.ORG Thu Jan 8 16:35:10 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78C741B0; Thu, 8 Jan 2015 16:35:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65325795; Thu, 8 Jan 2015 16:35:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t08GZAQk066514; Thu, 8 Jan 2015 16:35:10 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t08GZAmN066513; Thu, 8 Jan 2015 16:35:10 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201501081635.t08GZAmN066513@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Thu, 8 Jan 2015 16:35:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276833 - head/etc X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2015 16:35:10 -0000 Author: trasz Date: Thu Jan 8 16:35:09 2015 New Revision: 276833 URL: https://svnweb.freebsd.org/changeset/base/276833 Log: Make /net use -intr by default. Linux does that, and it seems a good idea. MFC after: 1 month Sponsored by: The FreeBSD Foundation Modified: head/etc/auto_master Modified: head/etc/auto_master ============================================================================== --- head/etc/auto_master Thu Jan 8 16:33:15 2015 (r276832) +++ head/etc/auto_master Thu Jan 8 16:35:09 2015 (r276833) @@ -2,7 +2,7 @@ # # Automounter master map, see auto_master(5) for details. # -/net -hosts -nobrowse,nosuid +/net -hosts -nobrowse,nosuid,intr # When using the -media special map, make sure to edit devd.conf(5) # to move the call to "automount -c" out of the comments section. #/media -media -nosuid