diff options
author | rene <rene@FreeBSD.org> | 2019-07-10 03:24:26 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-07-10 03:24:26 +0800 |
commit | 4717147a375115ea0ef06d228724513b33f7ca26 (patch) | |
tree | c0141daf7760c0a9647b2be7194f3bd75af95d42 /comms | |
parent | 3a8b3539a1a216b9f882515eb0682b2f06b57465 (diff) | |
download | freebsd-ports-gnome-4717147a375115ea0ef06d228724513b33f7ca26.tar.gz freebsd-ports-gnome-4717147a375115ea0ef06d228724513b33f7ca26.tar.zst freebsd-ports-gnome-4717147a375115ea0ef06d228724513b33f7ca26.zip |
UCL-ify pkg-message of my ports.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dcf77pi/pkg-message | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/comms/dcf77pi/pkg-message b/comms/dcf77pi/pkg-message index 77d992efdf8d..54c4e1057e5c 100644 --- a/comms/dcf77pi/pkg-message +++ b/comms/dcf77pi/pkg-message @@ -1,3 +1,6 @@ +[ +{ + message: <<EOM 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: @@ -7,3 +10,7 @@ of the device node: And to make the change persistent across reboots: # echo "perm gpioc* 0660" >> /etc/devfs.conf +EOM + type: install +} +] |