auto-import changelog data from rsync-2.4.6-2.src.rpm
* Sat Sep 30 2000 Florian La Roche <Florian.LaRoche@redhat.de> - add xinetd configuration * Tue Sep 26 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 2.4.6
This commit is contained in:
parent
8d8148d06a
commit
d184d48c20
@ -1 +1 @@
|
||||
rsync-2.4.4.tar.gz
|
||||
rsync-2.4.6.tar.gz
|
||||
|
14
rsync.spec
14
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 <Florian.LaRoche@redhat.de>
|
||||
- add xinetd configuration
|
||||
|
||||
* Tue Sep 26 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||
- 2.4.6
|
||||
|
||||
* Mon Jul 31 2000 Bill Nottingham <notting@redhat.com>
|
||||
- update to 2.4.4 - fixes yet another problem with rsh transport
|
||||
|
||||
|
13
rsync.xinetd
Normal file
13
rsync.xinetd
Normal file
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user