[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make release again
On Mon, Apr 23, 2001 at 07:44:23AM +0200, Morten Liebach wrote:
>
> > Also, I had to manually create most of the directories in
> > /home/newroot. I also get stuff like:
> > File /etc/afs is a directory while file /home/newroot/etc/afs is a regular file
> > File /etc/amd is a directory while file /home/newroot/etc/amd is a regular file
>
> This sounds a little weird, unless there have been changes in the /etc
> layout in the last 10 days or so, since my last build.
>
> You shouldn't create anything in /home/newroot, just look at
> each file and see what's different between it and the old one in /etc,
> and then patch accordingly.
> That's what the diff file is good for, and why you need the '-u' option.
>
>
# ls -a /home/newroot
. ..
# pwd
/usr/src/etc
# echo $DESTDIR
/home/newroot
# make distribution-etc-root-var
install -d -o root -g wheel -m 755 /home/newroot
mtree -qdef mtree/4.4BSD.dist -p /home/newroot/ -u
mtree: unknown group auth
mtree: failed at line 302 of the specification
*** Error code 1 (ignored)
if [ ! -d /home/newroot/usr/src ]; then install -d -o root -g wsrc -m 775 /home/newroot/usr/src; fi
cd /home/newroot/; rm -f sys; ln -s usr/src/sys sys
install -c -o root -g wheel -m 644 bootptab changelist ccd.conf csh.cshrc csh.login csh.logout daily dhcpd.conf dhcpd.interfaces dm.conf exports ftpusers ftpchroot gettytab group hosts hosts.lpd inetd.conf ipf.rules ksh.kshrc locate.rc man.conf monthly motd mrouted.conf myname ipnat.rules netstart networks newsyslog.conf passwd.conf phones printcap protocols rbootd.conf rc rc.conf rc.local rc.securelevel rc.shutdown remote rpc security services shells syslog.conf weekly etc.i386/disktab dhclient.conf mailer.conf /home/newroot/etc
install: Target: /home/newroot/etc: No such file or directory
*** Error code 71
Stop in /usr/src/etc (line 54 of Makefile).
# groupadd -g 11 -v auth
# make distribution-etc-root-var
<--success-->
Is the 'auth' group new in 2.9? I'm pretty sure I didn't remove
any groups from my 2.8 install. (From the CDs, of course.)
<jakemsr@clipper.net>