Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37531700
en ru br
Репозитории ALT

Группа :: Система/Основа
Пакет: appliance-caching-dns

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Url: http://www.altlinux.org/Appliances
Name: appliance-caching-dns
Summary: setup bind as caching DNS-server
BuildArch: noarch
Version: 4.0.1
Release: alt2
License: GPL
Group: System/Base

Requires(post): bind grep chrooted

%post
chkconfig bind on
if [ -z "$DURING_INSTALL" ]; then
   /sbin/service bind start
fi

if ! egrep -q '^nameserver 127.0.0.1$'; then
   echo "nameserver 127.0.0.1" > /etc/resolv.conf
   /sbin/update_chrooted all
fi

%description
%summary

%files

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin