From owner-freebsd-questions@freebsd.org Thu Dec 31 08:17:36 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 DE3B5A55569 for ; Thu, 31 Dec 2015 08:17:35 +0000 (UTC) (envelope-from murk.fletcher@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 7CFEA10D2 for ; Thu, 31 Dec 2015 08:17:35 +0000 (UTC) (envelope-from murk.fletcher@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id f206so86848789wmf.0 for ; Thu, 31 Dec 2015 00:17:35 -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=hAreL9NmnErVjttMJyDMhE30onPjGlNvZRIchi4YNug=; b=DrYqxhDM+C7zL0S9aS3Y9tQ9xZH+Cuu0B5/+fSxCowFcFPvVPFXJz4MiKKwMwaobUI nY8E/mLLAbsbfvQpU9U9yEju4WbU4yCCie7CYe+Lr8nK95avN8w78zuRPCH7QndLeAz2 1sKbVxYVvtmoWZQTpy+d4IJmLRh4L3uSaiVd2Y+LdicaBL21BihtWhsZQpC3N7ILpX0i DuHLdDcEe1Ruq2X2zTnyv4D9ne+fY+hRX5PSn2SuxkKOApvam6WWEGimTQjuyEHad8HH tYUGpwwtoTLkxq9UeFWXMSL0GibBabs5ypVQQ5SmYYMkKa+fTZvLBmq09RshPZFK/chs RSog== MIME-Version: 1.0 X-Received: by 10.195.12.163 with SMTP id er3mr74777327wjd.135.1451549853878; Thu, 31 Dec 2015 00:17:33 -0800 (PST) Received: by 10.194.24.100 with HTTP; Thu, 31 Dec 2015 00:17:33 -0800 (PST) In-Reply-To: References: <20151231060644.GA42655@becker.bs.l> Date: Thu, 31 Dec 2015 09:17:33 +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:17:36 -0000 In my opinion -- zsh is beautiful, especially once you start programming your own scripts. bash on the other hand is full of bugs and also make your scripts look ugly. Murk On Thu, Dec 31, 2015 at 9:12 AM, Murk Fletcher wrote: > 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" >> > >