#!/bin/sh

# script to initialize the ground state of the 'logmacro' database
# invoked by installation scripts

# @(#)init_logmacro.sh	3.2 99/02/02 Sun Microsystems

read SUNSCREEN_BASE <${SUNSCREEN_ETC:-/etc/opt/SUNWicg/SunScreen}/location
. $SUNSCREEN_BASE/bin/.ssenv.profile

A0EDIR=$ETC_DIR/.active0/.ezdb
DEDIR=$ETC_DIR/default/.ezdb

ME=init_logmacro

exit 0		# that was simple enough

# eof
