fp@220: #!/bin/sh fp@220: module="msr_rt" fp@220: device="msr" fp@220: fp@220: # invoke rmmod with all arguments we got fp@220: /sbin/rmmod $module $* || exit 1 fp@220: fp@220: # Remove stale nodes fp@220: rm -f /dev/${device} /dev/${device}0