Incorrect path for rsync in inetd config
free alternative firmware for the DLink DNS-320/320L/321/323/325/327L
Brought to you by:
jcard
In customroot/etc, both inetd.conf and inetd.conf.default have an incorrect path for rsync. Note the extra slash between usr and bin.
rsync stream tcp nowait root /usr//bin/rsync rsyncd --daemon --config=/etc/rsyncd.conf # Rsync server
When "rcrsyncd init" is called, it fails to find a line for rsync in inetd.conf due to the path error and writes another line with the correct path. Therefore in the web UI you end up with 2 rsync entries when configuring inetd.
thanks, fixed now