changeset 181 | 3e9155836bc7 |
parent 28 | 801dc7eabf51 |
180:786d4cba38fb | 181:3e9155836bc7 |
---|---|
1 #!/bin/sh |
1 #!/bin/sh |
2 module="msr_modul" |
2 module="msr_rt" |
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 |