Пакет xinetd: Информация

    Исходный пакет: xinetd
    Версия: 2.3.14-alt4.M60C.2
    Собран:  25 декабря 2015 г. 17:06 в задании #153459
    Категория: Система/База
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.xinetd.org/

    Лицензия: BSD-style
    О пакете: xinetd is a powerful replacement for inetd
    Описание: 
    xinetd performs the same function as inetd: it starts programs that
    provide Internet services.  Instead of having such servers started at
    system initialization time, and be dormant until a connection request
    arrives, xinetd is the only daemon process started and it listens on
    all service ports for the services listed in its configuration file.
    When a request comes in, xinetd starts the appropriate server.  Because
    of the way it operates, xinetd (as well as inetd) is also referred to
    as a super-server.
    
    xinetd has access control machanisms, extensive logging capabilities,
    the ability to make services available based on time, and can place
    limits on the number of servers that can be started, among other things.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    xinetd (x86_64, i586)
    xinetd-debuginfo (x86_64, i586)
    xinetd-devel (x86_64, i586)

    Сопровождающий: Anton V. Boyarshinov


      1. libwrap-devel

    Последнее изменение


    19 ноября 2015 г. Anton V. Boyarshinov 2.3.14-alt4.M60C.2
    4 апреля 2012 г. Vitaly Kuznetsov 2.3.14-alt4.M60C.1
    Rebuild for C6
    7 февраля 2011 г. Dmitry V. Levin 2.3.14-alt4
    - Packaged /var/log/xinetd/xinetd.log and its logrotate script.
    - init.d/xinetd: Pass --pidfile option to stop_daemon.
    - Synced patches with Owl xinetd-2.3.14-owl1.
    - Imported debuginfo fix from Fedora.