summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-03-15 12:30:02 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-03-15 12:30:02 +0200
commitb5b6fae804b20a655f74d958544fbc8c884531b8 (patch)
treea4481fe6752a8c96d67378a6cb34a4c812e89157 /scripts
parent12802c36c9a3b7260d9f788afc826b1cc5ee05e2 (diff)
downloadlibrpm-tizen-b5b6fae804b20a655f74d958544fbc8c884531b8.tar.gz
librpm-tizen-b5b6fae804b20a655f74d958544fbc8c884531b8.tar.bz2
librpm-tizen-b5b6fae804b20a655f74d958544fbc8c884531b8.zip
Lose useless xinetd service stub (ticket #149)
- this never did anything to begin with, and BDB >= 4.8 doesn't support RPC at all so...
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am4
-rw-r--r--scripts/rpm.xinetd16
2 files changed, 2 insertions, 18 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index a2152f5a3..95abd633f 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -13,7 +13,7 @@ EXTRA_DIST = \
find-debuginfo.sh find-lang.sh \
perldeps.pl perl.prov perl.req pythondeps.sh osgideps.pl \
rpmdb_loadcvt rpmdiff rpmdiff.cgi \
- rpm.daily rpm.log rpm.xinetd rpm2cpio.sh \
+ rpm.daily rpm.log rpm2cpio.sh \
tcl.req tgpg vpkg-provides.sh \
find-requires.php find-provides.php \
find-php-provides find-php-requires \
@@ -38,6 +38,6 @@ rpmconfig_SCRIPTS = \
rpmdb_loadcvt rpmdiff rpm2cpio.sh tcl.req tgpg
rpmconfig_DATA = \
- rpmdiff.cgi rpm.daily rpm.log rpm.xinetd \
+ rpmdiff.cgi rpm.daily rpm.log \
macros.perl macros.php macros.python
diff --git a/scripts/rpm.xinetd b/scripts/rpm.xinetd
deleted file mode 100644
index 2f59c0d17..000000000
--- a/scripts/rpm.xinetd
+++ /dev/null
@@ -1,16 +0,0 @@
-# This is entirely speculative at the moment, caveat emptor.
-service rpmdb
-{
- disable = yes
- type = RPC
- rpc_number = 351457
- rpc_version = 1-1
- protocol = tcp
- socket_type = stream
- wait = no
- user = rpm
- group = rpm
- instances = 1
- server = /usr/bin/berkeley_db_svc
- server_args = -h /var/lib/rpm
-}