From 2c50aa03a973fd9d8739cfae36e421706a0ac592 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Tue, 17 May 2005 16:02:37 +0000 Subject: - Split databases/firebird in -client and -server ports - Install libs and includes on ${LOCALBASE} instead ${LOCALBASE}/firebird PR: ports/79337 Submitted by: maintainer --- ...:install::arch-specific::freebsd::install.sh.in | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 databases/firebird-server/files/patch-src::install::arch-specific::freebsd::install.sh.in (limited to 'databases/firebird-server/files/patch-src::install::arch-specific::freebsd::install.sh.in') diff --git a/databases/firebird-server/files/patch-src::install::arch-specific::freebsd::install.sh.in b/databases/firebird-server/files/patch-src::install::arch-specific::freebsd::install.sh.in deleted file mode 100644 index 03df0f2e369c..000000000000 --- a/databases/firebird-server/files/patch-src::install::arch-specific::freebsd::install.sh.in +++ /dev/null @@ -1,42 +0,0 @@ ---- src/install/arch-specific/freebsd/install.sh.in.orig Tue Apr 26 07:14:26 2005 -+++ src/install/arch-specific/freebsd/install.sh.in Tue Apr 26 07:15:05 2005 -@@ -55,13 +55,6 @@ - InstallFirebirdPrefix=@prefix@ - InstallPrefix=${InstallFirebirdPrefix%/firebird} - --if [ -d $InstallFirebirdPrefix ]; then -- if [ -d $InstallPrefix/firebird.old ]; then -- rm -rf $InstallPrefix/firebird.old -- fi -- cp -Rp $InstallFirebirdPrefix $InstallPrefix/firebird.old --fi -- - if [ `id -u` -ne 0 ]; then - echo; echo "You must be root to run this step!"; echo; echo - exit 1 -@@ -284,25 +277,6 @@ - [ -f aliases.conf ] || install -o $fbUID -g $fbGID -m 444 aliases.conf.sample aliases.conf - [ -f firebird.conf ] || install -o $fbUID -g $fbGID -m 444 firebird.conf.sample firebird.conf - [ -f security.fdb ] || install -o $fbUID -g $fbGID -m 660 security.fdb.sample security.fdb -- --# remove any existing gds service --cp /etc/services /etc/services.old --cp /etc/inetd.conf /etc/inetd.conf.old --cat /etc/services |grep -v gds_db >/etc/services.new --cat /etc/inetd.conf |grep -v gds_db >/etc/inetd.conf.new --mv /etc/services.new /etc/services --mv /etc/inetd.conf.new /etc/inetd.conf -- --# add the gds service and restart inetd --cat >>/etc/services <>/etc/inetd.conf <