* 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.
|
Summary: A program for synchronizing files over a network.
|
||||||
Name: rsync
|
Name: rsync
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 0.pre2%{?dist}
|
Release: 0.pre2.1%{?dist}
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
# TAG: for pre versions use
|
# TAG: for pre versions use
|
||||||
Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre2.tar.gz
|
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*
|
%{_mandir}/man5/rsyncd.conf.5*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 12 2007 Simo Sorce <ssorce@redhat.com> 3.0.0-0.pre2.fc9
|
||||||
- Second prerelease
|
- Second prerelease
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
service rsync
|
service rsync
|
||||||
{
|
{
|
||||||
disable = yes
|
disable = yes
|
||||||
|
flags = IPv6
|
||||||
socket_type = stream
|
socket_type = stream
|
||||||
wait = no
|
wait = no
|
||||||
user = root
|
user = root
|
||||||
|
Loading…
Reference in New Issue
Block a user