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

    Исходный пакет: control
    Версия: 0.7.6-alt1
    Собран:  5 мая 2011 г. 22:48
    Категория: Система/База
    Сообщить об ошибке в пакете
    Домашняя страница: 

    Лицензия: GPL
    О пакете: A set of scripts to control installed system facilities
    Описание: 
    The scripts included in this package provide a common interface to
    control system facilities provided by a number of other packages.
    This is intended for use primarily by packages which are providing
    a facility that can potentially be dangerous to system security,
    to let you enable, disable, or configure the facility independently
    from package installation.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    control (noarch)

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin

    Права:
    Dmitry V. Levin

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


    5 мая 2011 г. Dmitry V. Levin 0.7.6-alt1
    - control_subst: changed to use "sed -i --follow-symlinks"
      instead of plain "sed -i".
    - /var/run/control/:
      + changed permissions from 0755 to 0700;
      + packaged as %ghost;
      + control-dump: changed to create /var/run/control/ (closes: #25575).
    28 июня 2010 г. Dmitry V. Levin 0.7.5-alt1
    - Added --help and --version options (closes: #16712).
    - Optimized functions for speed (legion@).
    - Changed code to use "sed -i" instead of "subst".
    - Relocated control macro file from /etc/rpm/macros.d/ to
      /usr/lib/rpm/macros.d/
    18 сентября 2007 г. Dmitry V. Levin 0.7.4-alt1
    - functions/stat_file: Speed up.