freebsd-ports/comms/dcf77pi/pkg-message
Rene Ladan b06e51b9b0 comms/dcf77pi: update to 3.6.0
See CHANGELOG.md for changes

While here, improve pkg-message
2017-05-16 16:58:01 +00:00

9 lines
302 B
Text

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