From owner-freebsd-questions@FreeBSD.ORG Fri Nov 21 17:44:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EF7616A4CE for ; Fri, 21 Nov 2003 17:44:50 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5661D43FE1 for ; Fri, 21 Nov 2003 17:44:49 -0800 (PST) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu163-100-105.nc.rr.com [24.163.100.105]) hAM1imFm015811; Fri, 21 Nov 2003 20:44:48 -0500 (EST) Message-ID: <3FBEBF8F.9050301@mindcore.net> Date: Fri, 21 Nov 2003 20:44:47 -0500 From: Scott W User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dru References: <20031121103130.W599@genisis> In-Reply-To: <20031121103130.W599@genisis> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: customized /usr/share/skel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 01:44:50 -0000 Dru wrote: >I'd like to customize /usr/share/skel. It's an easy matter to edit >/usr/src/share/skel/Makefile and to make my own dot files. > >However, will my customizations get overwritten when I make my next world? >If so, what's the best way to go about preventing my files from being >overwritten? e.g. should I place my custom Makefile and dot files in a >different directory and rerun my Makefile after a successful install >world? > >Dru >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > /usr/share/skel is apparently a directory for _examples_, made apparent by the file naming, eg dot.cshrc (instead of .cshrc). Put your system wide files in /etc/skel/ and they'll be used as appropriate when new accounts are created, and should not be touched by any rebuilds. Scott