You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
832 B
22 lines
832 B
From da41507de95445d776787da82a2476837ebc9305 Mon Sep 17 00:00:00 2001 |
|
From: Harald Hoyer <harald@redhat.com> |
|
Date: Tue, 25 Feb 2014 12:33:30 +0100 |
|
Subject: [PATCH] systemd: add 70-uaccess.rules |
|
|
|
--- |
|
modules.d/98systemd/module-setup.sh | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh |
|
index 5081a5ab..429781b2 100755 |
|
--- a/modules.d/98systemd/module-setup.sh |
|
+++ b/modules.d/98systemd/module-setup.sh |
|
@@ -191,7 +191,7 @@ install() { |
|
inst_binary true |
|
ln_r $(type -P true) "/usr/bin/loginctl" |
|
ln_r $(type -P true) "/bin/loginctl" |
|
- inst_rules 71-seat.rules 73-seat-late.rules 99-systemd.rules |
|
+ inst_rules 70-uaccess.rules 71-seat.rules 73-seat-late.rules 99-systemd.rules |
|
|
|
for i in \ |
|
emergency.target \
|
|
|