home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 March / PCWELT_3_2006.ISO / base / 05_common.mo / usr / lib / rpm / rpm.xinetd < prev    next >
Encoding:
Text File  |  2003-10-29  |  319 b   |  17 lines

  1. # This is entirely speculative at the moment, caveat emptor.
  2. service rpmdb
  3. {
  4.     disable            = yes
  5.     type            = RPC
  6.     rpc_number        = 351457
  7.     rpc_version        = 1-1
  8.     protocol        = tcp
  9.     socket_type        = stream
  10.     wait            = no
  11.     user            = rpm
  12.     group            = rpm
  13.     instances        = 1
  14.     server            = /usr/bin/berkeley_db_svc
  15.     server_args        = -h /var/lib/rpm
  16. }
  17.