Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37731304
en ru br
ALT Linux repos
S:4.0.1-alt2

Group :: System/Base
RPM: appliance-ntp-autosync

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Url: http://www.altlinux.org/Appliances
Name: appliance-ntp-autosync
Summary: autosync with ntp servers
BuildArch: noarch
Version: 4.0.1
Release: alt2
License: GPL
Group: System/Base

Requires(post): openntpd

%post
cat > /etc/ntpd.conf << __EOF__
listen on *

servers pool.ntp.org
__EOF__
chown root:wheel /etc/ntpd.conf
chmod 0640 /etc/ntpd.conf

/sbin/chkconfig ntpd on
if [ -z "$DURING_INSTALL" ]; then
   /sbin/service ntpd restart
fi

%description
%summary

%files

%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