root@gold{~news/inn-1.7.2} ./BUILD
NOTE:  If you just type [RETURN] to any question, this script will
       assume you are being cautious, and default to whatever answer
       is "safer."  This usually means recompiling.

       You cannot install over a running system; this script will
       remind you about this later.

A c version of subst exists;
config/subst: FreeBSD/i386 compact demand paged dynamically linked executable not stripped
-- do you want to use it [y or n]?  y

Have you already built the executables [y or n]?  y

Setting umask to 0027

Do the spool, etc., directories exist [y or n]?  y

You are now ready to install the INN programs and config files.
You CANNOT DO THIS if INN is running now -- you must shut down
your news system first.
Do you want to continue with the installation [y or n]?  y

Installing the INN programs.
Part of this may fail if you do not have have write permission in
all the destination directories.  This is often the case for innd
and inndstart, for example.  If the following "make" fails, do this:
        echo ${MAKE} update | su
and rerun this script.

cd config ; make  install ; cd ..

cd lib ; make  install ; cd ..

cd frontends ; make  install ; cd ..

cd innd ; make  install ; cd ..

cd nnrpd ; make  install ; cd ..

cd backends ; make  install ; cd ..

cd expire ; make  install ; cd ..

cd doc ; make  install ; cd ..

Building the data files.

Start a subshell to edit the config files [y or n]?  n

Installing the data files.

Checking other data files.

Did you use DBZ in your old news system [y or n]?  n
Will rebuild full history file

Setting correct ownership of history file -- double-check when done.
-rw-rw-r--   1 news     news            0 May 26 21:32 /var/news/etc/history

Rebuilding history.  This may take some time, so it is the last thing
in the installation.