From owner-freebsd-hackers Wed Jun 18 09:38:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA26395 for hackers-outgoing; Wed, 18 Jun 1997 09:38:52 -0700 (PDT) Received: from smtp1.ts.kiev.ua (viking.ts.kiev.ua [193.124.229.195]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA26114 for ; Wed, 18 Jun 1997 09:34:20 -0700 (PDT) Received: from aviion.ts.kiev.ua by smtp1.ts.kiev.ua with SMTP id SAA25383; (8.8.3/zah/2.1) Wed, 18 Jun 1997 18:39:28 +0300 (EET DST) Received: from nbki.ipri.kiev.ua by aviion.ts.kiev.ua with ESMTP id QAA06183; (8.6.11/zah/2.1) Wed, 18 Jun 1997 16:34:42 GMT Received: from cki.ipri.kiev.ua by nbki.ipri.kiev.ua with ESMTP id SAA24048; (8.6.9/zah/1.1) Wed, 18 Jun 1997 18:08:56 +0100 Received: from 194.44.146.14 (mac.ipri.kiev.ua [194.44.146.14]) by cki.ipri.kiev.ua (8.7.6/8.7.3) with SMTP id SAA00397; Wed, 18 Jun 1997 18:04:51 +0300 (EET DST) Message-ID: <33A7EB47.26C6@cki.ipri.kiev.ua> Date: Wed, 18 Jun 1997 17:05:56 +0300 From: Ruslan Shevchenko Reply-To: rssh@cki.ipri.kiev.ua Organization: IPRI X-Mailer: Mozilla 3.01Gold (Macintosh; I; 68K) MIME-Version: 1.0 To: Wolfram Schneider CC: hackers@FreeBSD.ORG Subject: Re: setting PATH in skeleton files References: <33A644A0.1981@cki.ipri.kiev.ua> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wolfram Schneider wrote: > > Ruslan Shevchenko writes: > > I see phrase > > PATH=....... in skeleton files > > (i.e. in /usr/share/skel/dot.profile, the same in dot.cshrc) > > > > In generally it is bad, becouse > > system admininstrator can not add new directory in /etc/profile. > > for all users. > > /usr/share/skel/dot.* are general examples which will be override > after next update/make world. As a system admin, you should I understand. ;) But i don't wont to modify default skeletons, It is writen to user profile by adduser, than user can patch it, if he wish. So, after erasing string PATH=, I (and not only I) will receive ecomomy of 1 operation > copy /usr/share/skel to /etc/skel and may modify the files in > /etc/skel. > > -- > Wolfram Schneider http://www.apfel.de/~wosch/