diff options
author | 2022-01-31 01:12:31 -0600 | |
---|---|---|
committer | 2022-01-31 01:15:29 -0600 | |
commit | 5b7979e4bfc53096ce7e9cf8c04081a26830d2a4 (patch) | |
tree | 707542f221d49f71581a5c5d306ff941d3a4cbd3 /app-accessibility/brltty/files | |
parent | sys-apps/inxi: Stabilize 3.3.08.1 arm, #832401 (diff) | |
download | gentoo-5b7979e4bfc53096ce7e9cf8c04081a26830d2a4.tar.gz gentoo-5b7979e4bfc53096ce7e9cf8c04081a26830d2a4.tar.bz2 gentoo-5b7979e4bfc53096ce7e9cf8c04081a26830d2a4.zip |
app-accessibility/brltty: 6.4-r1 bump for several build fixes
- use the upstream unpriveleged user support
- use newdoc instead of moving documentation around
- use upstream systemd and udev configuration
- install most of brltty in /usr, but put the binaries in /bin
- fix the dependencies
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-accessibility/brltty/files')
-rw-r--r-- | app-accessibility/brltty/files/brltty.initd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-accessibility/brltty/files/brltty.initd b/app-accessibility/brltty/files/brltty.initd new file mode 100644 index 000000000000..1d93e1e533c6 --- /dev/null +++ b/app-accessibility/brltty/files/brltty.initd @@ -0,0 +1,11 @@ +#!/sbin/openrc-run +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +command=/bin/brltty +pidfile=/var/run/brltty.pid +command_args="-P ${pidfile} -q" + +depend() { + after dbus localmount +} |