diff --git a/.cvsignore b/.cvsignore index e7ca868..ae1c5bd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rsync-2.4.4.tar.gz +rsync-2.4.6.tar.gz diff --git a/rsync.spec b/rsync.spec index 8f84bac..9b36a0d 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,9 +1,10 @@ Summary: A program for synchronizing files over a network. Name: rsync -Version: 2.4.4 -Release: 1 +Version: 2.4.6 +Release: 2 Group: Applications/Internet Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz +Source1: rsync.xinetd Patch0: rsync-2.4.2-maxdel.patch Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-root @@ -34,6 +35,8 @@ make CCOPTFLAGS="$RPM_OPT_FLAGS" rm -rf $RPM_BUILD_ROOT %makeinstall +mkdir -p $RPM_BUILD_ROOT/etc/xinetd.d +install -m 644 %SOURCE1 $RPM_BUILD_ROOT/etc/xinetd.d/rsync %clean rm -rf $RPM_BUILD_ROOT @@ -41,11 +44,18 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc COPYING README tech_report.tex +/etc/xinetd.d/rsync %{_prefix}/bin/rsync %{_mandir}/man1/rsync.1* %{_mandir}/man5/rsyncd.conf.5* %changelog +* Sat Sep 30 2000 Florian La Roche +- add xinetd configuration + +* Tue Sep 26 2000 Bernhard Rosenkraenzer +- 2.4.6 + * Mon Jul 31 2000 Bill Nottingham - update to 2.4.4 - fixes yet another problem with rsh transport diff --git a/rsync.xinetd b/rsync.xinetd new file mode 100644 index 0000000..64b274c --- /dev/null +++ b/rsync.xinetd @@ -0,0 +1,13 @@ +# default: off +# description: The rsync server is a good addition to am ftp server, as it \ +# allows crc checksumming etc. +service rsync +{ + disable = yes + socket_type = stream + wait = no + user = root + server = /usr/bin/rsync + server_args = --daemon + log_on_failure += USERID +} diff --git a/sources b/sources index 19f77ec..eaae4fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb2653d816c87b1d7804651e65cc927d rsync-2.4.4.tar.gz +2ceb5e659f257c89569664c780b6fa6c rsync-2.4.6.tar.gz