siproxd: fix UID variable conflict in init 608/head
authorTony Ambardar <itugrok@yahoo.com>
Sun, 24 Jan 2021 08:00:01 +0000 (00:00 -0800)
committerTony Ambardar <itugrok@yahoo.com>
Sun, 24 Jan 2021 08:27:05 +0000 (00:27 -0800)
commit442a19214be18f624209fb6e6de5897e6d2d4584
treeed14c2f8ebd16e7735fe8057a6c91446a5010eb9
parent4d2bb84647575641eb55fc82e62b341b7aa056d6
siproxd: fix UID variable conflict in init

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>
net/siproxd/Makefile
net/siproxd/files/siproxd.init