[BACK]Return to README.maint CVS log [TXT][DIR] Up to [Development] / failsafe / FailSafe-mgr

File: [Development] / failsafe / FailSafe-mgr / README.maint (download)

Revision 1.9, Thu Mar 15 00:13:41 2001 UTC (16 years, 7 months ago) by aseel
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines

- Extended support for server-side properties to other tasks.
- GUI components that pointed to the log viewer were removed
  (commented out) while readlog is being ported.
- Extended Support for server-side properties to remaining tasks and views.
- Removed (commented out) GUI components that point to the log viewer
  while readlog is being ported.

README for maintainers: $Date: 2001/03/15 00:13:41 $
===========================================================================

This is the README file specifically for maintainers.  It has the following
sections:
    - BUILDING FROM A SOURCE TREE
    - PRODUCT VERSION NUMBER



BUILDING FROM A SOURCE TREE

After populating your workarea, make sure you've installed the sysadm_base
and FailSafe packages mentioned in the INSTALL file.

You will need to run the following commands before running "make":

    aclocal
    autoheader
    automake --add-missing
    autoconf
    ./configure --prefix=/usr --sysconfdir=/etc

(You may also need --with-JAVAPATH=/usr/jdk118/bin, etc.)

At this point, you should be able to run "make rpm".

This works on the following systems:

    RedHat 6.2
        autoconf-2.13
        automake-1.4
        gettext-0.10.35
        gmake-3.78.1
        libtool-1.3.4

    SuSE 6.4
        autoconf-2.13
        automake-1.4
        gettext-0.10.35? not used?
        gmake-3.78.1
        libtool-1.3.4



PRODUCT VERSION NUMBER

The version is stored in configure.in.  The value set there is available in
C/C++ files through config.h and Java files through
packages/com/sgi/fsmgr/fsPackageP.properties (which is generated from
fsPackageP.properties.in at configure time).  The
/var/lib/sysadm/products/.../version link is created by misc/Makefile.am.