Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brltty
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yian Iris
brltty
Commits
9d7d7075
Commit
9d7d7075
authored
4 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
upgpkg: 6.3-2
parent
94236885
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
trunk/PKGBUILD
+2
-2
2 additions, 2 deletions
trunk/PKGBUILD
trunk/brltty.sysusers
+25
-3
25 additions, 3 deletions
trunk/brltty.sysusers
trunk/brltty.tmpfiles
+11
-1
11 additions, 1 deletion
trunk/brltty.tmpfiles
with
38 additions
and
6 deletions
trunk/PKGBUILD
+
2
−
2
View file @
9d7d7075
...
...
@@ -15,8 +15,8 @@ pkgname=brltty
pkgdesc
=
"Braille display driver for Linux/Unix"
pkgver
=
6.
2
pkgrel
=
4
pkgver
=
6.
3
pkgrel
=
2
url
=
"https://brltty.app"
...
...
This diff is collapsed.
Click to expand it.
trunk/brltty.sysusers
+
25
−
3
View file @
9d7d7075
###############################################################################
# BRLTTY - A background process providing access to the console screen (when in
# text mode) for a blind person using a refreshable braille display.
#
# Copyright (C) 1995-2020 by The BRLTTY Developers.
#
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
#
# This is free software, placed under the terms of the
# GNU Lesser General Public License, as published by the Free Software
# Foundation; either version 2.1 of the License, or (at your option) any
# later version. Please see the file LICENSE-LGPL for details.
#
# Web Page: http://brltty.app/
#
# This software is maintained by Dave Mielke <dave@mielke.cc>.
###############################################################################
################################################
# keep these synchronized with brltty@.service #
################################################
u brltty - "Braille Device Daemon" /var/lib/brltty
# for reading screen content (/dev/vcs*)
# for virtual console monitoring and control (/dev/tty<n>)
m brltty tty
...
...
@@ -9,6 +32,7 @@ m brltty tty
m brltty uucp
# for USB I/o (/dev/bus/usb/*/*)
# for creating virtual devices (/dev/uinput)
m brltty root
# for playing sound via the ALSA framework
...
...
@@ -20,8 +44,6 @@ m brltty audio
# for monitoring keyboard input (/dev/input/*)
m brltty input
# for creating virtual devices (/dev/uinput)
m brltty root
# for reading the BrlAPI authorization key file
m brltty brlapi
This diff is collapsed.
Click to expand it.
trunk/brltty.tmpfiles
+
11
−
1
View file @
9d7d7075
z /etc/brlapi.key 0640 root brlapi -
# BRLTTY's runtime directory
d /run/brltty 0750 brltty brltty
# BRLTTY's local state directory
d /var/lib/brltty 2770 brltty brltty
# BrlAPI's sockets directory
d /var/lib/BrlAPI 3777 brltty brltty
# BrlAPI's authorization key file
z /etc/brlapi.key 0640 root brlapi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment