ldconfig &&
# we do this here, so that things are not tracked, as these files are 
# constantly modified in normal use
local LOG  &&

cd $FB_PREFIX                               &&
# log file
  mkdir -p $INSTALL_ROOT/var/log/           &&
  LOG=$INSTALL_ROOT/var/log/firebird.log    &&
  touch  $LOG                               &&
  chown firebird:firebird $LOG              &&
  chmod o=,ug=rw $LOG                       &&
mkdir -p $INSTALL_ROOT/var/run/firebird5
message "\n${PROBLEM_COLOR}Creating a SYSDBA user:"  \
        "$MESSAGE_COLOR" \
        "\nThe Firebird5 install process does not create a SYSDBA user." \
        "\n" \
        "\nThis must be done before starting the firebird server:" \
	"\nSee the section 'Initializing the Security Database (Chapter 12)' in " \
	"Firebird-4.*-ReleaseNotes.pdf" \
        "\n" \
        "\nThe default security database is /etc/firebird5/security5.fdb" \
        "\n" \
        "If you have any existing Firebird databases, please read\n" \
        "/opt/firebird5/doc/README.incompatibilities.3to4.txt\n" \
        "$DEFAULT_COLOR"

