Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570840
en ru br
ALT Linux repos
S:0.4-alt1
5.0: 0.3-alt1

Group :: System/Configuration/Other
RPM: livecd-hostname

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin