From owner-freebsd-questions@freebsd.org Thu Dec 31 08:12:49 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5468A552BB for ; Thu, 31 Dec 2015 08:12:49 +0000 (UTC) (envelope-from murk.fletcher@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 538741E89 for ; Thu, 31 Dec 2015 08:12:49 +0000 (UTC) (envelope-from murk.fletcher@gmail.com) Received: by mail-wm0-x22c.google.com with SMTP id f206so57179178wmf.0 for ; Thu, 31 Dec 2015 00:12:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=U5r2nhylrZUMp09jPqRukxZ6fILq074ZI+mmK8dsbfM=; b=CkTXULy4eausMg9nQvTV7HIrlWVhEMMGcBh+baEfbOx4aVXaDNez2RcFYjsSA+K6C/ hNlgNQnB2NoiiDrrCku6cSkAkAOe2rntk4JYlA+jbz8ZfcW++FI6WrlWtredOZSwOabZ nEwVFJCqa6cRE6GP6j/XDA1iGL/gobhw5QKeqz8L6c4NHKRV79PYYf5ZVds69spwkYEi j1JhriWyvkIpwysoGIjuAEkZRPepLepv3aRQi3mv83kOrZCpd38WjSv+PXWwFc7WuToG E/DL7VMhIIocvzohgvI9jbHy+9ihD7gwo/+bhwCtpPqY4C4+LogmoOOYsz0/v+IGq8mU fvXg== MIME-Version: 1.0 X-Received: by 10.194.192.198 with SMTP id hi6mr75323785wjc.141.1451549567616; Thu, 31 Dec 2015 00:12:47 -0800 (PST) Received: by 10.194.24.100 with HTTP; Thu, 31 Dec 2015 00:12:47 -0800 (PST) In-Reply-To: <20151231060644.GA42655@becker.bs.l> References: <20151231060644.GA42655@becker.bs.l> Date: Thu, 31 Dec 2015 09:12:47 +0100 Message-ID: Subject: Re: Rebuilding FreeBSD! From: Murk Fletcher To: User Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 08:12:49 -0000 I always: pkg install zsh chsh -s /usr/local/bin/zsh Murk On Thu, Dec 31, 2015 at 7:06 AM, Bertram Scharpf wrote: > Hi, > > On Wednesday, 30. Dec 2015, 22:17:34 -0600, Yass Amed wrote: > > Is it possible to rebuild FreeBSD with custom settings such as different > > shell? > > Not actually a different shell. Just install another one > from ports/packages. To avoid disappointments I recommend to > leave csh or sh in /etc/passwd at least for root. > > There's a lot of tweaks for the base system build. Have a look at > "man src.conf". E. g. I'm a true hater of "locate" and I say > > WITHOUT_LOCATE=1 > > in "src.conf". Further I say > > WITHOUT_SENDMAIL=1 > > but that requires to follow strictly the instructions of the > mail program alternative how to replace the base systems > mechanism. > > The native location of the file to say things like that is > "/etc/src.conf" but you can tweak that by saying > "SRCCONF=/my/path/to/my/taste/of/src.conf" on the "make" > command line. > > Bertram > > > -- > Bertram Scharpf > Stuttgart, Deutschland/Germany > http://www.bertram-scharpf.de > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >