From owner-svn-soc-all@FreeBSD.ORG Wed May 23 14:01:52 2012 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id DA4F51065670 for ; Wed, 23 May 2012 14:01:50 +0000 (UTC) (envelope-from rudot@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Wed, 23 May 2012 14:01:50 +0000 Date: Wed, 23 May 2012 14:01:50 +0000 From: rudot@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20120523140150.DA4F51065670@hub.freebsd.org> Cc: Subject: socsvn commit: r236200 - soc2012/rudot/aux/config X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2012 14:01:53 -0000 Author: rudot Date: Wed May 23 14:01:50 2012 New Revision: 236200 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=236200 Log: I save som config files for the debugging machine Added: soc2012/rudot/aux/config/debug.exports soc2012/rudot/aux/config/debug.rc.conf Added: soc2012/rudot/aux/config/debug.exports ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ soc2012/rudot/aux/config/debug.exports Wed May 23 14:01:50 2012 (r236200) @@ -0,0 +1 @@ +/target/usr -maproot=root target Added: soc2012/rudot/aux/config/debug.rc.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ soc2012/rudot/aux/config/debug.rc.conf Wed May 23 14:01:50 2012 (r236200) @@ -0,0 +1,10 @@ +hostname="debug" +ifconfig_em0="DHCP" +sshd_enable="YES" +sendmail_enable="NONE" +# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable +dumpdev="AUTO" + +rpcbind_enable="YES" +nfs_server_enable="YES" +mountd_flags="-r"