#!/bin/sh # This runs after firebird archive is opened origDir=`pwd` # Update /etc/services newLine="gds_db 3050/tcp # Firebird SQL Database Remote Protocol" replaceLineInFile /etc/services "$newLine" "^gds_db" # Update ownership of files if [ $RunUser = firebird ] then # Prepare firebird user addFirebirdUser fi # Create the fbmgr shell script. cat > $FBBin/fbmgr <