mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
7 lines
114 B
Bash
7 lines
114 B
Bash
#!@SH@
|
|
#
|
|
# Wrapper for relay-ctrl-allow that sets TCPREMOTEIP.
|
|
|
|
TCPREMOTEIP="${IP}"; export TCPREMOTEIP
|
|
exec "$@"
|