blob: 65f8066eea3a2404f4ca953216dbbb980abd6c2b (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
. $(dirname $0)/common.sh
#
# Run the proxy server.
#
exec $DIR/build/make/jlibtool --mode=execute $FR_DEBUGGER $DIR/build/bin/local/radiusd -d $(dirname $0)/proxy -D $DIR/share/ -fxx -l stdout $@
|