mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 21:24:35 +04:00
Variable 'UID' is set readonly in some calling contexts, yielding errors during e.g. ImageBuilder usage: Enabling rpcd ./etc/init.d/siproxd: line 14: UID: readonly variable Enabling siproxd Enabling sysctl Rename UID and GID variables as SIPROXD_UID and SIPROXD_GID. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>