From owner-freebsd-current@FreeBSD.ORG Tue May 14 14:20:03 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8FBF0145 for ; Tue, 14 May 2013 14:20:03 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bk0-x231.google.com (mail-bk0-x231.google.com [IPv6:2a00:1450:4008:c01::231]) by mx1.freebsd.org (Postfix) with ESMTP id 2527BDEA for ; Tue, 14 May 2013 14:20:02 +0000 (UTC) Received: by mail-bk0-f49.google.com with SMTP id na10so367912bkb.36 for ; Tue, 14 May 2013 07:20:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=6hBwRNb1jOmbaq60wXZNcPnwsk+GUlBk2aXKJRCpzPY=; b=vIxmOOhgUspHBIxop5ARk+0hKjBvYV26GQGdexAJ4ff9bKZCyVJ9jCDjbjV5PozAcT NUNvvvk22htvT9nZo63YXsS2JeOkEjN5KksOG69SJ3ue52xJR7fVPNx6CYy7guiNPA2m MCuqbl3lliNFPVfeKpxakxjVTK293Q0w2b11a2TbxgCdQMxORS4QZ5f92wO6Te/5L10T aREedDo/YAcINMmfIITSSyd6OpwH5BsULP/bwJKtuXOYzJ6Dz04dEr0CMgqaSQaNs93y cVt5R344JwxWOAYMBHCr3BCuBfRwGuNBRR0wUdxTFLShluV3xj5kXmnwzd0Axp7tIalt LjFA== MIME-Version: 1.0 X-Received: by 10.204.172.80 with SMTP id k16mr8584337bkz.123.1368541202122; Tue, 14 May 2013 07:20:02 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.204.239.132 with HTTP; Tue, 14 May 2013 07:20:02 -0700 (PDT) Received: by 10.204.239.132 with HTTP; Tue, 14 May 2013 07:20:02 -0700 (PDT) In-Reply-To: <20130514064752.GA1098@tiny.Sisis.de> References: <20130514064752.GA1098@tiny.Sisis.de> Date: Tue, 14 May 2013 07:20:02 -0700 X-Google-Sender-Auth: N7LUZzY5-b9DNM0XV3UTQZD1I4A Message-ID: Subject: Re: head && auditdistd From: Justin Hibbits To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 14:20:03 -0000 You should run 'mergemaster -p' before installworld, as that would add any necessary new users to the file. - Justin On May 13, 2013 11:48 PM, "Matthias Apitz" wrote: > > Hello, > > Today morning I wanted to make and install a fresh /head to an USB key > for further distribution the usual way: > > ... > # make installworld DESTDIR=/mnt > # make installkernel DESTDIR=/mnt KERNCONF=GENERIC INSTALL_NODEBUG=t > # make distrib-dirs DESTDIR=/mnt > # make distribution DESTDIR=/mnt > > 'installworld' instructed me about the missing user 'auditdistd'; I have > read what src/UPDATING says, but can't find any pointer to the man page > of auditdistd(8) or in our handbook; with Don Google I got to know that I > have to add this with something like > > # pw useradd -n auditdistd -g audit -c "Auditdistd unprivileged user" -d > /var/empty -s /usr/sbin/nologin > > Can someone bring a bit light into this? Thanks in advance > > matthias > > -- > Sent from my FreeBSD netbook > > Matthias Apitz | - No system with backdoors like > Apple/Android > E-mail: guru@unixarea.de | - Never being an iSlave > WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF > in E-mail > phone: +49-170-4527211 | - Respect for open standards > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >