From 1f412c28a53a1b08c4f6c3a64677e0568388577c Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 17:23:49 +0000 Subject: Add SuperServer build Remove perl from scripts Remove scripts + consolidate into pkg-install PR: 45185 Submitted by: maintainer --- databases/firebird-server/scripts/pre-build | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 databases/firebird-server/scripts/pre-build (limited to 'databases/firebird-server/scripts/pre-build') diff --git a/databases/firebird-server/scripts/pre-build b/databases/firebird-server/scripts/pre-build deleted file mode 100644 index 6605df7770fd..000000000000 --- a/databases/firebird-server/scripts/pre-build +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -GDS_LOCK_MGR=`ps ax |grep gds_lock_mgr |grep -v grep`; - -if [ "$GDS_LOCK_MGR" != "" ]; then - echo "It appears you have a gds_lock_manager already running."; - echo; - echo "You must cease all InterBase operations to build this port."; - echo "Make sure nobody is connected to any databases, then use"; - echo "'gds_drop -a' and manually verify (with ipcs) that the"; - echo "semaphores were removed."; - exit 1; -fi -exit 0 - -- cgit v1.2.3