Lose useless xinetd service stub (ticket #149)
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 15 Mar 2010 10:30:02 +0000 (12:30 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 15 Mar 2010 10:30:02 +0000 (12:30 +0200)
- this never did anything to begin with, and BDB >= 4.8 doesn't support
  RPC at all so...

scripts/Makefile.am
scripts/rpm.xinetd [deleted file]

index a2152f5..95abd63 100644 (file)
@@ -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 (file)
index 2f59c0d..0000000
+++ /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
-}