uevent.sh 210 B

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