* Mon Oct 15 2007 Simo Sorce <ssorce@redhat.com> 3.0.0-0.pre2.1.fc9
- Add support for IPv6 by default with xinetd
This commit is contained in:
parent
847ec64e3c
commit
e07029487c
@ -1,7 +1,7 @@
|
||||
Summary: A program for synchronizing files over a network.
|
||||
Name: rsync
|
||||
Version: 3.0.0
|
||||
Release: 0.pre2%{?dist}
|
||||
Release: 0.pre2.1%{?dist}
|
||||
Group: Applications/Internet
|
||||
# TAG: for pre versions use
|
||||
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre2.tar.gz
|
||||
@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/rsyncd.conf.5*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 15 2007 Simo Sorce <ssorce@redhat.com> 3.0.0-0.pre2.1.fc9
|
||||
- Add support for IPv6 by default with xinetd
|
||||
|
||||
* Fri Oct 12 2007 Simo Sorce <ssorce@redhat.com> 3.0.0-0.pre2.fc9
|
||||
- Second prerelease
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
service rsync
|
||||
{
|
||||
disable = yes
|
||||
flags = IPv6
|
||||
socket_type = stream
|
||||
wait = no
|
||||
user = root
|
||||
|
Loading…
Reference in New Issue
Block a user