mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
dcf77pi and readpin need to be run as root due to the permissions of
|
|
/dev/gpioc* , but this can be prevented by changing the permissions of the
|
|
device node:
|
|
|
|
# chmod 0660 /dev/gpioc*
|
|
|
|
And to make the change persistent across reboots:
|
|
|
|
# echo "perm gpioc* 0660" >> /etc/devfs.conf
|