From owner-freebsd-isp Sat Jun 22 07:20:19 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA03477 for isp-outgoing; Sat, 22 Jun 1996 07:20:19 -0700 (PDT) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA03439 for ; Sat, 22 Jun 1996 07:20:07 -0700 (PDT) Received: from campa.panke.de (anonymous218.ppp.cs.tu-berlin.de [130.149.17.218]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id QAA06699; Sat, 22 Jun 1996 16:06:43 +0200 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id NAA00495; Sat, 22 Jun 1996 13:55:40 +0200 Date: Sat, 22 Jun 1996 13:55:40 +0200 From: Wolfram Schneider Message-Id: <199606221155.NAA00495@campa.panke.de> To: Chris Watson Cc: freebsd-isp@freebsd.org Subject: Adduser problem In-Reply-To: References: Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Chris Watson writes: >my problem is that on the 17th they added 150 accounts and somehow all the >/home/user dir's were owned by root and group wheel? > >How did that happen? this is the second time this has happened. There was a bug in adduser. Adduser forgot chown/chgrp if you don't copy dotfiles from /usr/share/skel. Fixed in -current and -stable. Wolfram ---------------------------- revision 1.10 date: 1996/02/10 17:15:47; author: wosch; state: Exp; lines: +8 -2 Submitted by: Masafumi NAKANE bugfix: chown home directory if don't copy dotfiles