8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 03:23:04 +01:00

Fixed CORE-1728: Monitoring tables do not work after fresh linux install

This commit is contained in:
alexpeshkoff 2008-02-06 11:27:32 +00:00
parent 397c255cc6
commit a8ec4a25d9
9 changed files with 13 additions and 13 deletions

View File

@ -31,7 +31,7 @@
# Contributor(s):
#
#
# $Id: install.sh.in,v 1.9 2005-05-27 22:14:45 asfernandes Exp $
# $Id: install.sh.in,v 1.10 2008-02-06 11:26:47 alexpeshkoff Exp $
#
# Install script for FirebirdSQL database engine
@ -259,7 +259,7 @@ cd $InstallFirebirdPrefix
# Lock files
for i in isc_init1 isc_lock1 isc_event1
for i in isc_init1 isc_lock1 isc_event1 isc_monitor1
do
FileName=$i.`hostname`
touch $FileName

View File

@ -31,7 +31,7 @@
# Contributor(s):
#
#
# $Id: preuninstall.sh.in,v 1.5 2005-08-16 10:04:11 alexpeshkoff Exp $
# $Id: preuninstall.sh.in,v 1.6 2008-02-06 11:26:56 alexpeshkoff Exp $
#
# The pre uninstall routines for Firebird Classic
@ -46,7 +46,7 @@
echo "Saved a copy of $SecurityDatabase in /tmp"
fi
for i in isc_init1* isc_event1* isc_lock1* isc_guard* firebird.log SYSDBA.password
for i in isc_*1* firebird.log SYSDBA.password
do
if [ -f $i ]
then

View File

@ -15,7 +15,7 @@ then
fi
for i in isc_init1* isc_event1* isc_lock1* isc_guard* firebird.log SYSDBA.password
for i in isc_*1* firebird.log SYSDBA.password
do
if [ -f $i ]
then

View File

@ -31,7 +31,7 @@
# Contributor(s):
# James K. Lowden <jklowden@schemamania.org>
#
# $Id: install.sh.in,v 1.3 2005-05-27 22:15:16 asfernandes Exp $
# $Id: install.sh.in,v 1.4 2008-02-06 11:27:08 alexpeshkoff Exp $
#
# Install script for FirebirdSQL database engine
@ -265,7 +265,7 @@ cd @prefix@
# Lock files
for i in isc_init1 isc_lock1 isc_event1
for i in isc_init1 isc_lock1 isc_event1 isc_monitor1
do
FileName=$i.`hostname`
touch $FileName

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Header: /home/job/firebird/cvs-backup/firebird2/builds/install/arch-specific/sinixz/postinstall.in,v 1.2 2004-05-25 13:20:24 eku Exp $
# $Header: /home/job/firebird/cvs-backup/firebird2/builds/install/arch-specific/sinixz/postinstall.in,v 1.3 2008-02-06 11:27:15 alexpeshkoff Exp $
#------------------------------------------------------------------------------
# $Copyright:
# Copyright (C) Siemens Nixdorf Informationssysteme AG 1994 - 1998
@ -15,7 +15,7 @@ cd $FIREBIRD
# Create lock files
HOSTNAME=`uname -n`
for i in isc_init1 isc_lock1 isc_event1
for i in isc_init1 isc_lock1 isc_event1 isc_monitor1
do
file=${i}.${HOSTNAME}
touch ${file}

View File

@ -14,7 +14,7 @@ cd $FIREBIRD
# Create lock files
HOSTNAME=`uname -n`
for i in isc_init1 isc_lock1 isc_event1
for i in isc_init1 isc_lock1 isc_event1 isc_monitor1
do
file=${i}.${HOSTNAME}
touch ${file}

View File

@ -6,7 +6,7 @@ cd $FIREBIRD
# Create lock files
HOSTNAME=`uname -n`
for i in isc_init1 isc_lock1 isc_event1 isc_guard1
for i in isc_init1 isc_lock1 isc_event1 isc_guard1 isc_monitor1
do
file=${i}.${HOSTNAME}
touch ${file}

View File

@ -66,7 +66,7 @@ fixFilePermissions() {
# Fix lock files
cd $FBRootDir
for i in isc_init1 isc_lock1 isc_event1
for i in isc_init1 isc_lock1 isc_event1 isc_monitor1
do
FileName=$i.`hostname`
touch $FileName

View File

@ -28,7 +28,7 @@ fixFilePermissions() {
# Lock files
cd $FBRootDir
for i in isc_init1 isc_lock1 isc_event1 isc_guard1
for i in isc_init1 isc_lock1 isc_event1 isc_guard1 isc_monitor1
do
FileName=$i.`hostname`
touch $FileName