
		   InternetSrvcs SOURCE CODE PRODUCT
----------------------------------------------------------------------
ASSUMPTIONS/NOTES:

A.  It is assumed all scripts are executed in parent directory
    above main product directory.   

	For example:
		10_20  <- execution of scripts here.
                 |
          -----------------------
          |            |        |
      INETSVCS         NFS    source

B.  The scripts in the INETSVCS/bin directory must be executed by 
    the user root.

C.  The source code for INETSVCS is placed under:
	/INETSVCS/src

    There must be a symlink from /source/INETSVCS/indnetwk -> /INETSVCS/src
    AND, you must be physically cd'ed to /source/INETSVCS/indnetwk to
    do the builds.  The clean, build and install scripts do the cd
    for you (See below under "TO BUILD THE PRODUCT").

D.  Root's path variable must include:
		/usr/ccs/bin
		/usr/ccs/lbin
		/usr/ccs/lib
		/opt/ansic/bin
		/opt/langtools/bin
		/opt/ansic/lbin
		/opt/langtools/lbin

E.  A /dev directory must be added to the base build environment.
    (See below under "TO UNLOAD THE TAPE").
    

F.  The INETSVCS/doc/BE+.list is a text file containing names of
    header files that are additionally required by the build process.

G.  The INETSVCS/BE+ area is a directory which contains the header
    files, which are symlinked at build time just prior to the actual
    building process.  After the build is complete, the symlinks are 
    removed.

----------------------------------------------------------------------
TO UNLOAD THE TAPE:

A.  Become root
B.  mkdir /10_20; cd /10_20
C.  cpio -icdvmx < /dev/rmt/0m

----------------------------------------------------------------------

TO UNPACKAGE A CPIO FILE:

A. Become root
B. mkdir /10_20; cd /10_20
C. cpio -icdvmx < inetsvcs.cpio

----------------------------------------------------------------------

ADDITONAL ENVIRONMENT SETUP:

A.  mkdir /10_20/dev
    cd /dev
    find . -print | cpio -pxdumv /10_20/dev
B.  mkdir /10_20/etc
    cp /etc/passwd /10_20/etc
    cp /etc/group /10_20/etc

-----------------------------------------------------------------------
TO BUILD THE PRODUCT:

A. Become root
B. cd /10_20 
C. INETSVCS/bin/clean
	Will clean out appropriate objects, executables and libraries
        within the source/INETSVCS/indnetwk area.  It will also remove 
	installed components in the INETSVCS/Filesets area.

D. INETSVCS/bin/build
	1) Will create symlinks, in usr/include to additional header 
	   files in the INETSVCS/BE+ area.
	2) Build all objects, executables and libraries
	3) Remove symlinks for additional header files in usr/include. 

E. INETSVCS/bin/install
	Will install into INETSVCS/Filesets area, all executables,
        control scripts, header files and libraries for all INETSVCS 
	filesets.

