Update to 0.7
- Strip /dev/ from keyboard device filename - Look in LOCALBASE/include/cfu for cfu headers; it moved in libcfu-0.4
This commit is contained in:
parent
245a32f958
commit
99a1397120
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319048
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= keyboard-daemon
|
||||
PORTVERSION= 0.6
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (keyboard-daemon-0.6.tar.bz2) = 5d92cd2a4d955a48a6943ac428ae7d33c95361e3a4da3bce64b8c8d6ba3e2fd9
|
||||
SIZE (keyboard-daemon-0.6.tar.bz2) = 4218
|
||||
SHA256 (keyboard-daemon-0.7.tar.bz2) = 60ee2112b1d3d0b5d0be459e5429ac4f99f99fbbed8e7471946f4756c6c648ab
|
||||
SIZE (keyboard-daemon-0.7.tar.bz2) = 4237
|
||||
|
|
|
@ -38,7 +38,7 @@ stop_postcmd="kbdcontrol -a ${keyboard_daemon_device} < /dev/console"
|
|||
keyboard_daemon_prestart()
|
||||
{
|
||||
: ${keyboard_daemon_device:?keyboard_daemon_device must be set in rc.conf}
|
||||
kbdcontrol -A ${keyboard_daemon_device} < /dev/console
|
||||
kbdcontrol -A ${keyboard_daemon_device##*/} < /dev/console
|
||||
}
|
||||
|
||||
run_rc_command $1
|
||||
|
|
Loading…
Reference in a new issue