summaryrefslogtreecommitdiff
path: root/dev-db/firebird/files/firebird.xinetd.3.0
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-09 21:03:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-09 21:09:13 +0100
commitbbb78cceefee98a2894b867ccf02860cd403b9b7 (patch)
tree96b0c93f1758a91a773e627c7910aee58250d3b0 /dev-db/firebird/files/firebird.xinetd.3.0
parent9c0b3696bb9e31e6ccc2fd53bb9e5807dff778d3 (diff)
downloadgentoo-bbb78cceefee98a2894b867ccf02860cd403b9b7.tar.gz
gentoo-bbb78cceefee98a2894b867ccf02860cd403b9b7.tar.bz2
gentoo-bbb78cceefee98a2894b867ccf02860cd403b9b7.zip
dev-db/firebird: treeclean
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-db/firebird/files/firebird.xinetd.3.0')
-rw-r--r--dev-db/firebird/files/firebird.xinetd.3.011
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-db/firebird/files/firebird.xinetd.3.0 b/dev-db/firebird/files/firebird.xinetd.3.0
deleted file mode 100644
index 4e094bdf0627..000000000000
--- a/dev-db/firebird/files/firebird.xinetd.3.0
+++ /dev/null
@@ -1,11 +0,0 @@
-service gds_db
-{
- flags = REUSE
- socket_type = stream
- wait = no
- user = firebird
- log_on_success += USERID
- log_on_failure += USERID
- server = /usr/bin/firebird
- disable = yes
-}