Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37042846
en ru br
Репозитории ALT
S:0.4-alt1
5.1: 0.4-alt1
www.altlinux.org/Changes

Группа :: Система/Настройка/Прочее
Пакет: livecd-hostname

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

Name: livecd-hostname
Version: 0.4
Release: alt1

Summary: Try to fetch and setup machine hostname
License: %gpl2only
Group: System/Configuration/Other

Source0: %name-%version.tar

Packager: Andriy Stepanov <stanv at altlinux.ru>

BuildRequires: rpm-build-licenses
BuildArch: noarch
PreReq: service chkconfig

Requires: libshell iproute2

Requires(post): chkconfig
Requires(preun): chkconfig

%description
%summary

%prep
%setup -c

%install
mkdir -p %buildroot%_initdir/
install -pD -m0755 %name-%version/%name %buildroot%_initdir/%name

%post
/sbin/chkconfig --add %name ||:

%preun
if [ $1 = 0 ]; then
   /sbin/chkconfig --del %name
fi

%files
%_initdir/%name


%changelog

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

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