Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:Alexander_Naumov:SLE-12:Update
systemd.578
0013-units-Do-not-unescape-instance-name-in-sys...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0013-units-Do-not-unescape-instance-name-in-systemd-backl.patch of Package systemd.578
From 6c49212741253dae05b89d22374186f092ef1e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= <thomas@archlinux.org> Date: Fri, 7 Mar 2014 01:50:34 +0100 Subject: [PATCH] units: Do not unescape instance name in systemd-backlight@.service The instance name is never escaped in the udev rule, but unescaped in the unit. This results in the following error message on Asus boards: Failed to get backlight or LED device 'backlight:eeepc/wmi': No such file or directory --- units/systemd-backlight@.service.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git units/systemd-backlight@.service.in units/systemd-backlight@.service.in index 5caa5d5..e945d87 100644 --- units/systemd-backlight@.service.in +++ units/systemd-backlight@.service.in @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Load/Save Screen Backlight Brightness of %I +Description=Load/Save Screen Backlight Brightness of %i Documentation=man:systemd-backlight@.service(8) DefaultDependencies=no RequiresMountsFor=/var/lib/systemd/backlight @@ -17,5 +17,5 @@ Before=sysinit.target shutdown.target [Service] Type=oneshot RemainAfterExit=yes -ExecStart=@rootlibexecdir@/systemd-backlight load %I -ExecStop=@rootlibexecdir@/systemd-backlight save %I +ExecStart=@rootlibexecdir@/systemd-backlight load %i +ExecStop=@rootlibexecdir@/systemd-backlight save %i -- 1.7.9.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor