diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-12-04 17:34:21 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-12-04 17:34:21 +0000 |
commit | ea7d06de9102477b334d82b5b9617fdbefe1ec89 (patch) | |
tree | 010f6253bb4c0f6be3bcb32f6489cdb9b501d351 /databases/firebird-devel/scripts/pre-build | |
parent | Add missing patches for the 1.5.r7 update. (diff) |
- Update to 2.0.a0.
- Previous maintainer is now tha actual maintainer again.
- No package at the moment.
PR: 59001
Submitted by: chris@e-easy.com.au
Notes
Notes:
svn path=/head/; revision=95039
Diffstat (limited to 'databases/firebird-devel/scripts/pre-build')
-rw-r--r-- | databases/firebird-devel/scripts/pre-build | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/firebird-devel/scripts/pre-build b/databases/firebird-devel/scripts/pre-build deleted file mode 100644 index 6605df7770fd..000000000000 --- a/databases/firebird-devel/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 - |