CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/03/07 07:59:07
Modified files:
usr.bin/usbhidaction: usbhidaction.1 usbhidaction.c
Log message:
- use fork(2)/exec(3) instead of system(3) to execute the specified action,
as the launched command used to be terminated when usbhidaction terminates.
using fork here prevents that.
from vadim zhukov
ok otto@
