mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
b06e51b9b0
See CHANGELOG.md for changes While here, improve pkg-message
10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
Normally, dcf77pi and readpin need to be run as root due to the permissions of
|
|
/dev/gpioc* , but they can be run as a regular user 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
|