From 03f16e88b092b10238de92a12faaa64d556c2185 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Sun, 1 May 2005 09:29:42 +0000 Subject: [PATCH] - Don't be too smart and don't change /etc/services and /etc/inetd.conf It fix problem with extra files on pointyhat - Add message for usr how to run PR: ports/80358 Submitted by: maintainer --- ...all::arch-specific::freebsd::install.sh.in | 42 +++++++++++++++++++ databases/firebird-client/pkg-install | 26 ------------ databases/firebird-client/pkg-message | 19 +++++++-- ...all::arch-specific::freebsd::install.sh.in | 42 +++++++++++++++++++ databases/firebird-server/pkg-install | 26 ------------ databases/firebird-server/pkg-message | 19 +++++++-- ...all::arch-specific::freebsd::install.sh.in | 42 +++++++++++++++++++ databases/firebird/pkg-install | 26 ------------ databases/firebird/pkg-message | 19 +++++++-- ...all::arch-specific::freebsd::install.sh.in | 42 +++++++++++++++++++ databases/firebird2-server/pkg-install | 26 ------------ databases/firebird2-server/pkg-message | 19 +++++++-- ...all::arch-specific::freebsd::install.sh.in | 42 +++++++++++++++++++ databases/firebird20-server/pkg-install | 26 ------------ databases/firebird20-server/pkg-message | 19 +++++++-- 15 files changed, 285 insertions(+), 150 deletions(-) create mode 100644 databases/firebird-client/files/patch-src::install::arch-specific::freebsd::install.sh.in create mode 100644 databases/firebird-server/files/patch-src::install::arch-specific::freebsd::install.sh.in create mode 100644 databases/firebird/files/patch-src::install::arch-specific::freebsd::install.sh.in create mode 100644 databases/firebird2-server/files/patch-src::install::arch-specific::freebsd::install.sh.in create mode 100644 databases/firebird20-server/files/patch-src::install::arch-specific::freebsd::install.sh.in diff --git a/databases/firebird-client/files/patch-src::install::arch-specific::freebsd::install.sh.in b/databases/firebird-client/files/patch-src::install::arch-specific::freebsd::install.sh.in new file mode 100644 index 000000000000..03df0f2e369c --- /dev/null +++ b/databases/firebird-client/files/patch-src::install::arch-specific::freebsd::install.sh.in @@ -0,0 +1,42 @@ +--- 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 </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 < %%PREFIX%%/firebird may be needed -for compatibility with existing programs that use -Firebird. +Firebird is now installed. + +To start the server add the following line to /etc/services: + +gds_db 3050/tcp #InterBase Database Remote Protocol + +And add the following line to /etc/inetd.conf + +gds_db stream tcp nowait firebird %%PREFIX%%/bin/fb_inet_server fb_inet_server + +And finally restart inetd. + +A symbolic link from /usr/interbase -> %%PREFIX%%/firebird +may be needed for compatibility with existing programs +that use Firebird. The symbolic link can be created with: 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 new file mode 100644 index 000000000000..03df0f2e369c --- /dev/null +++ b/databases/firebird-server/files/patch-src::install::arch-specific::freebsd::install.sh.in @@ -0,0 +1,42 @@ +--- 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 </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 < %%PREFIX%%/firebird may be needed -for compatibility with existing programs that use -Firebird. +Firebird is now installed. + +To start the server add the following line to /etc/services: + +gds_db 3050/tcp #InterBase Database Remote Protocol + +And add the following line to /etc/inetd.conf + +gds_db stream tcp nowait firebird %%PREFIX%%/bin/fb_inet_server fb_inet_server + +And finally restart inetd. + +A symbolic link from /usr/interbase -> %%PREFIX%%/firebird +may be needed for compatibility with existing programs +that use Firebird. The symbolic link can be created with: diff --git a/databases/firebird/files/patch-src::install::arch-specific::freebsd::install.sh.in b/databases/firebird/files/patch-src::install::arch-specific::freebsd::install.sh.in new file mode 100644 index 000000000000..03df0f2e369c --- /dev/null +++ b/databases/firebird/files/patch-src::install::arch-specific::freebsd::install.sh.in @@ -0,0 +1,42 @@ +--- 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 </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 < %%PREFIX%%/firebird may be needed -for compatibility with existing programs that use -Firebird. +Firebird is now installed. + +To start the server add the following line to /etc/services: + +gds_db 3050/tcp #InterBase Database Remote Protocol + +And add the following line to /etc/inetd.conf + +gds_db stream tcp nowait firebird %%PREFIX%%/bin/fb_inet_server fb_inet_server + +And finally restart inetd. + +A symbolic link from /usr/interbase -> %%PREFIX%%/firebird +may be needed for compatibility with existing programs +that use Firebird. The symbolic link can be created with: diff --git a/databases/firebird2-server/files/patch-src::install::arch-specific::freebsd::install.sh.in b/databases/firebird2-server/files/patch-src::install::arch-specific::freebsd::install.sh.in new file mode 100644 index 000000000000..03df0f2e369c --- /dev/null +++ b/databases/firebird2-server/files/patch-src::install::arch-specific::freebsd::install.sh.in @@ -0,0 +1,42 @@ +--- 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 </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 < %%PREFIX%%/firebird may be needed -for compatibility with existing programs that use -Firebird. +Firebird is now installed. + +To start the server add the following line to /etc/services: + +gds_db 3050/tcp #InterBase Database Remote Protocol + +And add the following line to /etc/inetd.conf + +gds_db stream tcp nowait firebird %%PREFIX%%/bin/fb_inet_server fb_inet_server + +And finally restart inetd. + +A symbolic link from /usr/interbase -> %%PREFIX%%/firebird +may be needed for compatibility with existing programs +that use Firebird. The symbolic link can be created with: diff --git a/databases/firebird20-server/files/patch-src::install::arch-specific::freebsd::install.sh.in b/databases/firebird20-server/files/patch-src::install::arch-specific::freebsd::install.sh.in new file mode 100644 index 000000000000..03df0f2e369c --- /dev/null +++ b/databases/firebird20-server/files/patch-src::install::arch-specific::freebsd::install.sh.in @@ -0,0 +1,42 @@ +--- 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 </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 < %%PREFIX%%/firebird may be needed -for compatibility with existing programs that use -Firebird. +Firebird is now installed. + +To start the server add the following line to /etc/services: + +gds_db 3050/tcp #InterBase Database Remote Protocol + +And add the following line to /etc/inetd.conf + +gds_db stream tcp nowait firebird %%PREFIX%%/bin/fb_inet_server fb_inet_server + +And finally restart inetd. + +A symbolic link from /usr/interbase -> %%PREFIX%%/firebird +may be needed for compatibility with existing programs +that use Firebird. The symbolic link can be created with: