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:
Kashyap Kopparam 2014-05-23 11:37:46 +05:30 committed by Andreas Jaeger
parent 4853ea448f
commit a8308ad9f9

View File

@ -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