From owner-freebsd-current Thu May 23 15:24:24 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA27360 for current-outgoing; Thu, 23 May 1996 15:24:24 -0700 (PDT) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA27355 for ; Thu, 23 May 1996 15:24:18 -0700 (PDT) Received: from campa.panke.de (anonymous222.ppp.cs.tu-berlin.de [130.149.17.222]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id AAA28918; Fri, 24 May 1996 00:11:30 +0200 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id WAA01774; Thu, 23 May 1996 22:26:58 +0200 Date: Thu, 23 May 1996 22:26:58 +0200 From: Wolfram Schneider Message-Id: <199605232026.WAA01774@campa.panke.de> To: "Christoph P. Kukulies" Cc: freebsd-current@freefall.freebsd.org Subject: /usr/share/skel/dotfiles are overwritten In-Reply-To: <199605230745.JAA24733@gilberto.physik.rwth-aachen.de> References: <199605230745.JAA24733@gilberto.physik.rwth-aachen.de> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Christoph P. Kukulies writes: >make world overwrites /usr/share/skel/dotfiles. >Is this the intention? Yes. /usr/share/skel is an *example* directory for dot files, see hier(7). >Or is there a way override >/usr/share/skel by /usr/local/share/skel or something? >I mean, do the shells provide for such an alternate path? No shell use any file from /usr/share/skel. For adduser(8), try option -dotdir /usr/local/share/skel or something. Wolfram