examples/msr/msr_load
changeset 232 f6594a07cdda
parent 224 4828e5e419bf
equal deleted inserted replaced
231:767548c75bf3 232:f6594a07cdda
     1 #!/bin/sh 
     1 #!/bin/sh 
     2 module="msr_rt"
     2 module="ec_msr_sample"
     3 device="msr"
     3 device="msr"
     4 mode="664"
     4 mode="664"
     5 
     5 
     6 # Group: since distributions do it differently, look for wheel or use staff
     6 # Group: since distributions do it differently, look for wheel or use staff
     7 if grep '^staff:' /etc/group > /dev/null; then
     7 if grep '^staff:' /etc/group > /dev/null; then