aboutsummaryrefslogtreecommitdiff
path: root/misc/raspberrypi-gpioshutdown
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508882
* misc/raspberrypi-gpioshutdown: fix man page install pathSteve Wills2018-08-291-1/+1
| | | | | | | Reported by: Yuri Pankov <yuripv@yuripv.net> Notes: svn path=/head/; revision=478421
* misc/raspberrypi-gpioshutdown: Fix man page installationSteve Wills2018-08-291-2/+1
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=478419
* misc/raspberrypi-gpioshutdown: create portSteve Wills2018-08-296-0/+192
GPIO 'shutdown' Kernel module for the Raspberry Pi Model 1B and Model 2 The purpose of this module is to shut down all GPIOs prior to powering off or rebooting a Raspberry Pi. PR: 226787 Submitted by: Bob Frazier <bobf@mrp3.com> Notes: svn path=/head/; revision=478362