Date: Tue, 14 May 2013 17:07:42 +0200 From: Fleuriot Damien <ml@my.gd> To: Matthias Apitz <guru@unixarea.de> Cc: freebsd-current@freebsd.org Subject: Re: head && auditdistd Message-ID: <FFFE9FE5-97C3-43BD-BAEC-3B405C087CD2@my.gd> In-Reply-To: <20130514064752.GA1098@tiny.Sisis.de> References: <20130514064752.GA1098@tiny.Sisis.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On May 14, 2013, at 8:47 AM, Matthias Apitz <guru@unixarea.de> 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 A "mergemaster -p" run fixes the problem ;)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FFFE9FE5-97C3-43BD-BAEC-3B405C087CD2>
