Changed enabled from false to no for rsync to work properly
The command # rsync rsync://pub@localhost/ fails if enabled is false. The command works properly and verifies rsync if it is no. Change-Id: I850f9db82638a2e6f2e8078dd22a729fe996e3a7 Closes-Bug: #1321264 backport: havana icehouse
This commit is contained in:
parent
4853ea448f
commit
a8308ad9f9
@ -87,7 +87,7 @@ lock file = /var/lock/object.lock</programlisting>
|
||||
<step os="rhel;centos;fedora;sles;opensuse">
|
||||
<para>Edit the following line in
|
||||
<filename>/etc/xinetd.d/rsync</filename>:</para>
|
||||
<programlisting language="ini">disable = false</programlisting>
|
||||
<programlisting language="ini">disable = no</programlisting>
|
||||
</step>
|
||||
<step>
|
||||
<para os="ubuntu;debian">Start the <systemitem
|
||||
|
Loading…
x
Reference in New Issue
Block a user