Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pambase:master commit in: templates/, /
Date: Fri, 07 Aug 2020 02:54:28
Message-Id: 1596754000.ca96d2bc6bbcf860d12b9d610509c155029fe3cc.sam@gentoo
1 commit: ca96d2bc6bbcf860d12b9d610509c155029fe3cc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 22:46:40 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 22:46:40 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=ca96d2bc
7
8 pambase.py: rename system-service -> system-services
9
10 Some of e.g. OpenRC's installed pam files assume 'system-services':
11 ./supervise-daemon:2:session include system-services
12 ./start-stop-daemon:2:session include system-services
13
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 pambase.py | 2 +-
17 templates/{system-service.tpl => system-services.tpl} | 0
18 2 files changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/pambase.py b/pambase.py
21 index 8f04870..d021b81 100755
22 --- a/pambase.py
23 +++ b/pambase.py
24 @@ -78,7 +78,7 @@ def parse_templates(processed_args):
25 "su",
26 "system-auth",
27 "system-login",
28 - "system-service"
29 + "system-services"
30 ]
31
32 for template_name in templates:
33
34 diff --git a/templates/system-service.tpl b/templates/system-services.tpl
35 similarity index 100%
36 rename from templates/system-service.tpl
37 rename to templates/system-services.tpl