Just a thought. The directory reserved for uci should have been named
something like /etc/uci-config.

Thanks.

On Thu, Jun 16, 2011 at 3:48 PM, Jo-Philipp Wich <x...@subsignal.org> wrote:
> Hi.
>
>> -     $(INSTALL_DIR) $(1)/etc
>> -     $(INSTALL_DATA) ./files/rsyncd.conf $(1)/etc/
>> +     $(INSTALL_DIR) $(1)/etc/config
>> +     $(INSTALL_DATA) ./files/rsyncd.conf $(1)/etc/config/rsyncd
>
> NACK on this. The /etc/config/ directory is reserved for UCI
> configuration files, the rsyncd.conf is native. So adding a conffiles
> entry is okay, but not relocating it to /etc/config/.
>
> Can you do an updated patch for this?
>
> Thanks,
> Jow
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to