Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 1999 00:47:25 +0200
From:      Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
To:        doc@freebsd.org
Subject:   porting,html glitch
Message-ID:  <19990627004724.D18321@daemon.ninth-circle.org>

next in thread | raw e-mail | index | archive | help
Shouldn't this in porting.html:

Store the directory structure in a new file.
# (cd /var/tmp/port-name && find * \! -type d) > OLD-DIRS                                               
be:

Store the directory structure in a new file.
# (cd /var/tmp/port-name && find * -type d) > OLD-DIRS                                               
?

Also:

# mtree -U -f /etc/mtree/BSD.local.dist -d -e -p /var/tmp/port-name

Shouldn't this be preceeded by a mkdir of port-name?

And shouldn't:

# make install PREFIX=/var/tmp

in fact be:

# make install PREFIX=/var/tmp/port-name ?

Just want to verify with ye all before I diff -U and send-pr it ;)

-- 
Jeroen Ruigrok van der Werven                asmodai(at)wxs.nl
        The *BSD Programmer's Documentation Project 
Network/Security Specialist      <http://home.wxs.nl/~asmodai>;
*BSD: We are back and will not accept no...


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990627004724.D18321>