Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37046802
en ru br
ALT Linux repos
S:0.2-alt1
5.0: 0.1-alt2
4.1: 0.1-alt2
4.0: 0.1-alt2
3.0: 0.1-alt1

Group :: System/Servers
RPM: cmdproxyd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: cmdproxyd
Version: 0.2
Release: alt1

Summary: A command proxy daemon
License: GPLv2+
Group: System/Servers

Source: %name-%version.tar

PreReq: shadow-utils, service

%description
This is a command proxy daemon.

%prep
%setup

%build
%make_build CFLAGS="%optflags -Werror -W"

%install
%make_install install DESTDIR=%buildroot
install -pD -m755 %name.init %buildroot%_initdir/%name
install -pD -m644 %name.sysconfig %buildroot%_sysconfdir/sysconfig/%name

%post
/usr/sbin/groupadd -r -f %name
/usr/sbin/useradd -r -g %name -d /dev/null -s /dev/null -n %name >/dev/null 2>&1 ||:
%post_service %name

%preun
%preun_service %name

%files
%config %_initdir/*
%config(noreplace) %_sysconfdir/sysconfig/%name
%_sbindir/*

%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