forked from pool/alsa-utils
Takashi Iwai
9c31938a9e
- updated to version 1.0.27.2 including all previous fixes - fix a typo in alsa-state.service: 0001-alsactl-alsa-state.service-fix-typo-rkill-kill.patch OBS-URL: https://build.opensuse.org/request/show/183759 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=85
24 lines
770 B
Diff
24 lines
770 B
Diff
From dda4392cd5e87270db044e2838b17e2edc034dc3 Mon Sep 17 00:00:00 2001
|
|
From: Jaroslav Kysela <perex@perex.cz>
|
|
Date: Fri, 19 Jul 2013 14:36:52 +0200
|
|
Subject: [PATCH] alsactl: alsa-state.service - fix typo (rkill -> kill)
|
|
|
|
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
|
|
---
|
|
alsactl/alsa-state.service.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/alsactl/alsa-state.service.in b/alsactl/alsa-state.service.in
|
|
index 768c5a8..56c12c1 100644
|
|
--- a/alsactl/alsa-state.service.in
|
|
+++ b/alsactl/alsa-state.service.in
|
|
@@ -14,4 +14,4 @@ Conflicts=shutdown.target
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=-@sbindir@/alsactl -s -n 19 -c rdaemon
|
|
-ExecStop=-@sbindir@/alsactl -s rkill save_and_quit
|
|
+ExecStop=-@sbindir@/alsactl -s kill save_and_quit
|
|
--
|
|
1.8.3.1
|
|
|