1#!/bin/sh
2
3EPATH=$(sed 's/.*EPATH=\([^ ]*\) .*/\1/' /proc/cmdline)
4PATH=/tmp/bin:$EPATH:$PATH
5
6# assume this was a call for CRDA,
7# if not then it won't find a COUNTRY
8# environment variable and exit
9exec crda
10